@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,
@@ -5,5 +5,5 @@ export interface FlowAttributes {
5
5
  /** The name of the currently running flow. */
6
6
  name: string;
7
7
  /** The stable ID of the currently running flow. */
8
- stableId?: string;
8
+ stableId: string;
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "10.18.1",
3
+ "version": "10.18.2",
4
4
  "description": "Utility library for building Prismatic connectors and code-native integrations",
5
5
  "keywords": [
6
6
  "prismatic"