@zendesk/zcli-apps
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0-beta.6
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-beta.6](https://github.com/zendesk/zcli/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2021-02-14) | ||
**Note:** Version bump only for package @zendesk/zcli-apps | ||
# [1.0.0-beta.5](https://github.com/zendesk/zcli/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-02-04) | ||
@@ -8,0 +16,0 @@ |
@@ -38,3 +38,3 @@ "use strict"; | ||
exports.getInstallation = (appId, app, configFileContents, appSettings) => { | ||
const installationId = uuid_1.uuidV4(); | ||
const installationId = configFileContents.installation_id || uuid_1.uuidV4(); | ||
return { | ||
@@ -41,0 +41,0 @@ app_id: appId, |
@@ -6,2 +6,3 @@ export interface ZcliConfigFileContent { | ||
app_id?: string; | ||
installation_id?: string; | ||
parameters?: ConfigParameters; | ||
@@ -8,0 +9,0 @@ } |
{ | ||
"name": "@zendesk/zcli-apps", | ||
"description": "zcli apps commands live here", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.6", | ||
"author": "@vegemite", | ||
@@ -76,3 +76,4 @@ "npmRegistry": "https://registry.npmjs.org", | ||
}, | ||
"types": "lib/index.d.ts" | ||
"types": "lib/index.d.ts", | ||
"gitHead": "3ea6e03c50d718fc1d7d51510e65f30f050e7c81" | ||
} |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
74402
57
1570
1