@rimbu/actor
Advanced tools
Comparing version 0.10.3 to 0.11.0
{ | ||
"name": "@rimbu/actor", | ||
"version": "0.10.3", | ||
"version": "0.11.0", | ||
"description": "State management tools to create stateful logic that can be easily integrated in any framework", | ||
"keywords": [ | ||
"redux", | ||
"state management", | ||
"observable", | ||
"actor", | ||
"reactive", | ||
"state", | ||
"immutable", | ||
"rimbu", | ||
@@ -32,9 +30,12 @@ "typescript" | ||
}, | ||
"source": "src/index.ts", | ||
"main": "dist/main/index.js", | ||
"module": "dist/module/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"source": "src/main/index.ts", | ||
"main": "dist/main/main/index.js", | ||
"module": "dist/module/main/index.js", | ||
"types": "dist/types/main/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
"src", | ||
"immer", | ||
"patch", | ||
"stream" | ||
], | ||
@@ -59,4 +60,3 @@ "scripts": { | ||
"dependencies": { | ||
"@rimbu/base": "^0.10.1", | ||
"@rimbu/deep": "^0.13.1", | ||
"@rimbu/common": "^0.12.0", | ||
"tslib": "^2.4.0" | ||
@@ -67,7 +67,8 @@ }, | ||
}, | ||
"denoify": { | ||
"index": "src/index.ts", | ||
"replacer": "../../config/denoify-rimbu-replacer.js" | ||
"devDependencies": { | ||
"@rimbu/deep": "^0.14.0", | ||
"@rimbu/stream": "^0.13.0", | ||
"immer": "^9.0.16" | ||
}, | ||
"gitHead": "28454fe17a4e51a42f6107f7b1733270d0d88de5" | ||
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3" | ||
} |
@@ -56,6 +56,2 @@ <p align="center"> | ||
Because Rimbu uses advanced types, this may slow down the type checking part when running your code. If you're able to rely on your code editor to provide type errors, you can skip the Deno type check using the `--no-check` flag: | ||
`deno run --import-map import_map.json --no-check src/main.ts` | ||
## Usage | ||
@@ -62,0 +58,0 @@ |
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
2
96
96738
3
1787
100
1
+ Added@rimbu/common@^0.12.0
+ Added@rimbu/common@0.12.3(transitive)
- Removed@rimbu/base@^0.10.1
- Removed@rimbu/deep@^0.13.1
- Removed@rimbu/base@0.10.1(transitive)
- Removed@rimbu/common@0.11.0(transitive)
- Removed@rimbu/deep@0.13.1(transitive)