@activepieces/piece-math-helper
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@activepieces/piece-math-helper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"dependencies": { | ||
"@sinclair/typebox": "0.26.8", | ||
"axios": "^1.0.0", | ||
"axios": "^1.6.3", | ||
"dayjs": "1.11.9", | ||
@@ -12,4 +12,4 @@ "is-base64": "1.1.0", | ||
"semver": "7.5.4", | ||
"@activepieces/pieces-framework": "0.7.1", | ||
"@activepieces/shared": "0.10.4", | ||
"@activepieces/pieces-framework": "0.7.15", | ||
"@activepieces/shared": "0.10.68", | ||
"tslib": "1.14.1" | ||
@@ -16,0 +16,0 @@ }, |
@@ -5,8 +5,9 @@ "use strict"; | ||
const pieces_framework_1 = require("@activepieces/pieces-framework"); | ||
const shared_1 = require("@activepieces/shared"); | ||
const addition_1 = require("./lib/actions/addition"); | ||
const division_1 = require("./lib/actions/division"); | ||
const generateRandom_1 = require("./lib/actions/generateRandom"); | ||
const modulo_1 = require("./lib/actions/modulo"); | ||
const multiplication_1 = require("./lib/actions/multiplication"); | ||
const subtraction_1 = require("./lib/actions/subtraction"); | ||
const division_1 = require("./lib/actions/division"); | ||
const modulo_1 = require("./lib/actions/modulo"); | ||
const generateRandom_1 = require("./lib/actions/generateRandom"); | ||
const markdownDescription = ` | ||
@@ -21,2 +22,3 @@ Perform mathematical operations. | ||
logoUrl: 'https://cdn.activepieces.com/pieces/math-helper.svg', | ||
categories: [shared_1.PieceCategory.CORE], | ||
authors: ['lisander-lopez'], | ||
@@ -23,0 +25,0 @@ actions: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15561
228
+ Added@activepieces/pieces-framework@0.7.15(transitive)
+ Added@activepieces/shared@0.10.68(transitive)
+ Addedtslib@2.6.2(transitive)
- Removed@activepieces/pieces-framework@0.7.1(transitive)
- Removed@activepieces/shared@0.10.40.10.5(transitive)
- Removedtslib@2.6.1(transitive)
Updated@activepieces/shared@0.10.68
Updatedaxios@^1.6.3