@acmekit/acmekit 2.13.21 → 2.13.22

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.
@@ -1 +1 @@
1
- {"version":3,"file":"query-config.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/workflows-executions/query-config.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,kBAAkB,uBAAuB;CAC1C;AAED,eAAO,MAAM,yCAAyC,UAUrD,CAAA;AAED,eAAO,MAAM,oCAAoC,UAQhD,CAAA;AAED,eAAO,MAAM,4BAA4B;;;;CAIxC,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;CAKpC,CAAA"}
1
+ {"version":3,"file":"query-config.d.ts","sourceRoot":"","sources":["../../../../src/api/admin/workflows-executions/query-config.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,kBAAkB,uBAAuB;CAC1C;AAED,eAAO,MAAM,yCAAyC,UAUrD,CAAA;AAED,eAAO,MAAM,oCAAoC,UAShD,CAAA;AAED,eAAO,MAAM,4BAA4B;;;;CAIxC,CAAA;AAED,eAAO,MAAM,wBAAwB;;;;CAKpC,CAAA"}
@@ -20,6 +20,7 @@ exports.defaultAdminWorkflowExecutionsFields = [
20
20
  "id",
21
21
  "workflow_id",
22
22
  "transaction_id",
23
+ "execution",
23
24
  "state",
24
25
  "created_at",
25
26
  "updated_at",
@@ -1 +1 @@
1
- {"version":3,"file":"query-config.js","sourceRoot":"","sources":["../../../../src/api/admin/workflows-executions/query-config.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAEX;AAFD,WAAY,QAAQ;IAClB,qDAAyC,CAAA;AAC3C,CAAC,EAFW,QAAQ,wBAAR,QAAQ,QAEnB;AAEY,QAAA,yCAAyC,GAAG;IACvD,IAAI;IACJ,aAAa;IACb,gBAAgB;IAChB,SAAS;IACT,WAAW;IACX,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAA;AAEY,QAAA,oCAAoC,GAAG;IAClD,IAAI;IACJ,aAAa;IACb,gBAAgB;IAChB,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAA;AAEY,QAAA,4BAA4B,GAAG;IAC1C,QAAQ,EAAE,iDAAyC;IACnD,MAAM,EAAE,KAAK;IACb,MAAM,EAAE,QAAQ,CAAC,kBAAkB;CACpC,CAAA;AAEY,QAAA,wBAAwB,GAAG;IACtC,GAAG,oCAA4B;IAC/B,QAAQ,EAAE,4CAAoC;IAC9C,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,QAAQ,CAAC,kBAAkB;CACpC,CAAA"}
1
+ {"version":3,"file":"query-config.js","sourceRoot":"","sources":["../../../../src/api/admin/workflows-executions/query-config.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAEX;AAFD,WAAY,QAAQ;IAClB,qDAAyC,CAAA;AAC3C,CAAC,EAFW,QAAQ,wBAAR,QAAQ,QAEnB;AAEY,QAAA,yCAAyC,GAAG;IACvD,IAAI;IACJ,aAAa;IACb,gBAAgB;IAChB,SAAS;IACT,WAAW;IACX,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAA;AAEY,QAAA,oCAAoC,GAAG;IAClD,IAAI;IACJ,aAAa;IACb,gBAAgB;IAChB,WAAW;IACX,OAAO;IACP,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAA;AAEY,QAAA,4BAA4B,GAAG;IAC1C,QAAQ,EAAE,iDAAyC;IACnD,MAAM,EAAE,KAAK;IACb,MAAM,EAAE,QAAQ,CAAC,kBAAkB;CACpC,CAAA;AAEY,QAAA,wBAAwB,GAAG;IACtC,GAAG,oCAA4B;IAC/B,QAAQ,EAAE,4CAAoC;IAC9C,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,QAAQ,CAAC,kBAAkB;CACpC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/acmekit",
3
- "version": "2.13.21",
3
+ "version": "2.13.22",
4
4
  "description": "Generic application bootstrap and loaders for the AcmeKit framework",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -49,43 +49,43 @@
49
49
  "test:integration": "../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"src/.*/integration-tests/__tests__/.*\\.ts\""
50
50
  },
51
51
  "devDependencies": {
52
- "@acmekit/framework": "2.13.21"
52
+ "@acmekit/framework": "2.13.22"
53
53
  },
54
54
  "dependencies": {
55
- "@acmekit/admin-bundler": "2.13.21",
56
- "@acmekit/analytics": "2.13.21",
57
- "@acmekit/analytics-local": "2.13.21",
58
- "@acmekit/analytics-posthog": "2.13.21",
59
- "@acmekit/api-key": "2.13.21",
60
- "@acmekit/auth": "2.13.21",
61
- "@acmekit/auth-emailpass": "2.13.21",
62
- "@acmekit/auth-github": "2.13.21",
63
- "@acmekit/auth-google": "2.13.21",
64
- "@acmekit/cache-inmemory": "2.13.21",
65
- "@acmekit/cache-redis": "2.13.21",
66
- "@acmekit/caching": "2.13.21",
67
- "@acmekit/caching-redis": "2.13.21",
68
- "@acmekit/core-flows": "2.13.21",
69
- "@acmekit/event-bus-local": "2.13.21",
70
- "@acmekit/event-bus-redis": "2.13.21",
71
- "@acmekit/file": "2.13.21",
72
- "@acmekit/file-local": "2.13.21",
73
- "@acmekit/file-s3": "2.13.21",
74
- "@acmekit/index": "2.13.21",
75
- "@acmekit/link-modules": "2.13.21",
76
- "@acmekit/locking": "2.13.21",
77
- "@acmekit/locking-postgres": "2.13.21",
78
- "@acmekit/locking-redis": "2.13.21",
79
- "@acmekit/notification": "2.13.21",
80
- "@acmekit/notification-local": "2.13.21",
81
- "@acmekit/notification-sendgrid": "2.13.21",
82
- "@acmekit/rbac": "2.13.21",
83
- "@acmekit/settings": "2.13.21",
84
- "@acmekit/telemetry": "2.13.21",
85
- "@acmekit/translation": "2.13.21",
86
- "@acmekit/user": "2.13.21",
87
- "@acmekit/workflow-engine-inmemory": "2.13.21",
88
- "@acmekit/workflow-engine-redis": "2.13.21",
55
+ "@acmekit/admin-bundler": "2.13.22",
56
+ "@acmekit/analytics": "2.13.22",
57
+ "@acmekit/analytics-local": "2.13.22",
58
+ "@acmekit/analytics-posthog": "2.13.22",
59
+ "@acmekit/api-key": "2.13.22",
60
+ "@acmekit/auth": "2.13.22",
61
+ "@acmekit/auth-emailpass": "2.13.22",
62
+ "@acmekit/auth-github": "2.13.22",
63
+ "@acmekit/auth-google": "2.13.22",
64
+ "@acmekit/cache-inmemory": "2.13.22",
65
+ "@acmekit/cache-redis": "2.13.22",
66
+ "@acmekit/caching": "2.13.22",
67
+ "@acmekit/caching-redis": "2.13.22",
68
+ "@acmekit/core-flows": "2.13.22",
69
+ "@acmekit/event-bus-local": "2.13.22",
70
+ "@acmekit/event-bus-redis": "2.13.22",
71
+ "@acmekit/file": "2.13.22",
72
+ "@acmekit/file-local": "2.13.22",
73
+ "@acmekit/file-s3": "2.13.22",
74
+ "@acmekit/index": "2.13.22",
75
+ "@acmekit/link-modules": "2.13.22",
76
+ "@acmekit/locking": "2.13.22",
77
+ "@acmekit/locking-postgres": "2.13.22",
78
+ "@acmekit/locking-redis": "2.13.22",
79
+ "@acmekit/notification": "2.13.22",
80
+ "@acmekit/notification-local": "2.13.22",
81
+ "@acmekit/notification-sendgrid": "2.13.22",
82
+ "@acmekit/rbac": "2.13.22",
83
+ "@acmekit/settings": "2.13.22",
84
+ "@acmekit/telemetry": "2.13.22",
85
+ "@acmekit/translation": "2.13.22",
86
+ "@acmekit/user": "2.13.22",
87
+ "@acmekit/workflow-engine-inmemory": "2.13.22",
88
+ "@acmekit/workflow-engine-redis": "2.13.22",
89
89
  "@inquirer/checkbox": "^2.3.11",
90
90
  "@inquirer/input": "^2.2.9",
91
91
  "boxen": "^5.0.1",
@@ -103,7 +103,7 @@
103
103
  "uuid": "^9.0.0"
104
104
  },
105
105
  "peerDependencies": {
106
- "@acmekit/framework": "2.13.21",
106
+ "@acmekit/framework": "2.13.22",
107
107
  "@swc/core": "^1.7.28",
108
108
  "posthog-node": "^5.11.0",
109
109
  "react-dom": "^18.3.1",