Skip to content

Commit e9e7bf2

Browse files
committed
chore(version): upgrade to a specified version
1 parent e854cc4 commit e9e7bf2

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ npm install @vodyani/dust
2323

2424
## Dependencies
2525

26-
- [nestjs](https://github.com/nestjs) `v8`
26+
- [vodyani/core](https://github.com/vodyani/core) `v8`
27+
- [nestjs/common](https://github.com/nestjs) `v8`
2728
- [lodash](https://github.com/lodash/lodash) `v4`
2829
- [threads](https://github.com/andywer/threads.js) `v1`
2930
- [tiny-worker](https://github.com/avoidwork/tiny-worker) `v2`

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vodyani/dust",
33
"license": "MIT",
4-
"version": "0.1.12",
4+
"version": "8.0.1",
55
"author": "ChoGathK",
66
"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.",
77
"homepage": "https://github.com/vodyani/dust#readme",
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"@nestjs/common": "8.4.4",
69-
"@vodyani/core": "0.3.7",
69+
"@vodyani/core": "8.0.1",
7070
"lodash": "4.17.21",
7171
"threads": "1.7.0",
7272
"tiny-worker": "2.3.0"

0 commit comments

Comments
 (0)