@runa-ai/runa-cli 0.5.63 → 0.5.64
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.
|
@@ -10,11 +10,12 @@
|
|
|
10
10
|
* - supabase/schemas/idempotent/*.sql for extensions/cleanup
|
|
11
11
|
*
|
|
12
12
|
* This actor works across all modes:
|
|
13
|
-
* - ci-local: Uses `runa db sync` (pg-schema-diff + introspect + zod
|
|
13
|
+
* - ci-local: Uses `runa db sync` (pg-schema-diff + introspect + zod, NO seeds)
|
|
14
14
|
* - ci-pr-local: Uses `runa db apply --no-seed` (idempotent → pg-schema-diff, NO seeds)
|
|
15
15
|
*
|
|
16
|
-
* IMPORTANT:
|
|
17
|
-
*
|
|
16
|
+
* IMPORTANT: Seeds are applied separately by applySeedsActor in ALL modes.
|
|
17
|
+
* - db sync: Has no seed functionality (schema-only command)
|
|
18
|
+
* - db apply: Requires --no-seed to skip its built-in seed step
|
|
18
19
|
*
|
|
19
20
|
* IMPORTANT: NO dry-run/check mode in CI. Always apply changes directly.
|
|
20
21
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sync-schema.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/ci/machine/actors/db/sync-schema.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"sync-schema.d.ts","sourceRoot":"","sources":["../../../../../../src/commands/ci/machine/actors/db/sync-schema.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AASH,OAAO,KAAK,EAAE,MAAM,EAAqB,mBAAmB,EAAiB,MAAM,gBAAgB,CAAC;AAEpG,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,mBAAmB,CAAC;CACnC;AAmQD;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,qGA4G3B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1161,7 +1161,7 @@ var CLI_VERSION, HAS_ADMIN_COMMAND;
|
|
|
1161
1161
|
var init_version = __esm({
|
|
1162
1162
|
"src/version.ts"() {
|
|
1163
1163
|
init_esm_shims();
|
|
1164
|
-
CLI_VERSION = "0.5.
|
|
1164
|
+
CLI_VERSION = "0.5.64";
|
|
1165
1165
|
HAS_ADMIN_COMMAND = false;
|
|
1166
1166
|
}
|
|
1167
1167
|
});
|
|
@@ -13253,8 +13253,6 @@ var syncSchemaActor = fromPromise(
|
|
|
13253
13253
|
"sync",
|
|
13254
13254
|
envArg,
|
|
13255
13255
|
"--auto-approve",
|
|
13256
|
-
"--no-seed",
|
|
13257
|
-
// Seeds applied separately by applySeedsActor
|
|
13258
13256
|
"--verbose",
|
|
13259
13257
|
// Always verbose for full traceability
|
|
13260
13258
|
...skipCodegen ? ["--skip-codegen"] : []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runa-ai/runa-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.64",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "AI-powered DevOps CLI",
|
|
6
6
|
"type": "module",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"typescript": "5.9.3",
|
|
54
54
|
"xstate": "5.28.0",
|
|
55
55
|
"zod": "4.3.6",
|
|
56
|
-
"@runa-ai/runa": "0.5.
|
|
56
|
+
"@runa-ai/runa": "0.5.64",
|
|
57
57
|
"@runa-ai/runa-xstate-test-plugin": "0.5.58"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|