@dura-run/cli 0.1.1 → 0.1.2
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/dura.js +2 -2
- package/package.json +1 -1
package/dist/dura.js
CHANGED
|
@@ -19151,7 +19151,7 @@ async function registerAllCommands(program2) {
|
|
|
19151
19151
|
registerProjectsCommand2(program2);
|
|
19152
19152
|
return program2;
|
|
19153
19153
|
}
|
|
19154
|
-
var CLI_VERSION = "0.1.
|
|
19154
|
+
var CLI_VERSION = "0.1.2";
|
|
19155
19155
|
var init_src3 = __esm(() => {
|
|
19156
19156
|
init_esm();
|
|
19157
19157
|
if (import.meta.url === `file://${realpathSync(process.argv[1] ?? "").replace(/\\/g, "/")}`) {
|
|
@@ -19168,4 +19168,4 @@ export {
|
|
|
19168
19168
|
CLI_VERSION
|
|
19169
19169
|
};
|
|
19170
19170
|
|
|
19171
|
-
//# debugId=
|
|
19171
|
+
//# debugId=E1334E5AE992840164756E2164756E21
|