@rimbu/list
Advanced tools
Comparing version 0.5.10 to 0.5.11
{ | ||
"name": "@rimbu/list", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "An efficient immutable ordered sequence of elements akin to a Vector", | ||
@@ -40,3 +40,4 @@ "keywords": [ | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -60,13 +61,7 @@ "scripts": { | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"jest": "^26.6.3", | ||
"ts-jest": "^26.5.5", | ||
"typescript": "^4.2.4" | ||
}, | ||
"dependencies": { | ||
"@rimbu/base": "^0.5.8", | ||
"@rimbu/collection-types": "^0.5.10", | ||
"@rimbu/common": "^0.5.8", | ||
"@rimbu/stream": "^0.5.10" | ||
"@rimbu/base": "^0.5.9", | ||
"@rimbu/collection-types": "^0.5.11", | ||
"@rimbu/common": "^0.5.9", | ||
"@rimbu/stream": "^0.5.11" | ||
}, | ||
@@ -76,3 +71,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ac4608d3221339352917943ef3513192ddef5a4f" | ||
"gitHead": "0158eaad0dec4503e92cb308af952869d68faad5" | ||
} |
@@ -9,3 +9,3 @@ <p align="center"> | ||
For complete documentation please visit the _[Rimbu Docs](http://rimbu.org/rimbu-core)_. | ||
For complete documentation please visit the _[Rimbu Docs](http://rimbu.org)_. | ||
@@ -18,7 +18,7 @@ ## Installation | ||
`yarn add @rimbu/list` | ||
> `yarn add @rimbu/list` | ||
or | ||
`npm i @rimbu/list` | ||
> `npm i @rimbu/list` | ||
@@ -42,2 +42,8 @@ ### recommended tsconfig settings | ||
```ts | ||
import { List } from '@rimbu/list'; | ||
console.log(List.of(1, 3, 2, 4, 3, 1).toString()); | ||
``` | ||
## Author | ||
@@ -44,0 +50,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
713170
0
135
12020
65
Updated@rimbu/base@^0.5.9
Updated@rimbu/common@^0.5.9
Updated@rimbu/stream@^0.5.11