storeon-observable
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -5,2 +5,5 @@ # Change Log | ||
## 0.3.2 | ||
- Better tree-shaking ([f4ed0b](https://github.com/distolma/storeon-observable/commit/f4ed0be0496b7d038bd28aa8bb564ac3ae4f5eb7)) | ||
## 0.3.1 | ||
@@ -7,0 +10,0 @@ - Add sideEffects false ([6ce94e](https://github.com/distolma/storeon-observable/commit/6ce94e09feb87b5fd652c57867ec3287655fdf3d)) |
{ | ||
"name": "storeon-observable", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "RxJS based module for Storeon which allows to create async actions", | ||
"main": "index.js", | ||
"module": "module/index.js", | ||
"typings": "index.d.ts", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"typings": "lib/types/index.d.ts", | ||
"sideEffects": "false", | ||
"files": [ | ||
"module", | ||
"index.js", | ||
"index.js.map", | ||
"index.d.ts" | ||
"lib/" | ||
], | ||
@@ -23,9 +20,11 @@ "repository": "git@github.com:distolma/storeon-observable.git", | ||
"scripts": { | ||
"compile": "tsc && tsc -p tsconfig.module.json", | ||
"doc": "typedoc --out doc --theme minimal", | ||
"build": "yarn run lint && yarn run test && yarn run compile && yarn run size && yarn run doc", | ||
"build": "run-p build:*", | ||
"build:cjs": "tsc -p configs/tsconfig.cjs.json", | ||
"build:esm": "tsc -p configs/tsconfig.esm.json", | ||
"build:types": "tsc -p configs/tsconfig.types.json", | ||
"test": "jest --coverage && run-p build:esm build:cjs && run-p lint size", | ||
"size": "size-limit", | ||
"lint": "eslint index.ts", | ||
"test": "jest --coverage", | ||
"prepublish": "yarn build" | ||
"lint": "eslint src/**/*.ts", | ||
"doc:build": "typedoc --out doc --theme minimal", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -56,2 +55,3 @@ "peerDependencies": { | ||
"lint-staged": "^10.0.9", | ||
"npm-run-all": "^4.1.5", | ||
"size-limit": "^4.4.2", | ||
@@ -76,7 +76,7 @@ "storeon": "^2.0.2", | ||
{ | ||
"path": "index.js", | ||
"limit": "360 B" | ||
"path": "lib/cjs/index.js", | ||
"limit": "450 B" | ||
}, | ||
{ | ||
"path": "module/index.js", | ||
"path": "lib/esm/index.js", | ||
"limit": "400 B" | ||
@@ -83,0 +83,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
28
27709
25
367
1