@rimbu/collection-types
Advanced tools
Comparing version 0.10.2 to 0.10.3
{ | ||
"name": "@rimbu/collection-types", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "Type definitions for the basic generic Rimbu collections", | ||
@@ -37,5 +37,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" | ||
@@ -45,5 +45,5 @@ }, | ||
"types": "./dist/types/map/index.d.ts", | ||
"bun": "./src/map/index.ts", | ||
"import": "./dist/module/map/index.js", | ||
"require": "./dist/main/map/index.js", | ||
"bun": "./src/map/index.ts", | ||
"default": "./dist/module/map/index.js" | ||
@@ -53,5 +53,5 @@ }, | ||
"types": "./dist/types/map-custom/index.d.ts", | ||
"bun": "./src/map-custom/index.ts", | ||
"import": "./dist/module/map-custom/index.js", | ||
"require": "./dist/main/map-custom/index.js", | ||
"bun": "./src/map-custom/index.ts", | ||
"default": "./dist/module/map-custom/index.js" | ||
@@ -61,5 +61,5 @@ }, | ||
"types": "./dist/types/set/index.d.ts", | ||
"bun": "./src/set/index.ts", | ||
"import": "./dist/module/set/index.js", | ||
"require": "./dist/main/set/index.js", | ||
"bun": "./src/set/index.ts", | ||
"default": "./dist/module/set/index.js" | ||
@@ -69,5 +69,5 @@ }, | ||
"types": "./dist/types/set-custom/index.d.ts", | ||
"bun": "./src/set-custom/index.ts", | ||
"import": "./dist/module/set-custom/index.js", | ||
"require": "./dist/main/set-custom/index.js", | ||
"bun": "./src/set-custom/index.ts", | ||
"default": "./dist/module/set-custom/index.js" | ||
@@ -81,7 +81,3 @@ }, | ||
"dist", | ||
"src", | ||
"map", | ||
"map-custom", | ||
"set", | ||
"set-custom" | ||
"src" | ||
], | ||
@@ -111,5 +107,5 @@ "scripts": { | ||
"dependencies": { | ||
"@rimbu/base": "^0.11.2", | ||
"@rimbu/common": "^0.12.2", | ||
"@rimbu/stream": "^0.13.2", | ||
"@rimbu/base": "^0.11.3", | ||
"@rimbu/common": "^0.12.3", | ||
"@rimbu/stream": "^0.13.3", | ||
"tslib": "^2.5.0" | ||
@@ -120,3 +116,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
196886
88
Updated@rimbu/base@^0.11.3
Updated@rimbu/common@^0.12.3
Updated@rimbu/stream@^0.13.3