@prismatic-io/spectral 10.10.0 → 10.11.0

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.
@@ -129,5 +129,7 @@ export type ActionContext<TConfigVars extends ConfigVarResultCollection = Config
129
129
  debug: DebugContext;
130
130
  /** JSON schemas to enable using flows for AI function calls. */
131
131
  flowSchemas: FlowSchemas;
132
+ /** Whether the execution is being run with simulated data. */
133
+ isSimulatedTestExecution?: boolean;
132
134
  };
133
135
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "10.10.0",
3
+ "version": "10.11.0",
4
4
  "description": "Utility library for building Prismatic connectors and code-native integrations",
5
5
  "keywords": ["prismatic"],
6
6
  "main": "dist/index.js",