@sphereon/ssi-sdk.xstate-machine-persistence 0.36.1-feature.SSISDK.82.and.SSISDK.70.37 → 0.36.1-next.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.xstate-machine-persistence",
3
- "version": "0.36.1-feature.SSISDK.82.and.SSISDK.70.37+4f1096f2",
3
+ "version": "0.36.1-next.11+262d209a",
4
4
  "source": "src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -27,16 +27,16 @@
27
27
  "generate-plugin-schema": "tsx ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
28
28
  },
29
29
  "dependencies": {
30
- "@sphereon/ssi-sdk.data-store": "0.36.1-feature.SSISDK.82.and.SSISDK.70.37+4f1096f2",
31
- "@sphereon/ssi-sdk.data-store-types": "0.36.1-feature.SSISDK.82.and.SSISDK.70.37+4f1096f2",
30
+ "@sphereon/ssi-sdk.data-store": "0.36.1-next.11+262d209a",
31
+ "@sphereon/ssi-sdk.data-store-types": "0.36.1-next.11+262d209a",
32
32
  "@veramo/core": "4.2.0",
33
33
  "debug": "^4.3.5",
34
34
  "uuid": "^9.0.1",
35
35
  "xstate": "^4.38.3"
36
36
  },
37
37
  "devDependencies": {
38
- "@sphereon/ssi-sdk.agent-config": "0.36.1-feature.SSISDK.82.and.SSISDK.70.37+4f1096f2",
39
- "@sphereon/ssi-sdk.core": "0.36.1-feature.SSISDK.82.and.SSISDK.70.37+4f1096f2",
38
+ "@sphereon/ssi-sdk.agent-config": "0.36.1-next.11+262d209a",
39
+ "@sphereon/ssi-sdk.core": "0.36.1-next.11+262d209a",
40
40
  "@types/uuid": "^9.0.8",
41
41
  "@typescript-eslint/eslint-plugin": "^8.9.0",
42
42
  "@typescript-eslint/parser": "^8.9.0",
@@ -66,5 +66,5 @@
66
66
  "XState",
67
67
  "state machine"
68
68
  ],
69
- "gitHead": "4f1096f2d7ce22bdc20319a780386979393bc2ef"
69
+ "gitHead": "262d209a803fecfba1ad5878724c4f6f91f86cec"
70
70
  }
@@ -16,9 +16,7 @@
16
16
  "type": "string"
17
17
  }
18
18
  },
19
- "required": [
20
- "instanceId"
21
- ],
19
+ "required": ["instanceId"],
22
20
  "additionalProperties": false
23
21
  },
24
22
  "MachineStateGetArgs": {
@@ -75,15 +73,7 @@
75
73
  "type": "string"
76
74
  }
77
75
  },
78
- "required": [
79
- "createdAt",
80
- "instanceId",
81
- "latestEventType",
82
- "machineName",
83
- "state",
84
- "updatedAt",
85
- "updatedCount"
86
- ]
76
+ "required": ["createdAt", "instanceId", "latestEventType", "machineName", "state", "updatedAt", "updatedCount"]
87
77
  },
88
78
  "SerializableState": {
89
79
  "$ref": "#/components/schemas/XStateConfig<any,AnyEventObject>"
@@ -99,10 +89,7 @@
99
89
  "$ref": "#/components/schemas/SCXML.Event<AnyEventObject>"
100
90
  },
101
91
  "_sessionid": {
102
- "type": [
103
- "string",
104
- "null"
105
- ]
92
+ "type": ["string", "null"]
106
93
  },
107
94
  "historyValue": {
108
95
  "$ref": "#/components/schemas/HistoryValue"
@@ -139,15 +126,7 @@
139
126
  },
140
127
  "machine": {}
141
128
  },
142
- "required": [
143
- "value",
144
- "context",
145
- "_event",
146
- "_sessionid",
147
- "configuration",
148
- "transitions",
149
- "children"
150
- ],
129
+ "required": ["value", "context", "_event", "_sessionid", "configuration", "transitions", "children"],
151
130
  "additionalProperties": false,
152
131
  "description": "The configuration for the XState machine state. Simplified StateConfig object from XState so we have a minimal typed structure"
153
132
  },
@@ -177,11 +156,7 @@
177
156
  },
178
157
  "type": {
179
158
  "type": "string",
180
- "enum": [
181
- "platform",
182
- "internal",
183
- "external"
184
- ],
159
+ "enum": ["platform", "internal", "external"],
185
160
  "description": "This field describes the event type. The SCXML Processor must set it to: \"platform\" (for events raised by the platform itself, such as error events), \"internal\" (for events raised by <raise> and <send> with target '_internal') or \"external\" (for all other events)."
186
161
  },
187
162
  "sendid": {
@@ -209,12 +184,7 @@
209
184
  "const": "scxml"
210
185
  }
211
186
  },
212
- "required": [
213
- "name",
214
- "type",
215
- "data",
216
- "$$type"
217
- ],
187
+ "required": ["name", "type", "data", "$$type"],
218
188
  "additionalProperties": false
219
189
  },
220
190
  "AnyEventObject": {
@@ -225,9 +195,7 @@
225
195
  "description": "The type of event that is sent."
226
196
  }
227
197
  },
228
- "required": [
229
- "type"
230
- ]
198
+ "required": ["type"]
231
199
  },
232
200
  "HistoryValue": {
233
201
  "type": "object",
@@ -239,9 +207,7 @@
239
207
  "$ref": "#/components/schemas/StateValue"
240
208
  }
241
209
  },
242
- "required": [
243
- "states"
244
- ],
210
+ "required": ["states"],
245
211
  "additionalProperties": false
246
212
  },
247
213
  "Record<string,(interface-434048446-6094-6223-434048446-0-57488|undefined)>": {
@@ -267,9 +233,7 @@
267
233
  "type": "number"
268
234
  }
269
235
  },
270
- "required": [
271
- "size"
272
- ],
236
+ "required": ["size"],
273
237
  "additionalProperties": false
274
238
  },
275
239
  "InitMachineStateArgs": {
@@ -307,16 +271,11 @@
307
271
  "$ref": "#/components/schemas/MachineStateInfo"
308
272
  }
309
273
  },
310
- "required": [
311
- "machineName"
312
- ]
274
+ "required": ["machineName"]
313
275
  },
314
276
  "MachineStateInitType": {
315
277
  "type": "string",
316
- "enum": [
317
- "new",
318
- "existing"
319
- ]
278
+ "enum": ["new", "existing"]
320
279
  },
321
280
  "MachineStateInit": {
322
281
  "type": "object",
@@ -348,12 +307,7 @@
348
307
  "description": "Represents the expiration date"
349
308
  }
350
309
  },
351
- "required": [
352
- "createdAt",
353
- "instanceId",
354
- "machineName",
355
- "stateType"
356
- ]
310
+ "required": ["createdAt", "instanceId", "machineName", "stateType"]
357
311
  },
358
312
  "MachineStatePersistArgs": {
359
313
  "type": "object",
@@ -391,12 +345,7 @@
391
345
  "$ref": "#/components/schemas/MachineStateInfo"
392
346
  }
393
347
  },
394
- "required": [
395
- "instanceId",
396
- "machineName",
397
- "state",
398
- "stateType"
399
- ],
348
+ "required": ["instanceId", "machineName", "state", "stateType"],
400
349
  "description": "Represents the arguments required to persist the machine state."
401
350
  },
402
351
  "DeleteExpiredStatesArgs": {
@@ -507,4 +456,4 @@
507
456
  }
508
457
  }
509
458
  }
510
- }
459
+ }