Preparing for v6 release.

This commit is contained in:
Richard Moore 2023-02-02 20:51:33 -05:00
parent b7ead29606
commit 5c29a8d1bc
14 changed files with 16 additions and 16 deletions

2
dist/ethers.js vendored

@ -1,4 +1,4 @@
const version = "6.0.0-beta-exports.16";
const version = "6.0.0";
/**
* Property helper functions.

2
dist/ethers.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/ethers.min.js vendored

File diff suppressed because one or more lines are too long

@ -145,7 +145,7 @@ const u64 = {
add, add3L, add3H, add4L, add4H, add5H, add5L,
};
const version = "6.0.0-beta-exports.16";
const version = "6.0.0";
/**
* Property helper functions.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -16,7 +16,7 @@ const subtitle = (function(version) {
export default {
title, subtitle,
prefix: "v6-beta",
prefix: "v6",
contextify: function(context) {
Object.assign(context, ethers);
@ -42,7 +42,7 @@ export default {
};
},
srcBaseUrl: "https:/\/github.com/ethers-io/ethers.js/blob/v6-beta-exports/src.ts/{FILENAME}#L{LINENO}",
srcBaseUrl: "https:/\/github.com/ethers-io/ethers.js/blob/main/src.ts/{FILENAME}#L{LINENO}",
getTimestamp: function(path) {
return getModifiedTime(path);
},

@ -1,5 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = "6.0.0-beta-exports.16";
exports.version = "6.0.0";
//# sourceMappingURL=_version.js.map

@ -1 +1 @@
{"version":3,"file":"_version.js","sourceRoot":"","sources":["../src.ts/_version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAW,uBAAuB,CAAC"}
{"version":3,"file":"_version.js","sourceRoot":"","sources":["../src.ts/_version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAW,OAAO,CAAC"}

@ -1,2 +1,2 @@
export const version = "6.0.0-beta-exports.16";
export const version = "6.0.0";
//# sourceMappingURL=_version.js.map

@ -1 +1 @@
{"version":3,"file":"_version.js","sourceRoot":"","sources":["../src.ts/_version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAW,uBAAuB,CAAC"}
{"version":3,"file":"_version.js","sourceRoot":"","sources":["../src.ts/_version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAW,OAAO,CAAC"}

@ -108,7 +108,7 @@
"name": "ethers",
"publishConfig": {
"access": "public",
"tag": "beta-exports"
"tag": "latest"
},
"repository": {
"type": "git",
@ -136,5 +136,5 @@
"sideEffects": false,
"type": "module",
"types": "./types/index.d.ts",
"version": "6.0.0-beta-exports.16"
"version": "6.0.0"
}

@ -1 +1 @@
export const version: string = "6.0.0-beta-exports.16";
export const version: string = "6.0.0";

@ -1 +1 @@
{"version":3,"file":"_version.d.ts","sourceRoot":"","sources":["../src.ts/_version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAgC,CAAC"}
{"version":3,"file":"_version.d.ts","sourceRoot":"","sources":["../src.ts/_version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAgB,CAAC"}