@spira-lab/cli 0.0.1 → 0.0.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/index.cjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -21966,8 +21966,8 @@ function renderCommandIndex() {
|
|
|
21966
21966
|
`;
|
|
21967
21967
|
}
|
|
21968
21968
|
async function packageVersion() {
|
|
21969
|
-
if ("0.0.
|
|
21970
|
-
return "0.0.
|
|
21969
|
+
if ("0.0.2".length > 0) {
|
|
21970
|
+
return "0.0.2";
|
|
21971
21971
|
}
|
|
21972
21972
|
try {
|
|
21973
21973
|
const packageUrl = new URL("../package.json", import_meta.url);
|