@zendesk/zcli-apps
Advanced tools
Comparing version 1.0.0-beta.43 to 1.0.0-beta.45
@@ -9,2 +9,3 @@ "use strict"; | ||
const core_1 = require("@oclif/core"); | ||
const chalk = require("chalk"); | ||
const getManifestAppName = (appPath) => { | ||
@@ -24,2 +25,5 @@ return (0, manifest_1.getManifestFile)(appPath).name; | ||
await fs.remove(pkgPath); | ||
if (response.status !== 201) { | ||
console.log(chalk.red('Upload failed with response: ', response.data)); | ||
} | ||
return response.data; | ||
@@ -26,0 +30,0 @@ }; |
{ | ||
"name": "@zendesk/zcli-apps", | ||
"description": "zcli apps commands live here", | ||
"version": "1.0.0-beta.43", | ||
"version": "1.0.0-beta.45", | ||
"author": "@vegemite", | ||
@@ -22,3 +22,3 @@ "npmRegistry": "https://registry.npmjs.org", | ||
"archiver": "^5.3.1", | ||
"axios": "^1.7.2", | ||
"axios": "^0.27.2", | ||
"chalk": "^4.1.2", | ||
@@ -72,3 +72,3 @@ "cors": "^2.8.5", | ||
"types": "lib/index.d.ts", | ||
"gitHead": "c36f81ae59c6e269dd33dc87f1c62d5e4afb1b9e" | ||
"gitHead": "1ac4cca2155575bb62a1ee08018ad474144d3c97" | ||
} |
84724
1835
+ Addedaxios@0.27.2(transitive)
- Removedaxios@1.7.9(transitive)
- Removedproxy-from-env@1.1.0(transitive)
Updatedaxios@^0.27.2