@posthog/wizard 2.6.2 → 2.7.0
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/dist/src/lib/__tests__/cloudflare-detection.test.d.ts +1 -0
- package/dist/src/lib/__tests__/cloudflare-detection.test.js +119 -0
- package/dist/src/lib/__tests__/cloudflare-detection.test.js.map +1 -0
- package/dist/src/lib/agent-runner.js +15 -3
- package/dist/src/lib/agent-runner.js.map +1 -1
- package/dist/src/lib/cloudflare-detection.d.ts +14 -0
- package/dist/src/lib/cloudflare-detection.js +74 -0
- package/dist/src/lib/cloudflare-detection.js.map +1 -0
- package/dist/src/lib/constants.d.ts +4 -1
- package/dist/src/lib/constants.js +4 -1
- package/dist/src/lib/constants.js.map +1 -1
- package/dist/src/lib/middleware/config.js +4 -4
- package/dist/src/lib/middleware/config.js.map +1 -1
- package/dist/src/lib/version.d.ts +1 -1
- package/dist/src/lib/version.js +1 -1
- package/dist/src/lib/version.js.map +1 -1
- package/dist/src/lib/wizard-session.d.ts +2 -0
- package/dist/src/lib/wizard-session.js +2 -0
- package/dist/src/lib/wizard-session.js.map +1 -1
- package/dist/src/run.js +4 -0
- package/dist/src/run.js.map +1 -1
- package/dist/src/steps/add-mcp-server-to-clients/defaults.js +5 -5
- package/dist/src/steps/add-mcp-server-to-clients/defaults.js.map +1 -1
- package/dist/src/ui/tui/__tests__/store.test.js +26 -2
- package/dist/src/ui/tui/__tests__/store.test.js.map +1 -1
- package/dist/src/ui/tui/flows.d.ts +1 -0
- package/dist/src/ui/tui/flows.js +6 -1
- package/dist/src/ui/tui/flows.js.map +1 -1
- package/dist/src/ui/tui/screen-registry.js +2 -0
- package/dist/src/ui/tui/screen-registry.js.map +1 -1
- package/dist/src/ui/tui/screens/OutroScreen.js +2 -2
- package/dist/src/ui/tui/screens/OutroScreen.js.map +1 -1
- package/dist/src/ui/tui/screens/SkillsScreen.d.ts +14 -0
- package/dist/src/ui/tui/screens/SkillsScreen.js +71 -0
- package/dist/src/ui/tui/screens/SkillsScreen.js.map +1 -0
- package/dist/src/ui/tui/store.d.ts +2 -0
- package/dist/src/ui/tui/store.js +12 -0
- package/dist/src/ui/tui/store.js.map +1 -1
- package/dist/src/utils/debug.d.ts +6 -0
- package/dist/src/utils/debug.js +16 -0
- package/dist/src/utils/debug.js.map +1 -1
- package/dist/src/utils/oauth.js +1 -1
- package/dist/src/utils/oauth.js.map +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +8 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@posthog/wizard",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@posthog/wizard",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.7.0",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@anthropic-ai/claude-agent-sdk": "0.2.73",
|
|
12
12
|
"@inkjs/ui": "^2.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@posthog/wizard",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"homepage": "https://github.com/PostHog/wizard",
|
|
5
5
|
"repository": "https://github.com/PostHog/wizard",
|
|
6
6
|
"description": "The PostHog wizard helps you to configure your project",
|
|
@@ -132,12 +132,16 @@
|
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
134
|
"lint-staged": {
|
|
135
|
-
"
|
|
135
|
+
".claude/settings.json": "sh -c 'printf \"\\n\\033[31mDo not commit .claude/settings.json — use .claude/settings.local.json (gitignored).\\nUnstage with: git restore --staged .claude/settings.json\\033[0m\\n\\n\" >&2 && exit 1'",
|
|
136
|
+
"*.{js,ts,tsx,jsx}": [
|
|
137
|
+
"eslint --cache --fix",
|
|
138
|
+
"prettier --write"
|
|
139
|
+
]
|
|
136
140
|
},
|
|
137
141
|
"author": "PostHog",
|
|
138
142
|
"license": "MIT",
|
|
139
143
|
"volta": {
|
|
140
|
-
"node": "
|
|
144
|
+
"node": "24.14.1",
|
|
141
145
|
"pnpm": "10.23.0"
|
|
142
146
|
},
|
|
143
147
|
"scripts": {
|
|
@@ -152,7 +156,7 @@
|
|
|
152
156
|
"lint:eslint": "eslint . --cache --format stylish",
|
|
153
157
|
"fix": "pnpm fix:eslint && pnpm fix:prettier",
|
|
154
158
|
"fix:prettier": "prettier --write \"{lib,src,test}/**/*.ts\"",
|
|
155
|
-
"fix:eslint": "eslint . --format stylish --fix",
|
|
159
|
+
"fix:eslint": "eslint . --cache --format stylish --fix",
|
|
156
160
|
"test": "pnpm build && jest",
|
|
157
161
|
"test:e2e": "pnpm build && ./e2e-tests/run.sh",
|
|
158
162
|
"test:e2e-record": "export RECORD_FIXTURES=true && pnpm build && ./e2e-tests/run.sh",
|