@activepieces/shared
Advanced tools
Comparing version 0.10.64 to 0.10.65
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.10.64", | ||
"version": "0.10.65", | ||
"type": "commonjs", | ||
@@ -9,5 +9,5 @@ "dependencies": { | ||
"semver": "7.5.4", | ||
"tslib": "2.6.2" | ||
"tslib": "2.6.1" | ||
}, | ||
"main": "./src/index.js" | ||
} |
@@ -42,2 +42,3 @@ import { AppConnectionValue } from '../app-connection/app-connection'; | ||
stepName: string; | ||
flowVersion: FlowVersion; | ||
input: Record<string, unknown>; | ||
@@ -44,0 +45,0 @@ }; |
@@ -34,2 +34,4 @@ import { Static } from '@sinclair/typebox'; | ||
propertyName: import("@sinclair/typebox").TString<string>; | ||
flowId: import("@sinclair/typebox").TString<string>; | ||
flowVersionId: import("@sinclair/typebox").TString<string>; | ||
input: import("@sinclair/typebox").TAny; | ||
@@ -36,0 +38,0 @@ }>; |
@@ -33,2 +33,4 @@ "use strict"; | ||
propertyName: typebox_1.Type.String({}), | ||
flowId: typebox_1.Type.String(), | ||
flowVersionId: typebox_1.Type.String(), | ||
input: typebox_1.Type.Any({}), | ||
@@ -35,0 +37,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
447239
6143
+ Addedtslib@2.6.1(transitive)
- Removedtslib@2.6.2(transitive)
Updatedtslib@2.6.1