@adminforth/background-jobs 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. 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,135 bytes received 134 bytes 26,538.00 bytes/sec
14
+ sent 13,128 bytes received 134 bytes 26,524.00 bytes/sec
15
15
  total size is 12,650 speedup is 0.95
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/background-jobs",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
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
  }