Skip to content

Commit

Permalink
chore(version): upgrade to a specified version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed Apr 29, 2022
1 parent e854cc4 commit e9e7bf2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ npm install @vodyani/dust

## Dependencies

- [nestjs](https://github.com/nestjs) `v8`
- [vodyani/core](https://github.com/vodyani/core) `v8`
- [nestjs/common](https://github.com/nestjs) `v8`
- [lodash](https://github.com/lodash/lodash) `v4`
- [threads](https://github.com/andywer/threads.js) `v1`
- [tiny-worker](https://github.com/avoidwork/tiny-worker) `v2`
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vodyani/dust",
"license": "MIT",
"version": "0.1.12",
"version": "8.0.1",
"author": "ChoGathK",
"description": "🌟 dust is the threading solution of vodyani, which makes basic thread and thread pool functions available to the public. When work threads is invoked, it takes over threads and isolates them from the main thread.",
"homepage": "https://github.com/vodyani/dust#readme",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"@nestjs/common": "8.4.4",
"@vodyani/core": "0.3.7",
"@vodyani/core": "8.0.1",
"lodash": "4.17.21",
"threads": "1.7.0",
"tiny-worker": "2.3.0"
Expand Down

0 comments on commit e9e7bf2

Please sign in to comment.