@activepieces/pieces-framework
Advanced tools
Comparing version 0.3.17 to 0.3.18
{ | ||
"name": "@activepieces/pieces-framework", | ||
"version": "0.3.17", | ||
"version": "0.3.18", | ||
"type": "commonjs", | ||
"dependencies": { | ||
"@sinclair/typebox": "0.26.8", | ||
"lodash": "4.17.21", | ||
"nanoid": "3.3.4", | ||
"@activepieces/shared": "0.3.19", | ||
"@activepieces/shared": "0.3.25", | ||
"tslib": "2.4.1" | ||
@@ -10,0 +11,0 @@ }, |
@@ -41,4 +41,4 @@ import { AppConnectionValue, ScheduleOptions, TriggerPayload } from "@activepieces/shared"; | ||
export declare enum StoreScope { | ||
COLLECTION = "COLLECTION", | ||
PROJECT = "PROJECT", | ||
FLOW = "FLOW" | ||
} |
@@ -6,5 +6,5 @@ "use strict"; | ||
(function (StoreScope) { | ||
StoreScope["COLLECTION"] = "COLLECTION"; | ||
StoreScope["PROJECT"] = "PROJECT"; | ||
StoreScope["FLOW"] = "FLOW"; | ||
})(StoreScope = exports.StoreScope || (exports.StoreScope = {})); | ||
//# sourceMappingURL=context.js.map |
Sorry, the diff of this file is not supported yet
38646
5
+ Addedlodash@4.17.21
+ Added@activepieces/shared@0.3.25(transitive)
+ Addedlodash@4.17.21(transitive)
- Removed@activepieces/shared@0.3.19(transitive)
Updated@activepieces/shared@0.3.25