@rimbu/collection-types
Advanced tools
Comparing version 0.9.20 to 0.10.0
{ | ||
"name": "@rimbu/collection-types", | ||
"version": "0.9.20", | ||
"version": "0.10.0", | ||
"description": "Type definitions for the basic generic Rimbu collections", | ||
@@ -65,5 +65,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/base": "^0.10.1", | ||
"@rimbu/common": "^0.11.0", | ||
"@rimbu/stream": "^0.12.6", | ||
"@rimbu/base": "^0.11.0", | ||
"@rimbu/common": "^0.12.0", | ||
"@rimbu/stream": "^0.13.0", | ||
"tslib": "^2.4.0" | ||
@@ -74,7 +74,3 @@ }, | ||
}, | ||
"denoify": { | ||
"index": "src/main/index.ts", | ||
"replacer": "../../config/denoify-rimbu-replacer.js" | ||
}, | ||
"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` | ||
## Author | ||
@@ -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
195713
79
+ Added@rimbu/base@0.11.4(transitive)
+ Added@rimbu/common@0.12.3(transitive)
+ Added@rimbu/stream@0.13.6(transitive)
- Removed@rimbu/base@0.10.1(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