dynamic-config-store
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "dynamic-config-store", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Simple configuration utility for deployments and libraries", | ||
@@ -23,8 +23,9 @@ "keywords": [ | ||
], | ||
"main": "dist/dynamic-config-store.umd.js", | ||
"module": "dist/dynamic-config-store.es5.js", | ||
"typings": "dist/types/dynamic-config-store.d.ts", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.es5.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src", | ||
"prepublish": "npm run build", | ||
"prepublish": "npm run clean && npm run build", | ||
"test": "jest" | ||
@@ -55,2 +56,3 @@ }, | ||
"jest": "^23.6.0", | ||
"rimraf": "^2.6.2", | ||
"ts-jest": "^23.10.4", | ||
@@ -57,0 +59,0 @@ "typedoc": "^0.13.0", |
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
60900
567
14
1