@activepieces/pieces-framework
Advanced tools
Comparing version 0.3.26 to 0.3.27
{ | ||
"name": "@activepieces/pieces-framework", | ||
"version": "0.3.26", | ||
"version": "0.3.27", | ||
"type": "commonjs", | ||
@@ -9,3 +9,3 @@ "dependencies": { | ||
"nanoid": "3.3.4", | ||
"@activepieces/shared": "0.3.42", | ||
"@activepieces/shared": "0.3.44", | ||
"tslib": "2.5.3" | ||
@@ -12,0 +12,0 @@ }, |
@@ -41,3 +41,2 @@ import type { Trigger } from './trigger/trigger'; | ||
export declare const createPiece: (request: { | ||
name: string; | ||
displayName: string; | ||
@@ -59,5 +58,4 @@ logoUrl: string; | ||
} | undefined; | ||
version: string; | ||
minimumSupportedRelease?: string | undefined; | ||
maximumSupportedRelease?: string | undefined; | ||
}) => Piece; |
Sorry, the diff of this file is not supported yet
40520
628
+ Added@activepieces/shared@0.3.44(transitive)
- Removed@activepieces/shared@0.3.42(transitive)
Updated@activepieces/shared@0.3.44