@worker-manager/bun 2.0.0 → 2.1.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|

|
|
19
19
|
|
|
20
20
|
# Usage examples
|
|
21
|
-
1. [Simple bun setup](https://github.com/naldomadeira/worker-manager/tree/main/examples/
|
|
21
|
+
1. [Simple bun setup](https://github.com/naldomadeira/worker-manager/tree/main/examples/more/bun)
|
|
22
22
|
|
|
23
23
|
For more info visit the main [README](https://github.com/naldomadeira/worker-manager#readme)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worker-manager/bun",
|
|
3
|
-
"version": "2.0.0",
|
|
3
|
+
"version": "2.1.0-next.0",
|
|
4
4
|
"description": "A Bun server adapter for the Worker Manager dashboard.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bull",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"test": "bun test"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@worker-manager/api": "2.0.0",
|
|
33
|
-
"@worker-manager/ui": "2.0.0",
|
|
32
|
+
"@worker-manager/api": "2.1.0-next.0",
|
|
33
|
+
"@worker-manager/ui": "2.1.0-next.0",
|
|
34
34
|
"ejs": "^6.0.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/ejs": "^3.1.5",
|
|
38
|
-
"@worker-manager/test-utils": "2.0.0",
|
|
38
|
+
"@worker-manager/test-utils": "2.1.0-next.0",
|
|
39
39
|
"bullmq": "^5.81.3",
|
|
40
40
|
"bun-types": "^1.4.0"
|
|
41
41
|
},
|