Updated dist files.

This commit is contained in:
Richard Moore 2020-09-22 23:18:45 -04:00
parent 261eb04e97
commit 9486185ceb
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
290 changed files with 4798 additions and 7560 deletions

View File

@ -50,7 +50,7 @@ const utils_1 = require("../utils");
log_1.colorify.bold(" => "),
log_1.colorify.green(version)
].join(""));
local.updateJson(path_1.getPackageJsonPath(dirname), { gitHead: undefined, tarballHash, version });
local.updateJson(path_1.getPackageJsonPath(dirname), { gitHead: undefined, tarballHash, version }, true);
updated = true;
}
latestVersions[pLocal.name] = version;

View File

@ -22,7 +22,7 @@ const path_1 = require("../path");
const dirname = path_1.dirnames[i];
const gitHead = yield git_1.getGitTag(path_1.resolve("packages", dirname));
const tarballHash = local_1.computeTarballHash(dirname);
local_1.updateJson(path_1.getPackageJsonPath(dirname), { gitHead, tarballHash });
local_1.updateJson(path_1.getPackageJsonPath(dirname), { gitHead, tarballHash }, true);
}
progress(1);
});

View File

@ -41,7 +41,7 @@ import { loadJson, repeat, saveJson } from "../utils";
colorify.green(version)
].join(""));
local.updateJson(getPackageJsonPath(dirname), { gitHead: undefined, tarballHash, version });
local.updateJson(getPackageJsonPath(dirname), { gitHead: undefined, tarballHash, version }, true);
updated = true;
}

View File

@ -15,7 +15,7 @@ import { dirnames, getPackageJsonPath, resolve } from "../path";
const gitHead = await getGitTag(resolve("packages", dirname));
const tarballHash = computeTarballHash(dirname);
updateJson(getPackageJsonPath(dirname), { gitHead, tarballHash });
updateJson(getPackageJsonPath(dirname), { gitHead, tarballHash }, true);
}
progress(1);

View File

@ -1 +1 @@
export declare const version = "abi/5.0.5";
export declare const version = "abi/5.0.6";

View File

@ -1,2 +1,2 @@
export const version = "abi/5.0.5";
export const version = "abi/5.0.6";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "abi/5.0.5";
export declare const version = "abi/5.0.6";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "abi/5.0.5";
exports.version = "abi/5.0.6";
//# sourceMappingURL=_version.js.map

View File

@ -13,6 +13,7 @@
},
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -31,7 +32,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x72e2d79207141b5d847504c349b75add9d423a8bd4408eda0a14933e6ea4d803",
"tarballHash": "0x5b932b3bf61ca5d2e09dcadec286bd2d06023608801f8e01bba2fb8c86d8b54b",
"types": "./lib/index.d.ts",
"version": "5.0.5"
"version": "5.0.6"
}

View File

@ -1 +1 @@
export const version = "abi/5.0.5";
export const version = "abi/5.0.6";

View File

@ -1,12 +1,12 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*.ts",
"./src.ts/coders/*.ts"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "abstract-provider/5.0.4";
export declare const version = "abstract-provider/5.0.5";

View File

@ -1,2 +1,2 @@
export const version = "abstract-provider/5.0.4";
export const version = "abstract-provider/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "abstract-provider/5.0.4";
export declare const version = "abstract-provider/5.0.5";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "abstract-provider/5.0.4";
exports.version = "abstract-provider/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -11,6 +11,7 @@
},
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -29,7 +30,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x52502139a2bef66a50b385687f2430a91183a996bf2844ede0e5b9cae8cdc4e6",
"tarballHash": "0x87fdc7d7ee69d8c228c0e6946be702acd027a832b5a3deaa5b60e3c9f7110e58",
"types": "./lib/index.d.ts",
"version": "5.0.4"
"version": "5.0.5"
}

View File

@ -1 +1 @@
export const version = "abstract-provider/5.0.4";
export const version = "abstract-provider/5.0.5";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "abstract-signer/5.0.5";
export declare const version = "abstract-signer/5.0.6";

View File

@ -1,2 +1,2 @@
export const version = "abstract-signer/5.0.5";
export const version = "abstract-signer/5.0.6";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "abstract-signer/5.0.5";
export declare const version = "abstract-signer/5.0.6";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "abstract-signer/5.0.5";
exports.version = "abstract-signer/5.0.6";
//# sourceMappingURL=_version.js.map

View File

@ -9,6 +9,7 @@
},
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -27,7 +28,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x01b03b3690c98369da51c196e581f04693c08365805bb6e036ec3fce8e58fa08",
"tarballHash": "0xa6ff4979ebc5a83538b49f802c8f839850bc129c244f74e25bd6058095ce2653",
"types": "./lib/index.d.ts",
"version": "5.0.5"
"version": "5.0.6"
}

View File

@ -1 +1 @@
export const version = "abstract-signer/5.0.5";
export const version = "abstract-signer/5.0.6";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "address/5.0.4";
export declare const version = "address/5.0.5";

View File

@ -1,2 +1,2 @@
export const version = "address/5.0.4";
export const version = "address/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "address/5.0.4";
export declare const version = "address/5.0.5";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "address/5.0.4";
exports.version = "address/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -10,6 +10,7 @@
},
"description": "Utilities for handling Ethereum Addresses for ethers.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -28,7 +29,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x3f3008ec04cd0c06fc8e4b8a9aa2982ee743d9c26fa40c70635952d5b442b28d",
"tarballHash": "0xd6263c8653bc6784fed703b8a30075630c544e3861f43ed5b49ab56ffb5d4808",
"types": "./lib/index.d.ts",
"version": "5.0.4"
"version": "5.0.5"
}

View File

@ -1 +1 @@
export const version = "address/5.0.4";
export const version = "address/5.0.5";

View File

@ -1,12 +1,12 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./thirdparty.d.ts",
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1,13 +1,14 @@
"use strict";
const fs = require("fs");
const { resolve } = require("path");
const jison = require("jison")
const grammar = fs.readFileSync("grammar.jison").toString();
const grammar = fs.readFileSync(resolve(__dirname, "grammar.jison")).toString();
const parser = new jison.Parser(grammar);
const parserSource = parser.generate({ moduleName: "parser" });
fs.writeFileSync("./lib/_parser.js", parserSource);
fs.writeFileSync(resolve(__dirname, "./lib/_parser.js"), parserSource);

View File

@ -1 +1 @@
export declare const version = "asm/5.0.5";
export declare const version = "asm/5.0.6";

View File

@ -1,2 +1,2 @@
export const version = "asm/5.0.5";
export const version = "asm/5.0.6";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "asm/5.0.5";
export declare const version = "asm/5.0.6";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "asm/5.0.5";
exports.version = "asm/5.0.6";
//# sourceMappingURL=_version.js.map

View File

@ -4,11 +4,8 @@
"ethers": "^5.0.13"
},
"description": "ASM libraries and tools for the Ethereum EVM.",
"devDependencies": {
"@types/node": "^12.7.4",
"jison": "^0.4.18"
},
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"asm",
@ -29,7 +26,7 @@
"generate": "node ./generate.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x2071ce1b680b0cc39db6ae3b4bc4bf170f73feb376e5474fa78f5541c3cf35ab",
"tarballHash": "0x29773f2f77c16dcd4e7f6cb0cc1929a249f165cfc128380558a64cc5dff87cb7",
"types": "./lib/index.d.ts",
"version": "5.0.5"
"version": "5.0.6"
}

View File

@ -1 +1 @@
export const version = "asm/5.0.5";
export const version = "asm/5.0.6";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "base64/5.0.3";
export declare const version = "base64/5.0.4";

View File

@ -1,2 +1,2 @@
export const version = "base64/5.0.3";
export const version = "base64/5.0.4";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "base64/5.0.3";
export declare const version = "base64/5.0.4";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "base64/5.0.3";
exports.version = "base64/5.0.4";
//# sourceMappingURL=_version.js.map

View File

@ -8,6 +8,7 @@
},
"description": "Base64 coder.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -26,7 +27,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0xd87924f90f2c2a9122dc0de216f0eeec3d4c371b4241fe22ea1df3970873c757",
"tarballHash": "0xf9edd66aa5131bf0bca2ea188265e0e333d781e4b0ef5e92090a7cef8556cb30",
"types": "./lib/index.d.ts",
"version": "5.0.3"
"version": "5.0.4"
}

View File

@ -1 +1 @@
export const version = "base64/5.0.3";
export const version = "base64/5.0.4";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "basex/5.0.3";
export declare const version = "basex/5.0.4";

View File

@ -1,2 +1,2 @@
export const version = "basex/5.0.3";
export const version = "basex/5.0.4";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "basex/5.0.3";
export declare const version = "basex/5.0.4";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "basex/5.0.3";
exports.version = "basex/5.0.4";
//# sourceMappingURL=_version.js.map

View File

@ -6,6 +6,7 @@
},
"description": "Base-X without Buffer.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -24,7 +25,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x6474b3e488a215b45db9ab589839a5b44146e6e720a86ccd81de292447325fc0",
"tarballHash": "0x680c45cf36dc0bc442c80238ff9fbfc482b7ac0486c24559c349277f395e0fa9",
"types": "./lib/index.d.ts",
"version": "5.0.3"
"version": "5.0.4"
}

View File

@ -1 +1 @@
export const version = "basex/5.0.3";
export const version = "basex/5.0.4";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "bignumber/5.0.7";
export declare const version = "bignumber/5.0.8";

View File

@ -1,2 +1,2 @@
export const version = "bignumber/5.0.7";
export const version = "bignumber/5.0.8";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "bignumber/5.0.7";
export declare const version = "bignumber/5.0.8";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "bignumber/5.0.7";
exports.version = "bignumber/5.0.8";
//# sourceMappingURL=_version.js.map

View File

@ -7,6 +7,7 @@
},
"description": "BigNumber library used in ethers.js.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"bignumber",
@ -26,7 +27,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x27650ce845911be3b5311a69e8d553516376c453eb74871dd34f850ea7827def",
"tarballHash": "0x13de0d9c0138d0d056ed658b8f8744fab45fcdf4b52dcd9456bfd7285a4288ce",
"types": "./lib/index.d.ts",
"version": "5.0.7"
"version": "5.0.8"
}

View File

@ -1 +1 @@
export const version = "bignumber/5.0.7";
export const version = "bignumber/5.0.8";

View File

@ -1,12 +1,12 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*.ts",
"./thirdparty.d.ts"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "bytes/5.0.4";
export declare const version = "bytes/5.0.5";

View File

@ -1,2 +1,2 @@
export const version = "bytes/5.0.4";
export const version = "bytes/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "bytes/5.0.4";
export declare const version = "bytes/5.0.5";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "bytes/5.0.4";
exports.version = "bytes/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -5,6 +5,7 @@
},
"description": "Bytes utility functions for ethers.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -25,7 +26,7 @@
"build": "tsc -p ./tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0xa07a7f838f037d4fae18f8877e868590567fe55052f629da882680b5e0eca355",
"tarballHash": "0x132538d3d8927299393c28ac01243ebc0e7ea34f5af1feadf23b364745f7c130",
"types": "./lib/index.d.ts",
"version": "5.0.4"
"version": "5.0.5"
}

View File

@ -1 +1 @@
export const version = "bytes/5.0.4";
export const version = "bytes/5.0.5";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "cli/5.0.4";
export declare const version = "cli/5.0.5";

View File

@ -1,2 +1,2 @@
export const version = "cli/5.0.4";
export const version = "cli/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "cli/5.0.4";
export declare const version = "cli/5.0.5";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "cli/5.0.4";
exports.version = "cli/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -14,14 +14,12 @@
"ethers": "^5.0.13",
"mime-types": "2.1.11",
"scrypt-js": "3.0.1",
"solc": "0.5.10",
"solc": "0.7.1",
"solidity-parser-antlr": "^0.3.2"
},
"description": "Command-Line Interface scripts and releated utilities.",
"devDependencies": {
"@types/node": "^12.7.4"
},
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers",
@ -41,7 +39,7 @@
"scripts": {
"test": "exit 1"
},
"tarballHash": "0x04c904286c107a703835434d6a65babd10d2f44b334a74359bb76fcd32e3de6f",
"tarballHash": "0xad49d7dce8e8e73a60406dcdfcc2ec6038de876663cf508f929feed975c29f3b",
"types": "./lib/index.d.ts",
"version": "5.0.4"
"version": "5.0.5"
}

View File

@ -1 +1 @@
export const version = "cli/5.0.4";
export const version = "cli/5.0.5";

View File

@ -1,14 +1,14 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"esModuleInterop": true,
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./thirdparty.d.ts",
"./src.ts/*",
"./src.ts/bin/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "constants/5.0.4";
export declare const version = "constants/5.0.5";

View File

@ -1,2 +1,2 @@
export const version = "constants/5.0.4";
export const version = "constants/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "constants/5.0.4";
export declare const version = "constants/5.0.5";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "constants/5.0.4";
exports.version = "constants/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -5,6 +5,7 @@
},
"description": "Common Ethereum constants used for ethers.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -23,7 +24,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x1a5bdfe22f5b6b81a3e8c8d48646b52af3685c0ba2a652fe86868df017a7a7e6",
"tarballHash": "0x638edaa4b45c46158073ede9fda2c54d6c60a2f11485e693021c484076970130",
"types": "./lib/index.d.ts",
"version": "5.0.4"
"version": "5.0.5"
}

View File

@ -1 +1 @@
export const version = "constants/5.0.4";
export const version = "constants/5.0.5";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*"
],
"exclude": []
]
}

View File

@ -1 +1 @@
export declare const version = "contracts/5.0.4";
export declare const version = "contracts/5.0.5";

View File

@ -1,2 +1,2 @@
export const version = "contracts/5.0.4";
export const version = "contracts/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "contracts/5.0.4";
export declare const version = "contracts/5.0.5";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "contracts/5.0.4";
exports.version = "contracts/5.0.5";
//# sourceMappingURL=_version.js.map

View File

@ -13,6 +13,7 @@
},
"description": "Contract abstraction meta-class for ethers.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
@ -31,7 +32,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0xd0aff3ce335bf7127682dba635cd151f1076281e3917c7076c33b36c8f7b4afa",
"tarballHash": "0xed3fab794106371b8a00dfe74ad8a494e463ec23b431962ffa368694a554f464",
"types": "./lib/index.d.ts",
"version": "5.0.4"
"version": "5.0.5"
}

View File

@ -1 +1 @@
export const version = "contracts/5.0.4";
export const version = "contracts/5.0.5";

View File

@ -1,11 +1,11 @@
{
"extends": "../../tsconfig.package.json",
"compilerOptions": {
"rootDir": "./src.ts",
"outDir": "./lib/"
"outDir": "./lib/",
"rootDir": "./src.ts"
},
"exclude": [],
"extends": "../../tsconfig.package.json",
"include": [
"./src.ts/*.ts"
],
"exclude": []
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
export declare const version = "ethers/5.0.14";
export declare const version = "ethers/5.0.15";

View File

@ -1,2 +1,2 @@
export const version = "ethers/5.0.14";
export const version = "ethers/5.0.15";
//# sourceMappingURL=_version.js.map

View File

@ -1,5 +1,5 @@
"use strict";
// To modify this file, you must update ./admin/cmds/update-exports.js
// To modify this file, you must update ./misc/admin/lib/cmds/update-exports.js
import * as ethers from "./ethers";
try {
const anyGlobal = window;

View File

@ -1 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,sEAAsE;AAEtE,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAEnC,IAAI;IACA,MAAM,SAAS,GAAI,MAAc,CAAC;IAElC,IAAI,SAAS,CAAC,OAAO,IAAI,IAAI,EAAE;QAC3B,SAAS,CAAC,OAAO,GAAG,MAAM,CAAC;KAC9B;CACJ;AAAC,OAAO,KAAK,EAAE,GAAG;AAEnB,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,OAAO,EACH,MAAM,EAEN,MAAM,EACN,UAAU,EAEV,kBAAkB,EAClB,SAAS,EAET,QAAQ,EACR,eAAe,EAEf,SAAS,EACT,WAAW,EAEX,SAAS,EACT,MAAM,EAEN,MAAM,EAEN,KAAK,EAEL,SAAS;AAGT,wBAAwB;AACxB,yBAAyB;AAEzB,OAAO,EA8BP,QAAQ,EACX,MAAM,UAAU,CAAC"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src.ts/index.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,+EAA+E;AAE/E,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAEnC,IAAI;IACA,MAAM,SAAS,GAAI,MAAc,CAAC;IAElC,IAAI,SAAS,CAAC,OAAO,IAAI,IAAI,EAAE;QAC3B,SAAS,CAAC,OAAO,GAAG,MAAM,CAAC;KAC9B;CACJ;AAAC,OAAO,KAAK,EAAE,GAAG;AAEnB,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,OAAO,EACH,MAAM,EAEN,MAAM,EACN,UAAU,EAEV,kBAAkB,EAClB,SAAS,EAET,QAAQ,EACR,eAAe,EAEf,SAAS,EACT,WAAW,EAEX,SAAS,EACT,MAAM,EAEN,MAAM,EAEN,KAAK,EAEL,SAAS;AAGT,wBAAwB;AACxB,yBAAyB;AAEzB,OAAO,EA8BP,QAAQ,EACX,MAAM,UAAU,CAAC"}

View File

@ -1 +1 @@
export declare const version = "ethers/5.0.14";
export declare const version = "ethers/5.0.15";

Some files were not shown because too many files have changed in this diff Show More