dbnexus 0.5.0 → 0.5.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/cli.js
CHANGED
|
@@ -34357,7 +34357,7 @@ var ServerRepository = class {
|
|
|
34357
34357
|
};
|
|
34358
34358
|
|
|
34359
34359
|
// apps/cli/dist/version.js
|
|
34360
|
-
var VERSION = true ? "0.5.
|
|
34360
|
+
var VERSION = true ? "0.5.2" : "0.1.10";
|
|
34361
34361
|
|
|
34362
34362
|
// apps/cli/dist/commands/init.js
|
|
34363
34363
|
function loadEnvFile(cwd) {
|