web3-types
Advanced tools
Comparing version 1.2.1-dev.b8fa712.0 to 1.2.1-dev.c490c18.0
@@ -14,3 +14,3 @@ import { Address } from './eth_types.js'; | ||
[key: string]: unknown; | ||
name?: string; | ||
name: string; | ||
type: string; | ||
@@ -17,0 +17,0 @@ } |
@@ -14,3 +14,3 @@ import { Address } from './eth_types.js'; | ||
[key: string]: unknown; | ||
name?: string; | ||
name: string; | ||
type: string; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "web3-types", | ||
"version": "1.2.1-dev.b8fa712.0+b8fa712", | ||
"version": "1.2.1-dev.c490c18.0+c490c18", | ||
"description": "Provide the common data structures and interfaces for web3 modules.", | ||
@@ -28,3 +28,3 @@ "main": "./lib/commonjs/index.js", | ||
"prebuild": "yarn clean", | ||
"build": "yarn build:cjs & yarn build:esm & yarn build:types", | ||
"build": "concurrently --kill-others-on-fail \"yarn:build:*(!check)\"", | ||
"build:cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./lib/commonjs/package.json", | ||
@@ -60,3 +60,3 @@ "build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./lib/esm/package.json", | ||
}, | ||
"gitHead": "b8fa7124d1d1e4c9c16b60ad2ce58559f72efd27" | ||
"gitHead": "c490c1814da646a83c6a5f7fee643e35507c9344" | ||
} |
@@ -66,3 +66,3 @@ /* | ||
[key: string]: unknown; | ||
name?: string; | ||
name: string; | ||
type: string; | ||
@@ -69,0 +69,0 @@ } |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
284482