@rimbu/actor
Advanced tools
Comparing version 0.11.2 to 0.11.3
{ | ||
"name": "@rimbu/actor", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "State management tools to create stateful logic that can be easily integrated in any framework", | ||
@@ -30,6 +30,36 @@ "keywords": [ | ||
}, | ||
"source": "src/main/index.ts", | ||
"main": "dist/main/main/index.js", | ||
"module": "dist/module/main/index.js", | ||
"types": "dist/types/main/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", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/main/index.d.ts", | ||
"import": "./dist/module/main/index.js", | ||
"require": "./dist/main/main/index.js", | ||
"bun": "./src/main/index.ts", | ||
"default": "./dist/module/main/index.js" | ||
}, | ||
"./immer": { | ||
"types": "./dist/types/immer/index.d.ts", | ||
"import": "./dist/module/immer/index.js", | ||
"require": "./dist/main/immer/index.js", | ||
"bun": "./src/immer/index.ts", | ||
"default": "./dist/module/immer/index.js" | ||
}, | ||
"./patch": { | ||
"types": "./dist/types/patch/index.d.ts", | ||
"import": "./dist/module/patch/index.js", | ||
"require": "./dist/main/patch/index.js", | ||
"bun": "./src/patch/index.ts", | ||
"default": "./dist/module/patch/index.js" | ||
}, | ||
"./stream": { | ||
"types": "./dist/types/stream/index.d.ts", | ||
"import": "./dist/module/stream/index.js", | ||
"require": "./dist/main/stream/index.js", | ||
"bun": "./src/stream/index.ts", | ||
"default": "./dist/module/stream/index.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -59,3 +89,3 @@ "dist", | ||
"dependencies": { | ||
"@rimbu/common": "^0.12.1", | ||
"@rimbu/common": "^0.12.2", | ||
"tslib": "^2.5.0" | ||
@@ -67,7 +97,7 @@ }, | ||
"devDependencies": { | ||
"@rimbu/deep": "^0.14.1", | ||
"@rimbu/stream": "^0.13.1", | ||
"@rimbu/deep": "^0.14.2", | ||
"@rimbu/stream": "^0.13.2", | ||
"immer": "^9.0.16" | ||
}, | ||
"gitHead": "f7a7662f81e9246b244cab22c14776617652833f" | ||
"gitHead": "4ffac464a67030c80e35241766098837498426e6" | ||
} |
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
98170
97
1797
Updated@rimbu/common@^0.12.2