storeon-observable
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -5,2 +5,5 @@ # Change Log | ||
## 0.4.0 | ||
- Add UMD support ([38d9fe](https://github.com/distolma/storeon-observable/commit/38d9fe8da9fcb7cd2b983e77972070cb6b2e264e)) | ||
## 0.3.2 | ||
@@ -7,0 +10,0 @@ - Better tree-shaking ([f4ed0b](https://github.com/distolma/storeon-observable/commit/f4ed0be0496b7d038bd28aa8bb564ac3ae4f5eb7)) |
{ | ||
"name": "storeon-observable", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "RxJS based module for Storeon which allows to create async actions", | ||
@@ -10,3 +10,4 @@ "main": "lib/cjs/index.js", | ||
"files": [ | ||
"lib/" | ||
"lib/", | ||
"dist/" | ||
], | ||
@@ -22,2 +23,3 @@ "repository": "git@github.com:distolma/storeon-observable.git", | ||
"build": "run-p build:*", | ||
"build:umd": "rollup -c", | ||
"build:cjs": "tsc -p configs/tsconfig.cjs.json", | ||
@@ -29,3 +31,3 @@ "build:esm": "tsc -p configs/tsconfig.esm.json", | ||
"lint": "eslint src/**/*.ts", | ||
"doc:build": "typedoc --out doc --theme minimal", | ||
"doc:build": "typedoc --out doc --theme minimal --tsconfig configs/tsconfig.json src", | ||
"prepublishOnly": "npm run build" | ||
@@ -42,9 +44,9 @@ }, | ||
"@types/node": "^13.9.5", | ||
"@typescript-eslint/eslint-plugin": "^2.25.0", | ||
"@typescript-eslint/parser": "^2.25.0", | ||
"@typescript-eslint/eslint-plugin": "^2.26.0", | ||
"@typescript-eslint/parser": "^2.26.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-standard": "^14.1.1", | ||
"eslint-plugin-import": "^2.20.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-jest": "^23.8.2", | ||
"eslint-plugin-node": "^11.0.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prefer-let": "^1.0.1", | ||
@@ -54,10 +56,13 @@ "eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"eslint-plugin-unicorn": "17.2.0", | ||
"eslint-plugin-unicorn": "^18.0.1", | ||
"husky": "^4.2.3", | ||
"jest": "^25.2.3", | ||
"lint-staged": "^10.0.9", | ||
"jest": "^25.2.4", | ||
"lint-staged": "^10.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"rollup": "^2.3.1", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-typescript2": "^0.27.0", | ||
"size-limit": "^4.4.2", | ||
"storeon": "^2.0.2", | ||
"ts-jest": "^25.2.1", | ||
"ts-jest": "^25.3.0", | ||
"typedoc": "^0.17.3", | ||
@@ -77,2 +82,5 @@ "typescript": "^3.8.3" | ||
}, | ||
"engines": { | ||
"node": ">8" | ||
}, | ||
"size-limit": [ | ||
@@ -100,5 +108,6 @@ { | ||
"func-style": "off", | ||
"@typescript-eslint/no-explicit-any": "off" | ||
"@typescript-eslint/no-explicit-any": "off", | ||
"@typescript-eslint/explicit-function-return-type": "off" | ||
} | ||
} | ||
} |
@@ -10,3 +10,3 @@ # Storeon Observable | ||
The size is only 351 bytes. It uses [Size Limit] to control size. | ||
The size is only 383 bytes. It uses [Size Limit] to control size. | ||
@@ -25,2 +25,9 @@ Read more about Storeon [article]. | ||
### Via CDN | ||
For CDN, you can use [unpkg](https://unpkg.com/): | ||
https://unpkg.com/storeon-observable/dist/storeon-observable.min.js | ||
The global namespace for module is `StoreonObservable` | ||
## How to use | ||
@@ -27,0 +34,0 @@ |
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
33062
30
472
99
0
28
3