@rimbu/list
Advanced tools
Comparing version 0.11.1 to 0.11.2
{ | ||
"name": "@rimbu/list", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "An efficient immutable ordered sequence of elements akin to a Vector", | ||
@@ -35,6 +35,22 @@ "keywords": [ | ||
}, | ||
"source": "src/main/index.ts", | ||
"main": "dist/main/main/index.js", | ||
"module": "dist/module/main/index.js", | ||
"types": "dist/types/main/index.d.ts", | ||
"source": "./src/main/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" | ||
}, | ||
"./custom": { | ||
"types": "./dist/types/custom/index.d.ts", | ||
"import": "./dist/module/custom/index.js", | ||
"require": "./dist/main/custom/index.js", | ||
"bun": "./src/custom/index.ts", | ||
"default": "./dist/main/custom/index.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -48,3 +64,3 @@ "dist", | ||
"build:deno": "rimraf deno_dist ../../deno_dist/list && denoify && mv deno_dist ../../deno_dist/list", | ||
"bundle": "yarn bundle:main && yarn bundle:module && yarn bundle:types", | ||
"bundle": "yarn bundle:types && yarn bundle:main && yarn bundle:module", | ||
"bundle:main": "tsc --p tsconfig.main.json", | ||
@@ -69,6 +85,6 @@ "bundle:module": "tsc --p tsconfig.module.json", | ||
"dependencies": { | ||
"@rimbu/base": "^0.11.1", | ||
"@rimbu/collection-types": "^0.10.1", | ||
"@rimbu/common": "^0.12.1", | ||
"@rimbu/stream": "^0.13.1", | ||
"@rimbu/base": "^0.11.2", | ||
"@rimbu/collection-types": "^0.10.2", | ||
"@rimbu/common": "^0.12.2", | ||
"@rimbu/stream": "^0.13.2", | ||
"tslib": "^2.5.0" | ||
@@ -86,3 +102,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
775846
161
13452
Updated@rimbu/base@^0.11.2
Updated@rimbu/common@^0.12.2
Updated@rimbu/stream@^0.13.2