@rimbu/list
Advanced tools
Comparing version 0.11.0 to 0.11.1
import type { BlockBuilder, NonLeafBlockBuilder, NonLeafTreeBuilder } from '@rimbu/list/custom'; | ||
export declare type NonLeafBuilder<T, C extends BlockBuilder<T>> = NonLeafBlockBuilder<T, C> | NonLeafTreeBuilder<T, C>; | ||
export type NonLeafBuilder<T, C extends BlockBuilder<T>> = NonLeafBlockBuilder<T, C> | NonLeafTreeBuilder<T, C>; |
{ | ||
"name": "@rimbu/list", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "An efficient immutable ordered sequence of elements akin to a Vector", | ||
@@ -67,7 +67,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@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" | ||
"@rimbu/base": "^0.11.1", | ||
"@rimbu/collection-types": "^0.10.1", | ||
"@rimbu/common": "^0.12.1", | ||
"@rimbu/stream": "^0.13.1", | ||
"tslib": "^2.5.0" | ||
}, | ||
@@ -84,3 +84,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "442ffd299583458d458e9bbe3dd02c67828707f3" | ||
"gitHead": "f7a7662f81e9246b244cab22c14776617652833f" | ||
} |
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
774930
Updated@rimbu/base@^0.11.1
Updated@rimbu/common@^0.12.1
Updated@rimbu/stream@^0.13.1
Updatedtslib@^2.5.0