@rimbu/deep
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "@rimbu/deep", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Tools to use handle plain JS objects as immutable objects", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"type": "module", | ||
"main": "./dist/cjs/index.js", | ||
"main": "./dist/cjs/index.cjs", | ||
"module": "./dist/esm/index.mjs", | ||
@@ -43,3 +43,3 @@ "types": "./dist/types/index.d.mts", | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"require": "./dist/cjs/index.cjs", | ||
"default": "./dist/esm/index.mjs" | ||
@@ -57,3 +57,3 @@ } | ||
"bundle:bun": "node ../../config/bunnify.mjs", | ||
"bundle:cjs": "tsup src --format cjs --clean -d dist/cjs --loader '.mts=ts' --legacy-output", | ||
"bundle:cjs": "tsup src --format cjs --clean -d dist/cjs --loader '.mts=ts'", | ||
"bundle:deno-prepare": "node ../../config/prepare-denoify.mjs", | ||
@@ -78,4 +78,4 @@ "bundle:deno-convert": "denoify --src _deno_prepare/src", | ||
"dependencies": { | ||
"@rimbu/base": "^1.0.0-alpha.1", | ||
"@rimbu/common": "^1.0.0-alpha.1", | ||
"@rimbu/base": "^1.0.0-alpha.2", | ||
"@rimbu/common": "^1.0.0-alpha.2", | ||
"tslib": "^2.5.3" | ||
@@ -86,3 +86,3 @@ }, | ||
}, | ||
"gitHead": "dfaf8143e56f54ed1e31f7c96802548c46e03bd8" | ||
"gitHead": "5f9e27c3b41028a7ec98c47a94daebce9461d3fb" | ||
} |
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
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
336917
Updated@rimbu/base@^1.0.0-alpha.2
Updated@rimbu/common@^1.0.0-alpha.2