@cloudbase/cli 2.2.0-alpha.1 → 2.2.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -181,14 +181,7 @@ let LowCodeDeployApp = class LowCodeDeployApp extends common_1.Command {
181
181
  projectPath: process.cwd(),
182
182
  logger: log,
183
183
  privateSettings: lodash_1.default.get(ctx, 'config.privateSettings')
184
- }, Object.assign(Object.assign({ credential, webOptions: {
185
- endpoint: 'http://oss-csp1.rgw.infra.tce.io',
186
- bucket: 'weda-system-ci-source',
187
- credential: {
188
- secretId: 'DLV8AX0LSRZHJHG4C64Q',
189
- secretKey: 'fztbf1CEMSOXXhH9XzRJP0D7TLh7M7A8ZxHItjpG'
190
- }
191
- } }, restOptions), { projectPath: src }));
184
+ }, Object.assign(Object.assign({ credential }, restOptions), { projectPath: src }));
192
185
  });
193
186
  }
194
187
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.2.0-alpha.1",
3
+ "version": "2.2.0-alpha.3",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@cloudbase/cloud-api": "^0.5.5",
34
34
  "@cloudbase/framework-core": "^1.9.6",
35
- "@cloudbase/lowcode-cli": "0.17.0-alpha.0",
35
+ "@cloudbase/lowcode-cli": "0.17.0-alpha.2",
36
36
  "@cloudbase/manager-node": "4.0.1",
37
37
  "@cloudbase/toolbox": "^0.7.3",
38
38
  "@sentry/node": "^5.10.2",