@rimbu/list
Advanced tools
Comparing version 0.10.22 to 0.11.0
{ | ||
"name": "@rimbu/list", | ||
"version": "0.10.22", | ||
"version": "0.11.0", | ||
"description": "An efficient immutable ordered sequence of elements akin to a Vector", | ||
@@ -67,6 +67,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/base": "^0.10.1", | ||
"@rimbu/collection-types": "^0.9.20", | ||
"@rimbu/common": "^0.11.0", | ||
"@rimbu/stream": "^0.12.6", | ||
"@rimbu/base": "^0.11.0", | ||
"@rimbu/collection-types": "^0.10.0", | ||
"@rimbu/common": "^0.12.0", | ||
"@rimbu/stream": "^0.13.0", | ||
"tslib": "^2.4.0" | ||
@@ -77,6 +77,2 @@ }, | ||
}, | ||
"denoify": { | ||
"index": "src/main/index.ts", | ||
"replacer": "../../config/denoify-rimbu-replacer.js" | ||
}, | ||
"madge": { | ||
@@ -89,3 +85,3 @@ "detectiveOptions": { | ||
}, | ||
"gitHead": "28454fe17a4e51a42f6107f7b1733270d0d88de5" | ||
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3" | ||
} |
@@ -60,6 +60,2 @@ <p align="center"> | ||
Because Rimbu uses advanced types, this may slow down the type checking part when running your code. If you're able to rely on your code editor to provide type errors, you can skip the Deno type check using the `--no-check` flag: | ||
`deno run --import-map import_map.json --no-check src/main.ts` | ||
## Usage | ||
@@ -66,0 +62,0 @@ |
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
774938
87
+ Added@rimbu/base@0.11.4(transitive)
+ Added@rimbu/collection-types@0.10.6(transitive)
+ Added@rimbu/common@0.12.3(transitive)
+ Added@rimbu/stream@0.13.6(transitive)
- Removed@rimbu/base@0.10.1(transitive)
- Removed@rimbu/collection-types@0.9.20(transitive)
- Removed@rimbu/common@0.11.0(transitive)
- Removed@rimbu/stream@0.12.6(transitive)
Updated@rimbu/base@^0.11.0
Updated@rimbu/common@^0.12.0
Updated@rimbu/stream@^0.13.0