@activepieces/pieces-common
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@activepieces/pieces-common", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"type": "commonjs", | ||
@@ -10,4 +10,4 @@ "dependencies": { | ||
"nanoid": "3.3.4", | ||
"@activepieces/pieces-framework": "0.3.21", | ||
"@activepieces/shared": "0.3.33", | ||
"@activepieces/pieces-framework": "0.3.23", | ||
"@activepieces/shared": "0.3.40", | ||
"tslib": "2.4.1" | ||
@@ -14,0 +14,0 @@ }, |
export declare enum HttpHeader { | ||
AUTHORIZATION = "Authorization", | ||
ACCEPT = "Accept", | ||
CONTENT_TYPE = "ContentType" | ||
API_KEY = "Api-Key", | ||
CONTENT_TYPE = "Content-Type" | ||
} |
@@ -8,4 +8,5 @@ "use strict"; | ||
HttpHeader["ACCEPT"] = "Accept"; | ||
HttpHeader["CONTENT_TYPE"] = "ContentType"; | ||
HttpHeader["API_KEY"] = "Api-Key"; | ||
HttpHeader["CONTENT_TYPE"] = "Content-Type"; | ||
})(HttpHeader = exports.HttpHeader || (exports.HttpHeader = {})); | ||
//# sourceMappingURL=http-header.js.map |
Sorry, the diff of this file is not supported yet
37749
569
+ Added@activepieces/pieces-framework@0.3.23(transitive)
+ Added@activepieces/shared@0.3.380.3.40(transitive)
- Removed@activepieces/pieces-framework@0.3.21(transitive)
- Removed@activepieces/shared@0.3.33(transitive)
Updated@activepieces/shared@0.3.40