@opengeni/ogtool 0.3.41-canary.0 → 0.3.41-canary.1
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/dist/bin/ogtool.cjs +1 -1
- package/package.json +2 -2
package/dist/bin/ogtool.cjs
CHANGED
|
@@ -15299,7 +15299,7 @@ async function abortableDelay(delayMs, signal) {
|
|
|
15299
15299
|
// package.json
|
|
15300
15300
|
var package_default = {
|
|
15301
15301
|
name: "@opengeni/ogtool",
|
|
15302
|
-
version: "0.3.41-canary.
|
|
15302
|
+
version: "0.3.41-canary.1",
|
|
15303
15303
|
description: "Codemode CLI and typed client entrypoint for an OpenGeni execution attempt.",
|
|
15304
15304
|
license: "Apache-2.0",
|
|
15305
15305
|
repository: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengeni/ogtool",
|
|
3
|
-
"version": "0.3.41-canary.
|
|
3
|
+
"version": "0.3.41-canary.1",
|
|
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.5.9-canary.
|
|
40
|
+
"@opengeni/codemode": "^0.5.9-canary.1"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=18"
|