@gapi/gcli 1.8.188 → 1.8.190

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/release/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gapi/gcli",
3
- "version": "1.8.188",
3
+ "version": "1.8.190",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Stradivario/gapi.git"
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@babel/core": "^7.10.2",
37
- "@rxdi/compressor": "^0.7.226",
38
- "@rxdi/parcel-plugin-shebang": "^0.7.226",
37
+ "@rxdi/compressor": "^0.7.229",
38
+ "@rxdi/parcel-plugin-shebang": "^0.7.229",
39
39
  "@types/jest": "^25.2.1",
40
40
  "@types/js-yaml": "^4.0.3",
41
41
  "@types/node": "^25.0.3",
package/release/index.js CHANGED
@@ -283052,7 +283052,7 @@ var init_helpers2 = __esm({
283052
283052
  method: cmd.method || payload.method || ["GET"],
283053
283053
  packageJson: cmd.packageJson || await ReadFile(payload.package || cmd.package).toPromise() || "{}",
283054
283054
  params: cmd.params || payload.params || [],
283055
- secret: cmd.secret || payload.secret || "",
283055
+ secrets: cmd.secrets || payload.secrets || [],
283056
283056
  customUploadFileId: cmd.customUploadFileId || payload.customUploadFileId || "",
283057
283057
  scaleOptions: {
283058
283058
  executorType: cmd.executorType || ((_a = payload.scaleOptions) == null ? void 0 : _a.executorType) || "poolmgr",