@integration-app/sdk
Advanced tools
Comparing version 0.1.39 to 0.1.40
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"build": "npm run cleanup && npm run build:compile && npm run build:bundle", | ||
"cleanup": "rm -f *.js.map && rm -f *.d.ts && find . -type f -name \"*.js\" -depth 1 -not -name \"rollup.config.js\" -not -name \".eslintrc.js\" -delete", | ||
"cleanup": "rm -f *.js.map && rm -f *.d.ts && find . -type f -maxdepth 1 -name \"*.js\" -not -name \"rollup.config.js\" -not -name \".eslintrc.js\" -delete", | ||
"build:compile": "tsc", | ||
@@ -12,0 +12,0 @@ "build:bundle": "rollup -c rollup.config.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1005569
11873