@rimbu/sorted
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "common", | ||
"private": true, | ||
"main": "../dist/cjs/common/index.js", | ||
"main": "../dist/cjs/common/index.cjs", | ||
"module": "../dist/esm/common/index.mjs", | ||
"types": "../dist/types/common/index.d.mts" | ||
} |
{ | ||
"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/sorted", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Immutable SortedMap and SortedSet implementations for TypeScript", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"type": "module", | ||
"main": "./dist/cjs/main/index.js", | ||
"main": "./dist/cjs/main/index.cjs", | ||
"module": "./dist/esm/main/index.mjs", | ||
@@ -45,3 +45,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" | ||
@@ -53,3 +53,3 @@ }, | ||
"import": "./dist/esm/common/index.mjs", | ||
"require": "./dist/cjs/common/index.js", | ||
"require": "./dist/cjs/common/index.cjs", | ||
"default": "./dist/esm/common/index.mjs" | ||
@@ -61,3 +61,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" | ||
@@ -69,3 +69,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" | ||
@@ -77,3 +77,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" | ||
@@ -85,3 +85,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" | ||
@@ -97,3 +97,3 @@ } | ||
"import": "./dist/esm/*.mjs", | ||
"require": "./dist/cjs/*.js", | ||
"require": "./dist/cjs/*.cjs", | ||
"default": "./dist/esm/*.mjs" | ||
@@ -105,3 +105,3 @@ }, | ||
"import": "./dist/esm/*/index.mjs", | ||
"require": "./dist/cjs/*/index.js", | ||
"require": "./dist/cjs/*/index.cjs", | ||
"default": "./dist/esm/*/index.mjs" | ||
@@ -124,3 +124,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", | ||
@@ -151,6 +151,6 @@ "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/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/stream": "^1.0.0-alpha.2", | ||
"tslib": "^2.5.3" | ||
@@ -161,3 +161,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
1258636