@rimbu/hashed
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "map-custom", | ||
"private": true, | ||
"main": "../dist/cjs/map-custom/index.js", | ||
"main": "../dist/cjs/map-custom/index.cjs", | ||
"module": "../dist/esm/map-custom/index.mjs", | ||
"types": "../dist/types/map-custom/index.d.mts" | ||
} |
{ | ||
"name": "map", | ||
"private": true, | ||
"main": "../dist/cjs/map/index.js", | ||
"main": "../dist/cjs/map/index.cjs", | ||
"module": "../dist/esm/map/index.mjs", | ||
"types": "../dist/types/map/index.d.mts" | ||
} |
{ | ||
"name": "@rimbu/hashed", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Immutable HashMap and HashSet implementations for TypeScript", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"type": "module", | ||
"main": "./dist/cjs/main/index.js", | ||
"main": "./dist/cjs/main/index.cjs", | ||
"module": "./dist/esm/main/index.mjs", | ||
@@ -44,3 +44,3 @@ "types": "./dist/types/main/index.d.mts", | ||
"import": "./dist/esm/main/index.mjs", | ||
"require": "./dist/cjs/main/index.js", | ||
"require": "./dist/cjs/main/index.cjs", | ||
"default": "./dist/esm/main/index.mjs" | ||
@@ -52,3 +52,3 @@ }, | ||
"import": "./dist/esm/map/index.mjs", | ||
"require": "./dist/cjs/map/index.js", | ||
"require": "./dist/cjs/map/index.cjs", | ||
"default": "./dist/esm/map/index.mjs" | ||
@@ -60,3 +60,3 @@ }, | ||
"import": "./dist/esm/map-custom/index.mjs", | ||
"require": "./dist/cjs/map-custom/index.js", | ||
"require": "./dist/cjs/map-custom/index.cjs", | ||
"default": "./dist/esm/map-custom/index.mjs" | ||
@@ -68,3 +68,3 @@ }, | ||
"import": "./dist/esm/set/index.mjs", | ||
"require": "./dist/cjs/set/index.js", | ||
"require": "./dist/cjs/set/index.cjs", | ||
"default": "./dist/esm/set/index.mjs" | ||
@@ -76,3 +76,3 @@ }, | ||
"import": "./dist/esm/set-custom/index.mjs", | ||
"require": "./dist/cjs/set-custom/index.js", | ||
"require": "./dist/cjs/set-custom/index.cjs", | ||
"default": "./dist/esm/set-custom/index.mjs" | ||
@@ -88,3 +88,3 @@ } | ||
"import": "./dist/esm/*.mjs", | ||
"require": "./dist/cjs/*.js", | ||
"require": "./dist/cjs/*.cjs", | ||
"default": "./dist/esm/*.mjs" | ||
@@ -96,3 +96,3 @@ }, | ||
"import": "./dist/esm/*/index.mjs", | ||
"require": "./dist/cjs/*/index.js", | ||
"require": "./dist/cjs/*/index.cjs", | ||
"default": "./dist/esm/*/index.mjs" | ||
@@ -114,3 +114,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", | ||
@@ -142,7 +142,7 @@ "bundle:deno-convert": "denoify --src _deno_prepare/src", | ||
"dependencies": { | ||
"@rimbu/base": "^1.0.0-alpha.1", | ||
"@rimbu/collection-types": "^1.0.0-alpha.1", | ||
"@rimbu/common": "^1.0.0-alpha.1", | ||
"@rimbu/list": "^1.0.0-alpha.1", | ||
"@rimbu/stream": "^1.0.0-alpha.1", | ||
"@rimbu/base": "^1.0.0-alpha.2", | ||
"@rimbu/collection-types": "^1.0.0-alpha.2", | ||
"@rimbu/common": "^1.0.0-alpha.2", | ||
"@rimbu/list": "^1.0.0-alpha.2", | ||
"@rimbu/stream": "^1.0.0-alpha.2", | ||
"tslib": "^2.5.3" | ||
@@ -160,3 +160,3 @@ }, | ||
}, | ||
"gitHead": "dfaf8143e56f54ed1e31f7c96802548c46e03bd8" | ||
"gitHead": "5f9e27c3b41028a7ec98c47a94daebce9461d3fb" | ||
} |
{ | ||
"name": "set-custom", | ||
"private": true, | ||
"main": "../dist/cjs/set-custom/index.js", | ||
"main": "../dist/cjs/set-custom/index.cjs", | ||
"module": "../dist/esm/set-custom/index.mjs", | ||
"types": "../dist/types/set-custom/index.d.mts" | ||
} |
{ | ||
"name": "set", | ||
"private": true, | ||
"main": "../dist/cjs/set/index.js", | ||
"main": "../dist/cjs/set/index.cjs", | ||
"module": "../dist/esm/set/index.mjs", | ||
"types": "../dist/types/set/index.d.mts" | ||
} |
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
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
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
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
952141