deep-storage
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "deep-storage", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Simple observable state management for reactive applications", | ||
@@ -21,5 +21,5 @@ "main": "./lib/index.js", | ||
"build": "rimraf lib *.d.ts && tsc -p tsconfig.prod.json", | ||
"publish:patch": "yarn build && git commit -am 'build' && git push && npm version patch && git push", | ||
"publish:minor": "yarn build && git commit -am 'build' && git push && npm version minor && git push", | ||
"publish:major": "yarn build && git commit -am 'build' && git push && npm version major && git push" | ||
"publish:patch": "yarn build && npm version patch && git push && npm publish", | ||
"publish:minor": "yarn build && npm version minor && git push && npm publish", | ||
"publish:major": "yarn build && npm version major && git push && npm publish" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": {}, |
@@ -10,3 +10,3 @@ { | ||
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ | ||
// "declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
"declaration": true, /* Generates corresponding '.d.ts' file. */ | ||
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ | ||
@@ -13,0 +13,0 @@ // "sourceMap": true, /* Generates corresponding '.map' file. */ |
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
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
179608
20
1201
0