@prismatic-io/spectral 10.18.1 → 10.18.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/dist/testing.js
CHANGED
|
@@ -173,6 +173,7 @@ const createActionContext = (context) => {
|
|
|
173
173
|
}, flow: {
|
|
174
174
|
id: "flowId",
|
|
175
175
|
name: "Flow 1",
|
|
176
|
+
stableId: "flowStableId",
|
|
176
177
|
}, startedAt: new Date().toISOString(), invokeFlow: invokeFlowTest, executionFrame: {
|
|
177
178
|
invokedByExecutionJWT: "some-jwt",
|
|
178
179
|
invokedByExecutionStartedAt: "00-00-0000",
|
|
@@ -291,6 +292,7 @@ const defaultTriggerPayload = () => {
|
|
|
291
292
|
flow: {
|
|
292
293
|
id: "flowId",
|
|
293
294
|
name: "Flow 1",
|
|
295
|
+
stableId: "flowStableId",
|
|
294
296
|
},
|
|
295
297
|
startedAt: new Date().toISOString(),
|
|
296
298
|
globalDebug: false,
|