@activepieces/pieces-common
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@activepieces/pieces-common", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"type": "commonjs", | ||
@@ -9,4 +9,4 @@ "dependencies": { | ||
"nanoid": "^3.3.4", | ||
"@activepieces/pieces-framework": "0.4.0", | ||
"@activepieces/shared": "0.4.0", | ||
"@activepieces/pieces-framework": "0.5.0", | ||
"@activepieces/shared": "0.5.0", | ||
"tslib": "1.14.1" | ||
@@ -13,0 +13,0 @@ }, |
import { OAuth2PropertyValue } from "@activepieces/pieces-framework"; | ||
export declare const getAccessTokenOrThrow: (auth: OAuth2PropertyValue | undefined) => string; | ||
export * from './assertions'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAccessTokenOrThrow = void 0; | ||
const tslib_1 = require("tslib"); | ||
const getAccessTokenOrThrow = (auth) => { | ||
@@ -13,3 +12,2 @@ const accessToken = auth === null || auth === void 0 ? void 0 : auth.access_token; | ||
exports.getAccessTokenOrThrow = getAccessTokenOrThrow; | ||
tslib_1.__exportStar(require("./assertions"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
36861
56
559
+ Added@activepieces/pieces-framework@0.5.0(transitive)
+ Added@activepieces/shared@0.5.0(transitive)
+ Addednanoid@3.3.7(transitive)
- Removed@activepieces/pieces-framework@0.4.0(transitive)
- Removed@activepieces/shared@0.4.0(transitive)
- Removednanoid@3.3.8(transitive)
Updated@activepieces/shared@0.5.0