@stacks/network
Advanced tools
Comparing version 3.3.0 to 3.4.1-beta.0
{ | ||
"name": "@stacks/network", | ||
"version": "3.3.0", | ||
"version": "3.4.1-beta.0", | ||
"description": "Library for Stacks network operations", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"build:esm": "tsc -p tsconfig.build.json --module ES6 --outDir ./dist/esm", | ||
"build:umd": "webpack --config webpack.config.js", | ||
"build:umd": "NODE_OPTIONS=--max-old-space-size=8192 webpack --config webpack.config.js", | ||
"build:polyfill": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c ../../configs/rollup.config.js && rimraf dist/polyfill/dist", | ||
@@ -44,3 +44,3 @@ "clean": "rimraf dist && tsc -b tsconfig.build.json --clean", | ||
"dependencies": { | ||
"@stacks/common": "^3.3.0" | ||
"@stacks/common": "^3.4.1-beta.0" | ||
}, | ||
@@ -65,6 +65,8 @@ "devDependencies": { | ||
"module": "dist/esm/index.js", | ||
"browser": "dist/polyfill/index.js", | ||
"browser": { | ||
"dist/esm/index.js": "dist/polyfill/index.js" | ||
}, | ||
"umd:main": "dist/umd/index.js", | ||
"unpkg": "dist/umd/index.js", | ||
"gitHead": "d56ab59078eb2657128e33db3d2961a8cdf7d8e0" | ||
"gitHead": "dc2aa87e139b6009cf859a7e0d074c03f33b9b7a" | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
513687
1
Updated@stacks/common@^3.4.1-beta.0