@rimbu/list
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "@rimbu/list", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "An efficient immutable ordered sequence of elements akin to a Vector", | ||
@@ -62,6 +62,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/base": "^0.6.2", | ||
"@rimbu/collection-types": "^0.7.0", | ||
"@rimbu/common": "^0.7.0", | ||
"@rimbu/stream": "^0.7.0" | ||
"@rimbu/base": "^0.6.3", | ||
"@rimbu/collection-types": "^0.7.1", | ||
"@rimbu/common": "^0.7.1", | ||
"@rimbu/stream": "^0.7.1", | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -74,3 +75,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "28453a94283b4f6bcdac1a07737b2bd58ece3658" | ||
"gitHead": "24f79a083116a4e7e0f1ea9fbe562af15c0a5c91" | ||
} |
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
722900
5
+ Addedtslib@^2.3.0
Updated@rimbu/base@^0.6.3
Updated@rimbu/common@^0.7.1
Updated@rimbu/stream@^0.7.1