@rimbu/deep
Advanced tools
Comparing version 0.14.2 to 0.14.3
{ | ||
"name": "@rimbu/deep", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"description": "Tools to use handle plain JS objects as immutable objects", | ||
@@ -40,5 +40,5 @@ "keywords": [ | ||
"types": "./dist/types/index.d.ts", | ||
"bun": "./src/index.ts", | ||
"import": "./dist/module/index.js", | ||
"require": "./dist/main/index.js", | ||
"bun": "./src/index.ts", | ||
"default": "./dist/module/index.js" | ||
@@ -70,4 +70,4 @@ } | ||
"dependencies": { | ||
"@rimbu/base": "^0.11.2", | ||
"@rimbu/common": "^0.12.2", | ||
"@rimbu/base": "^0.11.3", | ||
"@rimbu/common": "^0.12.3", | ||
"tslib": "^2.5.0" | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "4ffac464a67030c80e35241766098837498426e6" | ||
"gitHead": "3d235bc539eed9cda52d110c2ec805d686776ae7" | ||
} |
Updated@rimbu/base@^0.11.3
Updated@rimbu/common@^0.12.3