@camox/cli 0.6.0 → 0.6.1

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.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -179,7 +179,7 @@ async function getOrAuthenticate() {
179
179
  }
180
180
  removeAuthToken();
181
181
  p.log.warn("Session expired. Please log in again.");
182
- } else p.log.info("Please connect to Camox so we can create a project on the Camox API.");
182
+ } else p.log.info("Please connect to Camox so we can create your project on the Camox API.");
183
183
  return authenticateUser();
184
184
  }
185
185
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camox/cli",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "bin": {
5
5
  "camox": "./dist/index.mjs"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  "@typescript/native-preview": "7.0.0-dev.20260412.1",
26
26
  "oxlint": "^0.15.0",
27
27
  "tsdown": "^0.21.8",
28
- "@camox/api": "0.6.0"
28
+ "@camox/api": "0.6.1"
29
29
  },
30
30
  "scripts": {
31
31
  "build": "tsdown",