@prismatic-io/spectral
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -12,3 +12,3 @@ /** Used to represent a binary or serialized data return as content type must be specified */ | ||
/** An optional object, the keys and values of which will be persisted in the crossFlowState and available in any flow for subsequent actions and executions */ | ||
crossFlowState: Record<string, unknown>; | ||
crossFlowState?: Record<string, unknown>; | ||
/** An optional object, the keys and values of which will be persisted in the executionState and available for the duration of the execution */ | ||
@@ -15,0 +15,0 @@ executionState?: Record<string, unknown>; |
@@ -12,3 +12,3 @@ import { TriggerPayload } from "./TriggerPayload"; | ||
/** An optional object, the keys and values of which will be persisted in the crossFlowState and available in any flow for subsequent actions and executions */ | ||
crossFlowState: Record<string, unknown>; | ||
crossFlowState?: Record<string, unknown>; | ||
/** An optional object, the keys and values of which will be persisted in the executionState and available for the duration of the execution */ | ||
@@ -15,0 +15,0 @@ executionState?: Record<string, unknown>; |
{ | ||
"name": "@prismatic-io/spectral", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Utility library for building Prismatic components", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106571