create-junando-app 0.16.1 → 0.16.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-junando-app",
3
- "version": "0.16.1",
3
+ "version": "0.16.3",
4
4
  "description": "Scaffold a new Junando alerting app from the express-end-to-end template",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "access": "public"
24
24
  },
25
25
  "devDependencies": {
26
- "@types/node": "^26.4.1",
26
+ "@types/node": "^26.5.1",
27
27
  "tsdown": "^0.23.0",
28
28
  "typescript": "^7.0.2",
29
29
  "vitest": "^5.0.0"
@@ -22,7 +22,6 @@ APP_URL=http://localhost:4000
22
22
 
23
23
  # --- Tunables ---
24
24
  DEDUP_TTL_SECONDS=300
25
- CLUSTER_WINDOW_MS=120000
26
25
 
27
26
  # --- General ---
28
27
  NODE_ENV=development