@activepieces/piece-math-helper
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@activepieces/piece-math-helper", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"dependencies": { | ||
@@ -11,6 +11,6 @@ "@sinclair/typebox": "0.26.8", | ||
"nanoid": "3.3.6", | ||
"semver": "7.5.4", | ||
"@activepieces/pieces-framework": "0.7.15", | ||
"@activepieces/shared": "0.10.68", | ||
"tslib": "1.14.1" | ||
"semver": "7.6.0", | ||
"@activepieces/pieces-framework": "0.7.17", | ||
"@activepieces/shared": "0.10.74", | ||
"tslib": "2.6.1" | ||
}, | ||
@@ -17,0 +17,0 @@ "main": "./src/index.js", |
@@ -11,2 +11,10 @@ "use strict"; | ||
description: 'Add the first number and the second number', | ||
errorHandlingOptions: { | ||
continueOnFailure: { | ||
hide: true, | ||
}, | ||
retryOnFailure: { | ||
hide: true, | ||
}, | ||
}, | ||
props: { | ||
@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({ |
@@ -11,2 +11,10 @@ "use strict"; | ||
description: 'Divide first number by the second number', | ||
errorHandlingOptions: { | ||
continueOnFailure: { | ||
hide: true, | ||
}, | ||
retryOnFailure: { | ||
hide: true, | ||
}, | ||
}, | ||
props: { | ||
@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({ |
@@ -11,2 +11,10 @@ "use strict"; | ||
description: 'Generate random number between two numbers (inclusive)', | ||
errorHandlingOptions: { | ||
continueOnFailure: { | ||
hide: true, | ||
}, | ||
retryOnFailure: { | ||
hide: true, | ||
}, | ||
}, | ||
props: { | ||
@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({ |
@@ -11,2 +11,10 @@ "use strict"; | ||
description: 'Get the remainder of the first number divided by second number', | ||
errorHandlingOptions: { | ||
continueOnFailure: { | ||
hide: true, | ||
}, | ||
retryOnFailure: { | ||
hide: true, | ||
}, | ||
}, | ||
props: { | ||
@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({ |
@@ -11,2 +11,10 @@ "use strict"; | ||
description: 'Multiply first number by the second number', | ||
errorHandlingOptions: { | ||
continueOnFailure: { | ||
hide: true, | ||
}, | ||
retryOnFailure: { | ||
hide: true, | ||
}, | ||
}, | ||
props: { | ||
@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({ |
@@ -11,2 +11,10 @@ "use strict"; | ||
description: 'Subtract the first number from the second number', | ||
errorHandlingOptions: { | ||
continueOnFailure: { | ||
hide: true, | ||
}, | ||
retryOnFailure: { | ||
hide: true, | ||
}, | ||
}, | ||
props: { | ||
@@ -13,0 +21,0 @@ first_number: pieces_framework_1.Property.Number({ |
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
17156
276
+ Added@activepieces/pieces-framework@0.7.17(transitive)
+ Added@activepieces/shared@0.10.74(transitive)
+ Addedsemver@7.6.0(transitive)
+ Addedtslib@2.6.1(transitive)
- Removed@activepieces/pieces-framework@0.7.15(transitive)
- Removed@activepieces/shared@0.10.68(transitive)
- Removedsemver@7.5.4(transitive)
- Removedtslib@1.14.12.6.2(transitive)
Updated@activepieces/shared@0.10.74
Updatedsemver@7.6.0
Updatedtslib@2.6.1