@rimbu/actor
Advanced tools
Comparing version 0.12.0 to 0.13.0
{ | ||
"name": "@rimbu/actor", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "State management tools to create stateful logic that can be easily integrated in any framework", | ||
@@ -64,20 +64,2 @@ "keywords": [ | ||
}, | ||
"imports": { | ||
"#actor/*.mts": { | ||
"bun": "./dist/bun/*.mts" | ||
}, | ||
"#actor/*.mjs": { | ||
"types": "./dist/types/*.d.mts", | ||
"import": "./dist/esm/*.mjs", | ||
"require": "./dist/cjs/*.cjs", | ||
"default": "./dist/esm/*.mjs" | ||
}, | ||
"#actor/*": { | ||
"types": "./dist/types/*/index.d.mts", | ||
"bun": "./dist/bun/*/index.mts", | ||
"import": "./dist/esm/*/index.mjs", | ||
"require": "./dist/cjs/*/index.cjs", | ||
"default": "./dist/esm/*/index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
@@ -113,4 +95,4 @@ "dist", | ||
"dependencies": { | ||
"@rimbu/common": "^1.0.0", | ||
"tslib": "^2.5.3" | ||
"@rimbu/common": "^1.1.0", | ||
"tslib": "^2.6.1" | ||
}, | ||
@@ -121,7 +103,7 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@rimbu/stream": "^1.0.0", | ||
"@rimbu/stream": "^1.1.0", | ||
"happy-dom": "^9.20.3", | ||
"immer": "^9.0.16" | ||
}, | ||
"gitHead": "c9d33ecc231d7b33b7e29734295fdb35caa235a6" | ||
"gitHead": "f0a61c7e2ba7ecc76dd56a57a9fe7e6ae059eb59" | ||
} |
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
211927
Updated@rimbu/common@^1.1.0
Updatedtslib@^2.6.1