n8nac 0.11.3 → 0.11.4

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,7 @@ If no project selector is provided, `init --yes` will auto-select the only avail
48
48
  ---
49
49
 
50
50
  ### `switch`
51
- Switch the active n8n project (updates `projectId` / `projectName` in `n8nac.json`).
51
+ Switch the active n8n project (updates `projectId` / `projectName` in `n8nac-config.json`).
52
52
 
53
53
  ```bash
54
54
  n8nac switch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8nac",
3
- "version": "0.11.3",
3
+ "version": "0.11.4",
4
4
  "description": "Unified CLI for n8n-as-code — manage workflows and access AI tools",
5
5
  "main": "./dist/lib.js",
6
6
  "types": "./dist/lib.d.ts",