@activepieces/piece-google-contacts
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@activepieces/piece-google-contacts", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"dependencies": { | ||
"@sinclair/typebox": "0.26.8", | ||
"axios": "1.2.4", | ||
"lodash": "4.17.21", | ||
"nanoid": "3.3.4", | ||
"@activepieces/pieces-framework": "0.3.13", | ||
"@activepieces/shared": "0.3.11", | ||
"@activepieces/pieces-common": "0.0.1", | ||
"tslib": "2.4.1" | ||
"@activepieces/pieces-framework": "0.3.27", | ||
"@activepieces/shared": "0.3.44", | ||
"@activepieces/pieces-common": "0.0.7", | ||
"tslib": "2.5.3" | ||
}, | ||
@@ -13,0 +14,0 @@ "main": "./src/index.js", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.googleContacts = void 0; | ||
const tslib_1 = require("tslib"); | ||
const package_json_1 = tslib_1.__importDefault(require("../package.json")); | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
@@ -10,3 +8,2 @@ const create_contact_1 = require("./lib/action/create-contact"); | ||
exports.googleContacts = (0, pieces_framework_1.createPiece)({ | ||
name: 'google-contacts', | ||
logoUrl: 'https://cdn.activepieces.com/pieces/google-contacts.png', | ||
@@ -17,4 +14,3 @@ actions: [create_contact_1.googleContactsAddContactAction], | ||
triggers: [new_contact_1.googleContactNewOrUpdatedContact], | ||
version: package_json_1.default.version, | ||
}); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
17527
8
247
+ Addedlodash@4.17.21
+ Added@activepieces/pieces-common@0.0.7(transitive)
+ Added@activepieces/pieces-framework@0.3.230.3.27(transitive)
+ Added@activepieces/shared@0.3.380.3.400.3.44(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedtslib@2.5.3(transitive)
- Removed@activepieces/pieces-common@0.0.1(transitive)
- Removed@activepieces/pieces-framework@0.3.13(transitive)
- Removed@activepieces/shared@0.3.11(transitive)
Updated@activepieces/shared@0.3.44
Updatedtslib@2.5.3