@rimbu/list
Advanced tools
Comparing version 0.11.2 to 0.11.3
{ | ||
"name": "@rimbu/list", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "An efficient immutable ordered sequence of elements akin to a Vector", | ||
@@ -42,5 +42,5 @@ "keywords": [ | ||
"types": "./dist/types/main/index.d.ts", | ||
"bun": "./src/main/index.ts", | ||
"import": "./dist/module/main/index.js", | ||
"require": "./dist/main/main/index.js", | ||
"bun": "./src/main/index.ts", | ||
"default": "./dist/module/main/index.js" | ||
@@ -50,5 +50,5 @@ }, | ||
"types": "./dist/types/custom/index.d.ts", | ||
"bun": "./src/custom/index.ts", | ||
"import": "./dist/module/custom/index.js", | ||
"require": "./dist/main/custom/index.js", | ||
"bun": "./src/custom/index.ts", | ||
"default": "./dist/main/custom/index.js" | ||
@@ -59,4 +59,3 @@ } | ||
"dist", | ||
"src", | ||
"custom" | ||
"src" | ||
], | ||
@@ -86,6 +85,6 @@ "scripts": { | ||
"dependencies": { | ||
"@rimbu/base": "^0.11.2", | ||
"@rimbu/collection-types": "^0.10.2", | ||
"@rimbu/common": "^0.12.2", | ||
"@rimbu/stream": "^0.13.2", | ||
"@rimbu/base": "^0.11.3", | ||
"@rimbu/collection-types": "^0.10.3", | ||
"@rimbu/common": "^0.12.3", | ||
"@rimbu/stream": "^0.13.3", | ||
"tslib": "^2.5.0" | ||
@@ -103,3 +102,3 @@ }, | ||
}, | ||
"gitHead": "4ffac464a67030c80e35241766098837498426e6" | ||
"gitHead": "3d235bc539eed9cda52d110c2ec805d686776ae7" | ||
} |
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
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
775618
160
Updated@rimbu/base@^0.11.3
Updated@rimbu/common@^0.12.3
Updated@rimbu/stream@^0.13.3