web3-types
Advanced tools
Comparing version 1.0.0-rc.0 to 1.0.0-rc.1
{ | ||
"name": "web3-types", | ||
"version": "1.0.0-rc.0", | ||
"version": "1.0.0-rc.1", | ||
"description": "Provide the common data structures and interfaces for web3 modules.", | ||
"main": "lib/index.js", | ||
"main": "./lib/commonjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./lib/types/index.d.ts", | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/commonjs/index.js" | ||
} | ||
}, | ||
"repository": "https://github.com/ChainSafe/web3.js", | ||
@@ -14,3 +22,4 @@ "author": "ChainSafe Systems", | ||
"files": [ | ||
"lib/**/*" | ||
"lib/**/*", | ||
"src/**/*" | ||
], | ||
@@ -20,3 +29,6 @@ "scripts": { | ||
"prebuild": "yarn clean", | ||
"build": "tsc --build", | ||
"build": "yarn build:cjs & yarn build:esm & yarn build:types", | ||
"build:cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./lib/commonjs/package.json", | ||
"build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./lib/esm/package.json", | ||
"build:types": "tsc --build tsconfig.types.json", | ||
"build:check": "node -e \"require('./lib')\"", | ||
@@ -49,3 +61,3 @@ "lint": "eslint --ext .js,.ts .", | ||
}, | ||
"gitHead": "e7d290c6921755dde95a029dec4d98aef05d4929" | ||
"gitHead": "8bd3de3f1dece95a0f026aa226a7dfe0dad55541" | ||
} |
@@ -10,4 +10,3 @@ <p align="center"> | ||
[![NPM Package][npm-image]][npm-url] | ||
[![Dependency Status][deps-image]][deps-url] | ||
[![Dev Dependency Status][deps-dev-image]][deps-dev-url] | ||
[![Downloads][downloads-image]][npm-url] | ||
@@ -57,9 +56,6 @@ This is a sub-package of [web3.js][repo]. | ||
[docs]: http://web3js.readthedocs.io/en/4.0/ | ||
[repo]: https://github.com/ethereum/web3.js | ||
[npm-image]: https://img.shields.io/npm/v/web3-types.svg | ||
[npm-url]: https://npmjs.org/packages/web3-types | ||
[deps-image]: https://david-dm.org/ethereum/web3.js/4.x/status.svg?path=packages/web3-types | ||
[deps-url]: https://david-dm.org/ethereum/web3.js/4.x?path=packages/web3-types | ||
[deps-dev-image]: https://david-dm.org/ethereum/web3.js/4.x/dev-status.svg?path=packages/web3-types | ||
[deps-dev-url]: https://david-dm.org/ethereum/web3.js/4.x?type=dev&path=packages/web3-types | ||
[docs]: https://docs.web3js.org/ | ||
[repo]: https://github.com/web3/web3.js/tree/4.x/packages/web3-types | ||
[npm-image]: https://img.shields.io/github/package-json/v/web3/web3.js/4.x?filename=packages%2Fweb3-types%2Fpackage.json | ||
[npm-url]: https://npmjs.org/package/web3-types | ||
[downloads-image]: https://img.shields.io/npm/dm/web3-types?label=npm%20downloads |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
239354
141
4377
60
1