@gapi/gcli 1.8.189 → 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.
- package/package.json +1 -1
- package/release/index.js +1 -1
package/package.json
CHANGED
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
|
-
|
|
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",
|