@rimbu/bimap
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ { | ||
"module": "../dist/esm/custom/index.mjs", | ||
"types": "../dist/types/custom/index.d.mts" | ||
"types": "../dist/cjs/custom/index.d.cts" | ||
} |
{ | ||
"name": "@rimbu/bimap", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A bidirectional immutable Map of keys and values for TypeScript", | ||
@@ -35,17 +35,25 @@ "keywords": [ | ||
"module": "./dist/esm/main/index.mjs", | ||
"types": "./dist/types/main/index.d.mts", | ||
"types": "./dist/cjs/main/index.d.cts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/main/index.d.mts", | ||
"bun": "./dist/bun/main/index.mts", | ||
"import": "./dist/esm/main/index.mjs", | ||
"require": "./dist/cjs/main/index.cjs", | ||
"default": "./dist/esm/main/index.mjs" | ||
"import": { | ||
"types": "./dist/esm/main/index.d.mts", | ||
"default": "./dist/esm/main/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/main/index.d.cts", | ||
"default": "./dist/cjs/main/index.cjs" | ||
}, | ||
"bun": "./dist/bun/main/index.mts" | ||
}, | ||
"./custom": { | ||
"types": "./dist/types/custom/index.d.mts", | ||
"bun": "./dist/bun/custom/index.mts", | ||
"import": "./dist/esm/custom/index.mjs", | ||
"require": "./dist/cjs/custom/index.cjs", | ||
"default": "./dist/esm/custom/index.mjs" | ||
"import": { | ||
"types": "./dist/esm/custom/index.d.mts", | ||
"default": "./dist/esm/custom/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/custom/index.d.cts", | ||
"default": "./dist/cjs/custom/index.cjs" | ||
}, | ||
"bun": "./dist/bun/custom/index.mts" | ||
} | ||
@@ -61,5 +69,8 @@ }, | ||
"build:deno": "yarn bundle:deno-prepare && yarn bundle:deno-convert && yarn bundle:deno-move && yarn bundle:deno-clean", | ||
"bundle": "yarn bundle:cjs && yarn bundle:esm && yarn bundle:types && yarn bundle:bun", | ||
"bundle:bun": "node ../../config/bunnify.mjs", | ||
"bundle:cjs": "tsup src --format cjs --clean -d dist/cjs --loader '.mts=ts'", | ||
"bundle": "yarn bundle:cjs && yarn bundle:esm && yarn bundle:bun", | ||
"bundle:bun": "node ../../config/bunnify.mjs -mode bun", | ||
"bundle:cjs": "yarn bundle:cjs-prepare && yarn bundle:cjs-build && yarn bundle:cjs-clean", | ||
"bundle:cjs-prepare": "node ../../config/bunnify.mjs -mode cjs", | ||
"bundle:cjs-build": "tsc -p tsconfig.cjs.json", | ||
"bundle:cjs-clean": "rimraf _cjs_prepare", | ||
"bundle:deno-prepare": "node ../../config/prepare-denoify.mjs", | ||
@@ -70,3 +81,2 @@ "bundle:deno-convert": "denoify --src _deno_prepare/src", | ||
"bundle:esm": "tsc --p tsconfig.esm.json", | ||
"bundle:types": "tsc --p tsconfig.types.json", | ||
"clean": "rimraf dist", | ||
@@ -87,7 +97,7 @@ "extract-api": "yarn extract-api:main && yarn extract-api:custom", | ||
"dependencies": { | ||
"@rimbu/base": "^2.0.0", | ||
"@rimbu/collection-types": "^2.1.0", | ||
"@rimbu/common": "^2.0.0", | ||
"@rimbu/hashed": "^2.1.0", | ||
"@rimbu/stream": "^2.1.0", | ||
"@rimbu/base": "^2.0.1", | ||
"@rimbu/collection-types": "^2.1.1", | ||
"@rimbu/common": "^2.0.1", | ||
"@rimbu/hashed": "^2.1.1", | ||
"@rimbu/stream": "^2.2.0", | ||
"tslib": "^2.6.2" | ||
@@ -98,3 +108,3 @@ }, | ||
}, | ||
"gitHead": "3b21319ce2d2ecf3d96bfbb09b688df09405acd0" | ||
"gitHead": "b7ed656d2c55d1a715d6a3f52e364e68cb98c759" | ||
} |
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
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
61
29.79%280303
-5.77%1195
-69.48%1
Infinity%Updated
Updated
Updated
Updated