admin: update dist files

This commit is contained in:
Richard Moore 2022-09-15 23:02:59 -04:00
parent 406a1d3d57
commit 40fad8bbc0
11 changed files with 12 additions and 12 deletions

2
dist/ethers.js vendored

@ -1,4 +1,4 @@
const version = "6.0.0-beta-exports.0";
const version = "6.0.0-beta-exports.1";
async function resolveProperties(value) {
const keys = Object.keys(value);

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.0";
const version = "6.0.0-beta-exports.1";
function defineReadOnly(object, name, value) {
Object.defineProperty(object, name, {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

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

@ -127,7 +127,7 @@
"build-docs": "echo 'foo'",
"auto-build": "npm run build -- -w",
"build-all": "npm run build && npm run build-commonjs && npm run build-types",
"build-clean": "npm run clean && npm run build-all && npm run _build-dist",
"build-clean": "npm run clean && node lib.esm/_admin/update-version-const && npm run build-all && npm run _build-dist",
"_dist-stats": "gzip -k9f -S '.gz' ./dist/ethers.min.js && gzip -k9f -S '.gz' ./dist/wordlists-extra.min.js && du -hs ./dist/*.gz && echo '' && du -hs ./dist/*.js",
"_build-dist": "rollup -c && uglifyjs ./dist/ethers.js -o ./dist/ethers.min.js && uglifyjs ./dist/wordlists-extra.js -o ./dist/wordlists-extra.min.js",
"build-dist": "npm run build && npm run _build-dist && npm run _dist-stats",
@ -139,5 +139,5 @@
"sideEffects": false,
"type": "module",
"types": "./types/index.d.ts",
"version": "6.0.0-beta-exports.0"
"version": "6.0.0-beta-exports.1"
}

@ -1 +1 @@
export const version = "6.0.0-beta-exports.0";
export const version = "6.0.0-beta-exports.1";

2
types/_version.d.ts vendored

@ -1,2 +1,2 @@
export declare const version = "6.0.0-beta-exports.0";
export declare const version = "6.0.0-beta-exports.1";
//# sourceMappingURL=_version.d.ts.map