@adminforth/background-jobs 1.6.0 → 1.6.2
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/build.log +2 -2
- package/custom/JobsList.vue +1 -0
- package/dist/custom/JobsList.vue +1 -0
- package/package.json +4 -2
package/build.log
CHANGED
|
@@ -11,5 +11,5 @@ custom/StateToIcon.vue
|
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
custom/utils.ts
|
|
13
13
|
|
|
14
|
-
sent 13,
|
|
15
|
-
total size is 12,
|
|
14
|
+
sent 13,153 bytes received 134 bytes 26,574.00 bytes/sec
|
|
15
|
+
total size is 12,668 speedup is 0.95
|
package/custom/JobsList.vue
CHANGED
package/dist/custom/JobsList.vue
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/background-jobs",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -20,9 +20,11 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@vueuse/core": "^14.2.1",
|
|
23
|
-
"adminforth": "^2.24.0",
|
|
24
23
|
"async-mutex": "^0.5.0",
|
|
25
24
|
"level": "^10.0.0",
|
|
26
25
|
"p-limit": "^7.3.0"
|
|
26
|
+
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"adminforth": "next"
|
|
27
29
|
}
|
|
28
30
|
}
|