@rimbu/actor
Advanced tools
Comparing version 0.13.1 to 0.14.0
{ | ||
"name": "@rimbu/actor", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "State management tools to create stateful logic that can be easily integrated in any framework", | ||
@@ -88,10 +88,10 @@ "keywords": [ | ||
"lint": "eslint src", | ||
"test": "vitest run", | ||
"test:cov": "vitest run --coverage", | ||
"test:watch": "vitest", | ||
"test": "TZ=UTC vitest run", | ||
"test:cov": "TZ=UTC vitest run --coverage", | ||
"test:watch": "TZ=UTC vitest", | ||
"typecheck": "tsc" | ||
}, | ||
"dependencies": { | ||
"@rimbu/common": "^1.1.0", | ||
"tslib": "^2.6.1" | ||
"@rimbu/common": "^2.0.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -102,7 +102,7 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@rimbu/stream": "^1.1.1", | ||
"@rimbu/stream": "^2.0.0", | ||
"happy-dom": "^9.20.3", | ||
"immer": "^9.0.16" | ||
}, | ||
"gitHead": "265baea2bb828217ac8bdbb5dd80cc97474b7bc5" | ||
"gitHead": "d107c858cf84cb27544685cef981067f2fe1612d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
208191
90
3805
+ Added@rimbu/common@2.0.1(transitive)
- Removed@rimbu/common@1.1.0(transitive)
Updated@rimbu/common@^2.0.0
Updatedtslib@^2.6.2