Comparing version 0.0.0-canary.20231013T212808 to 0.0.0-canary.20231029T213911
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.0.0-canary.20231013T212808'; | ||
exports.version = '0.0.0-canary.20231029T213911'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const version = '0.0.0-canary.20231013T212808'; | ||
export const version = '0.0.0-canary.20231029T213911'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.0.0-canary.20231013T212808"; | ||
export declare const version = "0.0.0-canary.20231029T213911"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "abitype", | ||
"description": "Strict TypeScript types for Ethereum ABIs", | ||
"version": "0.0.0-canary.20231013T212808", | ||
"version": "0.0.0-canary.20231029T213911", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "repository": "wagmi-dev/abitype", | ||
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --moduleResolution node10 --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'", | ||
"build:esm+types": "tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types", | ||
"build:esm+types": "tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --declaration --declarationMap --declarationDir ./dist/types && echo > ./dist/esm/package.json '{\"type\":\"module\",\"sideEffects\":false}'", | ||
"clean": "rm -rf dist tsconfig.tsbuildinfo abis zod", | ||
@@ -13,0 +13,0 @@ "test:build": "publint --strict", |
@@ -1,1 +0,1 @@ | ||
export const version = '0.0.0-canary.20231013T212808' | ||
export const version = '0.0.0-canary.20231029T213911' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1156109
242