@unchainedshop/api 2.8.1 → 2.8.3

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.
@@ -58,6 +58,9 @@ export default [
58
58
  # If work is \`ALLOCATED\` longer than \`timeout\` it is considered as
59
59
  # \`FAILED\` and could be cleaned.
60
60
  timeout: Int
61
+
62
+ # If true, the work item was scheduled by the autoscheduling system
63
+ autoscheduled: Boolean
61
64
  }
62
65
  `,
63
66
  ];
@@ -1 +1 @@
1
- {"version":3,"file":"worker.js","sourceRoot":"","sources":["../../../src/schema/types/worker.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4Db;CACF,CAAC"}
1
+ {"version":3,"file":"worker.js","sourceRoot":"","sources":["../../../src/schema/types/worker.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+Db;CACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/api",
3
- "version": "2.8.1",
3
+ "version": "2.8.3",
4
4
  "main": "lib/api-index.js",
5
5
  "exports": {
6
6
  ".": "./lib/api-index.js",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "homepage": "https://github.com/unchainedshop/unchained#readme",
42
42
  "peerDependencies": {
43
- "@apollo/server": "^4.10.0",
43
+ "@apollo/server": "^4.10.1",
44
44
  "cookie": "^0.6.0"
45
45
  },
46
46
  "optionalDependencies": {
@@ -48,11 +48,11 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@metamask/eth-sig-util": "^7.0.1",
51
- "@unchainedshop/core": "^2.8.1",
52
- "@unchainedshop/events": "^2.8.1",
53
- "@unchainedshop/logger": "^2.8.1",
54
- "@unchainedshop/roles": "^2.8.1",
55
- "@unchainedshop/utils": "^2.8.1",
51
+ "@unchainedshop/core": "^2.8.3",
52
+ "@unchainedshop/events": "^2.8.3",
53
+ "@unchainedshop/logger": "^2.8.3",
54
+ "@unchainedshop/roles": "^2.8.3",
55
+ "@unchainedshop/utils": "^2.8.3",
56
56
  "accounting": "0.4.1",
57
57
  "dataloader": "^2.2.2",
58
58
  "graphql-scalars": "^1.22.5",
@@ -64,8 +64,8 @@
64
64
  "devDependencies": {
65
65
  "@types/graphql-upload": "^16.0.7",
66
66
  "@types/locale": "^0.1.4",
67
- "@types/node": "^20.11.24",
68
- "@unchainedshop/types": "^2.8.1",
67
+ "@types/node": "^20.11.25",
68
+ "@unchainedshop/types": "^2.8.3",
69
69
  "express": "^4.18.3",
70
70
  "jest": "^29.7.0",
71
71
  "ts-jest": "^29.1.2",
@@ -58,6 +58,9 @@ export default [
58
58
  # If work is \`ALLOCATED\` longer than \`timeout\` it is considered as
59
59
  # \`FAILED\` and could be cleaned.
60
60
  timeout: Int
61
+
62
+ # If true, the work item was scheduled by the autoscheduling system
63
+ autoscheduled: Boolean
61
64
  }
62
65
  `,
63
66
  ];