@odla-ai/cli 0.16.5 → 0.16.7
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/README.md +2 -2
- package/dist/bin.cjs +5 -5
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-GLY5BN6D.js → chunk-X3HUN6S3.js} +6 -6
- package/dist/chunk-X3HUN6S3.js.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/skills/odla-migrate/references/phase-2-db.md +2 -2
- package/dist/chunk-GLY5BN6D.js.map +0 -1
package/dist/bin.js
CHANGED
|
@@ -1965,7 +1965,7 @@ function encodeAgentInput(message2) {
|
|
|
1965
1965
|
`;
|
|
1966
1966
|
}
|
|
1967
1967
|
|
|
1968
|
-
// ../harness/dist/chunk-
|
|
1968
|
+
// ../harness/dist/chunk-PHXQH4YM.js
|
|
1969
1969
|
import { execFile as execFile2, spawn as spawn3 } from "child_process";
|
|
1970
1970
|
import { constants } from "fs";
|
|
1971
1971
|
import { access } from "fs/promises";
|
|
@@ -2202,7 +2202,7 @@ var SKIP_WORKSPACE_DIRS = /* @__PURE__ */ new Set([
|
|
|
2202
2202
|
"dist",
|
|
2203
2203
|
"coverage"
|
|
2204
2204
|
]);
|
|
2205
|
-
var SECRET_WORKSPACE_FILE = /^(?:\.env(?:\..+)?|\.dev\.vars
|
|
2205
|
+
var SECRET_WORKSPACE_FILE = /^(?:\.env(?:\..+)?|\.dev\.vars|\.dev-token(?:\..+)?|credentials(?:\..+)?\.json|dev-token(?:\..+)?(?:\.json)?)$/i;
|
|
2206
2206
|
function allowedWorkspacePath(relativePath) {
|
|
2207
2207
|
const parts = relativePath.split("/");
|
|
2208
2208
|
return !isAbsolute3(relativePath) && !relativePath.includes("\\") && !relativePath.includes("\0") && !parts.some((part) => !part || part === "." || part === ".." || SKIP_WORKSPACE_DIRS.has(part)) && !SECRET_WORKSPACE_FILE.test(parts.at(-1) ?? "");
|
|
@@ -2482,7 +2482,7 @@ async function stageWorkspacePair(baselineSource, workspaceSource, options = {})
|
|
|
2482
2482
|
}
|
|
2483
2483
|
}
|
|
2484
2484
|
|
|
2485
|
-
// ../harness/dist/chunk-
|
|
2485
|
+
// ../harness/dist/chunk-GMVZ4LZH.js
|
|
2486
2486
|
import { createHash as createHash2 } from "crypto";
|
|
2487
2487
|
import { readFile as readFile2, readdir as readdir2 } from "fs/promises";
|
|
2488
2488
|
import { relative as relative3, resolve as resolve4 } from "path";
|
|
@@ -2819,7 +2819,7 @@ function validateSnapshot(snapshot, limits) {
|
|
|
2819
2819
|
}
|
|
2820
2820
|
}
|
|
2821
2821
|
|
|
2822
|
-
// ../harness/dist/chunk-
|
|
2822
|
+
// ../harness/dist/chunk-GMVZ4LZH.js
|
|
2823
2823
|
import { spawn as spawn4 } from "child_process";
|
|
2824
2824
|
import { lstat as lstat2 } from "fs/promises";
|
|
2825
2825
|
import { resolve as resolve23, sep as sep3 } from "path";
|
|
@@ -3112,7 +3112,7 @@ function looksLikeDestination(value) {
|
|
|
3112
3112
|
return /^(?:[a-z][a-z0-9+.-]*:\/\/|\/|\\\\)/i.test(text) || /^[\w.-]+\.[a-z]{2,}(?:[/:]|$)/i.test(text);
|
|
3113
3113
|
}
|
|
3114
3114
|
|
|
3115
|
-
// ../harness/dist/chunk-
|
|
3115
|
+
// ../harness/dist/chunk-GMVZ4LZH.js
|
|
3116
3116
|
import { createHash as createHash3 } from "crypto";
|
|
3117
3117
|
async function digestStagedWorkspace(root, limits) {
|
|
3118
3118
|
const files = [];
|
|
@@ -7910,4 +7910,4 @@ export {
|
|
|
7910
7910
|
exitCodeFor,
|
|
7911
7911
|
runCli
|
|
7912
7912
|
};
|
|
7913
|
-
//# sourceMappingURL=chunk-
|
|
7913
|
+
//# sourceMappingURL=chunk-X3HUN6S3.js.map
|