@rimbu/hashed
Advanced tools
Comparing version 0.8.22 to 0.9.0
{ | ||
"name": "@rimbu/hashed", | ||
"version": "0.8.22", | ||
"version": "0.9.0", | ||
"description": "Immutable HashMap and HashSet implementations for TypeScript", | ||
@@ -72,7 +72,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/base": "^0.10.1", | ||
"@rimbu/collection-types": "^0.9.20", | ||
"@rimbu/common": "^0.11.0", | ||
"@rimbu/list": "^0.10.22", | ||
"@rimbu/stream": "^0.12.6", | ||
"@rimbu/base": "^0.11.0", | ||
"@rimbu/collection-types": "^0.10.0", | ||
"@rimbu/common": "^0.12.0", | ||
"@rimbu/list": "^0.11.0", | ||
"@rimbu/stream": "^0.13.0", | ||
"tslib": "^2.4.0" | ||
@@ -83,6 +83,2 @@ }, | ||
}, | ||
"denoify": { | ||
"index": "src/main/index.ts", | ||
"replacer": "../../config/denoify-rimbu-replacer.js" | ||
}, | ||
"madge": { | ||
@@ -95,3 +91,3 @@ "detectiveOptions": { | ||
}, | ||
"gitHead": "28454fe17a4e51a42f6107f7b1733270d0d88de5" | ||
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3" | ||
} |
@@ -67,6 +67,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 | ||
@@ -73,0 +69,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
485016
94
+ Added@rimbu/base@0.11.4(transitive)
+ Added@rimbu/collection-types@0.10.6(transitive)
+ Added@rimbu/common@0.12.3(transitive)
+ Added@rimbu/list@0.11.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/list@0.10.22(transitive)
- Removed@rimbu/stream@0.12.6(transitive)
Updated@rimbu/base@^0.11.0
Updated@rimbu/common@^0.12.0
Updated@rimbu/list@^0.11.0
Updated@rimbu/stream@^0.13.0