@concavejs/cli 0.0.1-alpha.4 → 0.0.1-alpha.5

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.0.1-alpha.4",
3
- "generatedAt": "2026-02-08T20:09:52.503Z",
2
+ "version": "0.0.1-alpha.5",
3
+ "generatedAt": "2026-02-08T20:51:09.128Z",
4
4
  "assets": [
5
5
  {
6
6
  "name": "runtime-cf",
package/dist/cli.js CHANGED
@@ -9793,7 +9793,7 @@ function setupAuthEnvironment(keys, siteUrl, options = {}) {
9793
9793
  setEnv("AUTH_SKIP_VERIFICATION", "true");
9794
9794
  }
9795
9795
  // package.json
9796
- var version = "0.0.1-alpha.4";
9796
+ var version = "0.0.1-alpha.5";
9797
9797
 
9798
9798
  // src/cli/cli.ts
9799
9799
  var WATCH_IGNORE_PATTERNS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@concavejs/cli",
3
- "version": "0.0.1-alpha.4",
3
+ "version": "0.0.1-alpha.5",
4
4
  "license": "FSL-1.1-Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,9 +26,9 @@
26
26
  "tsx": "^4.19.2"
27
27
  },
28
28
  "devDependencies": {
29
- "@concavejs/runtime-cf": "0.0.1-alpha.4",
30
- "@concavejs/runtime-bun": "0.0.1-alpha.4",
31
- "@concavejs/runtime-node": "0.0.1-alpha.4",
29
+ "@concavejs/runtime-cf": "0.0.1-alpha.5",
30
+ "@concavejs/runtime-bun": "0.0.1-alpha.5",
31
+ "@concavejs/runtime-node": "0.0.1-alpha.5",
32
32
  "@types/node": "^24.9.1"
33
33
  },
34
34
  "peerDependencies": {