@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.
Files changed (2) hide show
  1. package/dist/index.cjs +2 -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.1".length > 0) {
21970
- return "0.0.1";
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spira-lab/cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Command line client for Spira.",
5
5
  "type": "module",
6
6
  "bin": {