@rimbu/collection-types
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "@rimbu/collection-types", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Type definitions for the basic generic Rimbu collections", | ||
@@ -30,6 +30,46 @@ "keywords": [ | ||
}, | ||
"source": "src/index.ts", | ||
"main": "dist/main/main/index.js", | ||
"module": "dist/module/main/index.js", | ||
"types": "dist/types/main/index.d.ts", | ||
"source": "./src/index.ts", | ||
"main": "./dist/main/main/index.js", | ||
"module": "./dist/module/main/index.js", | ||
"types": "./dist/types/main/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/main/index.d.ts", | ||
"import": "./dist/module/main/index.js", | ||
"require": "./dist/main/main/index.js", | ||
"bun": "./src/main/index.ts", | ||
"default": "./dist/module/main/index.js" | ||
}, | ||
"./map": { | ||
"types": "./dist/types/map/index.d.ts", | ||
"import": "./dist/module/map/index.js", | ||
"require": "./dist/main/map/index.js", | ||
"bun": "./src/map/index.ts", | ||
"default": "./dist/module/map/index.js" | ||
}, | ||
"./map-custom": { | ||
"types": "./dist/types/map-custom/index.d.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" | ||
}, | ||
"./set": { | ||
"types": "./dist/types/set/index.d.ts", | ||
"import": "./dist/module/set/index.js", | ||
"require": "./dist/main/set/index.js", | ||
"bun": "./src/set/index.ts", | ||
"default": "./dist/module/set/index.js" | ||
}, | ||
"./set-custom": { | ||
"types": "./dist/types/set-custom/index.d.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" | ||
}, | ||
"./test-utils/*": { | ||
"default": "./test-utils/*.ts" | ||
} | ||
}, | ||
"files": [ | ||
@@ -66,5 +106,5 @@ "dist", | ||
"dependencies": { | ||
"@rimbu/base": "^0.11.1", | ||
"@rimbu/common": "^0.12.1", | ||
"@rimbu/stream": "^0.13.1", | ||
"@rimbu/base": "^0.11.2", | ||
"@rimbu/common": "^0.12.2", | ||
"@rimbu/stream": "^0.13.2", | ||
"tslib": "^2.5.0" | ||
@@ -75,3 +115,3 @@ }, | ||
}, | ||
"gitHead": "f7a7662f81e9246b244cab22c14776617652833f" | ||
"gitHead": "4ffac464a67030c80e35241766098837498426e6" | ||
} |
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
197810
92
4352
Updated@rimbu/base@^0.11.2
Updated@rimbu/common@^0.12.2
Updated@rimbu/stream@^0.13.2