@opengeni/ogtool 0.3.5 → 0.3.6

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.
@@ -15195,7 +15195,12 @@ var CodemodeClient = class {
15195
15195
  method: "POST",
15196
15196
  ...signal ? { signal } : {},
15197
15197
  headers: { "content-type": "application/json" },
15198
- body: JSON.stringify({ operationId, catalogDigest, identity, arguments: argumentsValue })
15198
+ body: JSON.stringify({
15199
+ operationId,
15200
+ catalogDigest,
15201
+ identity,
15202
+ arguments: argumentsValue
15203
+ })
15199
15204
  });
15200
15205
  return CodemodeCallSubmission.parse(await response.json()).operation;
15201
15206
  }
@@ -15316,7 +15321,7 @@ async function abortableDelay(delayMs, signal) {
15316
15321
  // package.json
15317
15322
  var package_default = {
15318
15323
  name: "@opengeni/ogtool",
15319
- version: "0.3.5",
15324
+ version: "0.3.6",
15320
15325
  description: "Codemode CLI and typed client entrypoint for an OpenGeni execution attempt.",
15321
15326
  license: "Apache-2.0",
15322
15327
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeni/ogtool",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Codemode CLI and typed client entrypoint for an OpenGeni execution attempt.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "prepublishOnly": "bash ../../scripts/prepublish-guard"
38
38
  },
39
39
  "dependencies": {
40
- "@opengeni/codemode": "^0.4.1"
40
+ "@opengeni/codemode": "^0.4.2"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=18"