@rimbu/list
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "@rimbu/list", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "An efficient immutable ordered sequence of elements akin to a Vector", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
], | ||
"homepage": "http://rimbu.org", | ||
"homepage": "https://rimbu.org", | ||
"author": { | ||
@@ -63,6 +63,6 @@ "name": "Arvid Nicolaas", | ||
"dependencies": { | ||
"@rimbu/base": "^0.6.6", | ||
"@rimbu/collection-types": "^0.7.4", | ||
"@rimbu/common": "^0.7.4", | ||
"@rimbu/stream": "^0.7.4", | ||
"@rimbu/base": "^0.6.7", | ||
"@rimbu/collection-types": "^0.7.5", | ||
"@rimbu/common": "^0.7.5", | ||
"@rimbu/stream": "^0.7.5", | ||
"tslib": "^2.3.1" | ||
@@ -76,3 +76,3 @@ }, | ||
}, | ||
"gitHead": "e509f9938fad6253702f6b78eb9f8e3b3a8f92ac" | ||
"gitHead": "20739fd0c0d5c565eeecd3e266dd51f893e8d67c" | ||
} |
@@ -9,5 +9,5 @@ <p align="center"> | ||
For complete documentation please visit the _[Rimbu Docs](http://rimbu.org)_. | ||
For complete documentation please visit the [List page](https://rimbu.org/docs/collections/list) in the _[Rimbu Docs](https://rimbu.org)_. | ||
Or [Try Me Out](https://codesandbox.io/s/rimbu-sandbox-d4tbk?previewwindow=console&view=split&editorsize=65&moduleview=1&module=/src/index.ts) in CodeSandBox. | ||
Or [Try Out Rimbu](https://codesandbox.io/s/github/vitoke/rimbu-sandbox/tree/main?previewwindow=console&view=split&editorsize=65&moduleview=1&module=/src/index.ts) in CodeSandBox. | ||
@@ -14,0 +14,0 @@ ## Installation |
@@ -120,3 +120,3 @@ import { RimbuError } from '@rimbu/base'; | ||
fromString = (...sources: ArrayNonEmpty<string>) => { | ||
fromString = (...sources: ArrayNonEmpty<string>): any => { | ||
return this.from(...sources); | ||
@@ -123,0 +123,0 @@ }; |
Sorry, the diff of this file is not supported yet
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
724470
Updated@rimbu/base@^0.6.7
Updated@rimbu/common@^0.7.5
Updated@rimbu/stream@^0.7.5