@opengeni/ogtool 0.3.26-canary.0 → 0.3.26

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.
@@ -23998,7 +23998,7 @@ async function abortableDelay(delayMs, signal) {
23998
23998
  // package.json
23999
23999
  var package_default = {
24000
24000
  name: "@opengeni/ogtool",
24001
- version: "0.3.26-canary.0",
24001
+ version: "0.3.26",
24002
24002
  description: "Codemode CLI and typed client entrypoint for an OpenGeni execution attempt.",
24003
24003
  license: "Apache-2.0",
24004
24004
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeni/ogtool",
3
- "version": "0.3.26-canary.0",
3
+ "version": "0.3.26",
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.22-canary.0"
40
+ "@opengeni/codemode": "^0.4.22"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=18"