simpler-state
Advanced tools
Comparing version 2.0.0-rc.6 to 2.0.0-rc.7
{ | ||
"name": "simpler-state", | ||
"version": "2.0.0-rc.6", | ||
"version": "2.0.0-rc.7", | ||
"description": "The simplest app state management for React", | ||
@@ -19,35 +19,5 @@ "keywords": [ | ||
"homepage": "https://simpler-state.js.org", | ||
"main": "./lib/core/index.js", | ||
"module": "./es/core/index.js", | ||
"types": "./types/core/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"module": "./es/core/index.js", | ||
"import": { | ||
"types": "./types/core/index.d.ts", | ||
"default": "./es/core/index.js" | ||
}, | ||
"types": "./types/core/index.d.ts", | ||
"default": "./lib/core/index.js" | ||
}, | ||
"./plugins": { | ||
"module": "./es/plugins/index.js", | ||
"import": { | ||
"types": "./types/plugins/index.d.ts", | ||
"default": "./es/plugins/index.js" | ||
}, | ||
"types": "./types/plugins/index.d.ts", | ||
"default": "./lib/plugins/index.js" | ||
}, | ||
"./tools": { | ||
"module": "./es/tools/index.js", | ||
"import": { | ||
"types": "./types/tools/index.d.ts", | ||
"default": "./es/tools/index.js" | ||
}, | ||
"types": "./types/tools/index.d.ts", | ||
"default": "./lib/tools/index.js" | ||
} | ||
}, | ||
"main": "./index.js", | ||
"module": "./__es__/index.js", | ||
"types": "./index.d.ts", | ||
"files": [ | ||
@@ -60,12 +30,14 @@ "lib", | ||
"scripts": { | ||
"build:lib": "cross-env BUILD_TARGET=commonjs babel src --out-dir lib --extensions .ts,.tsx --ignore **/__tests__/**", | ||
"build:es": "babel src --out-dir es --extensions .ts,.tsx --ignore **/__tests__/**", | ||
"build": "npm run clean && npm run compile && npm run build:lib && npm run build:es", | ||
"clean": "rimraf build types lib es", | ||
"build:lib": "cross-env BUILD_TARGET=commonjs babel src --out-dir dist --extensions .ts,.tsx --ignore \"**/__tests__/**\"", | ||
"build:es": "babel src --out-dir dist/__es__ --extensions .ts,.tsx --ignore \"**/__tests__/**\"", | ||
"build": "npm run clean && npm run compile && npm run build:lib && npm run build:es && npm run copy", | ||
"clean": "rimraf dist", | ||
"copy": "cp package.json dist", | ||
"compile": "tsc", | ||
"prepare": "npm test", | ||
"pretest": "npm run build", | ||
"prepublishOnly": "npm test", | ||
"pretest": "npm run compile", | ||
"test": "jest", | ||
"test:cov": "npm test -- --coverage && coveralls < coverage/lcov.info", | ||
"test:cov-local": "npm test -- --coverage" | ||
"test:cov-local": "npm test -- --coverage", | ||
"publish": "npm publish ./dist" | ||
}, | ||
@@ -72,0 +44,0 @@ "peerDependencies": { |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
6298
3
0
2