Comparing version 0.9.0-canary.20230619T220944 to 0.9.0-canary.20230703T162405
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.9.0-canary.20230619T220944'; | ||
exports.version = '0.9.0-canary.20230703T162405'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const version = '0.9.0-canary.20230619T220944'; | ||
export const version = '0.9.0-canary.20230703T162405'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.9.0-canary.20230619T220944"; | ||
export declare const version = "0.9.0-canary.20230703T162405"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "abitype", | ||
"description": "Strict TypeScript types for Ethereum ABIs", | ||
"peerDependencies": { | ||
"typescript": ">=5.0.4", | ||
"zod": "^3 >=3.19.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"zod": { | ||
"optional": true | ||
} | ||
}, | ||
"version": "0.9.0-canary.20230619T220944", | ||
"version": "0.9.0-canary.20230703T162405", | ||
"license": "MIT", | ||
"repository": "wagmi-dev/abitype", | ||
"files": [ | ||
@@ -22,2 +15,7 @@ "dist", | ||
], | ||
"sideEffects": false, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"typings": "./dist/types/index.d.ts", | ||
"exports": { | ||
@@ -46,6 +44,2 @@ ".": { | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"typings": "./dist/types/index.d.ts", | ||
"typesVersions": { | ||
@@ -64,5 +58,21 @@ "*": { | ||
}, | ||
"sideEffects": false, | ||
"license": "MIT", | ||
"repository": "wagmi-dev/abitype", | ||
"peerDependencies": { | ||
"typescript": ">=5.0.4", | ||
"zod": "^3 >=3.19.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"zod": { | ||
"optional": true | ||
} | ||
}, | ||
"contributors": [ | ||
"jxom.eth <j@wagmi.sh>", | ||
"awkweb.eth <t@wagmi.sh>" | ||
], | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/wagmi-dev" | ||
} | ||
], | ||
"keywords": [ | ||
@@ -69,0 +79,0 @@ "abi", |
@@ -1,1 +0,1 @@ | ||
export const version = '0.9.0-canary.20230619T220944' | ||
export const version = '0.9.0-canary.20230703T162405' |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1135311
1