Skip to content

Commit

Permalink
Merge branch 'release/v1.4.0-js' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
joooKiwi committed Apr 1, 2024
2 parents 20ab3fc + 282f7da commit 80220cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ But other languages will be eventually added
## Related projects

Here is a list of the related projects made by me
- type ([GitHub](https://github.com/joooKiwi/type) | [NPM](https://www.npmjs.com/package/@joookiwi/type))
- collection ([GitHub](https://github.com/joooKiwi/collection) | [NPM](https://www.npmjs.com/package/@joookiwi/collection))
- enumeration ([GitHub](https://github.com/joooKiwi/enumeration) | [NPM](https://www.npmjs.com/package/@joookiwi/enumerable))

Expand All @@ -35,6 +36,7 @@ You can contribute to my projects in 2 different ways

| JS/TS | Date | Quick note |
|------------------------------------------------------------------|----------------------|-------------------------------------------------------------------------------------------|
| 1.4.0 | March 31st, 2024 | Addition of [type](https://github.com/joooKiwi/type) to the dependency |
| [1.3.0](https://github.com/joooKiwi/lazy/releases/tag/v1.3.0-js) | February 19th, 2024 | Standardization of the ~~BIG_INT~~ / BIGINT to only be BIGINT |
| 1.2.1 | December 4th, 2023 | A small update of the dependencies |
| [1.2.0](https://github.com/joooKiwi/lazy/releases/tag/v1.2.0-js) | September 28th, 2023 | Addition of lazy "bigint" numbers<br/>Fix on the empty array to be `readonly []` |
Expand Down
9 changes: 5 additions & 4 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joookiwi/lazy",
"version": "1.3.0",
"version": "1.4.0",
"description": "A Javascript implementation of the Kotlin lazy",

"scripts": {
Expand Down Expand Up @@ -63,8 +63,10 @@
],
"author": "JóôòKiwi",
"license": "MIT",
"dependencies": {
"@joookiwi/type": "^1.0.0"
},
"devDependencies": {
"@joookiwi/type": "^1.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"del-cli": "^5.1.0",
Expand Down

0 comments on commit 80220cb

Please sign in to comment.