@rimbu/base
Advanced tools
Comparing version 0.6.7 to 0.7.0
{ | ||
"name": "@rimbu/base", | ||
"version": "0.6.7", | ||
"version": "0.7.0", | ||
"description": "Utilities to implement Rimbu collections", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/common": "^0.7.5", | ||
"@rimbu/common": "^0.8.0", | ||
"tslib": "^2.3.1" | ||
@@ -64,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "20739fd0c0d5c565eeecd3e266dd51f893e8d67c" | ||
"gitHead": "c321aa32b1c5fd8ca8b7fb1c26bd4f7bbf3ef70d" | ||
} |
@@ -49,15 +49,2 @@ <p align="center"> | ||
## Recommended `tsconfig.json` settings | ||
Rimbu uses advanced and recursive typing, potentially making the TypeScript compiler quite slow in some cases, or causing infinite recursion. It is recommended to set the following values in the `tsconfig.json` file of your project: | ||
```json | ||
{ | ||
"compilerOptions": { | ||
"skipLibCheck": true, | ||
"noStrictGenericChecks": true | ||
} | ||
} | ||
``` | ||
## Usage | ||
@@ -64,0 +51,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
43447
81
+ Added@rimbu/common@0.8.2(transitive)
- Removed@rimbu/common@0.7.5(transitive)
Updated@rimbu/common@^0.8.0