@theholocron/holocron-plugin-posthog 3.28.1 → 3.29.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/README.md +2 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -21,6 +21,8 @@ Token resolution order:
|
|
|
21
21
|
1. `--token <KEY>` flag on the holocron invocation
|
|
22
22
|
2. `HOLOCRON_POSTHOG_TOKEN` env var
|
|
23
23
|
3. `POSTHOG_PERSONAL_API_KEY` env var
|
|
24
|
+
4. Keyring `posthog.<org>` — tried first when an org is active via `--org`, `HOLOCRON_ORG`, or `org` in `holocron.config.ts`
|
|
25
|
+
5. Keyring `posthog` — unnamespaced fallback; set via `holocron auth set posthog <phx_key>`
|
|
24
26
|
|
|
25
27
|
The token must be a **personal API key** (`phx_*`), found at
|
|
26
28
|
**app.posthog.com → Settings → User → Personal API keys**. This is
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/holocron-plugin-posthog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.29.0",
|
|
4
4
|
"description": "Holocron plugin for PostHog. Implements the analytics capability — project provisioning and tracking token retrieval.",
|
|
5
5
|
"homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-posthog#readme",
|
|
6
6
|
"bugs": "https://github.com/theholocron/holocron/issues",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"@theholocron/posthog-client": "^1.9.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@theholocron/cli": "3.
|
|
27
|
+
"@theholocron/cli": "3.29.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@theholocron/eslint-config": "^7.
|
|
31
|
-
"@theholocron/tsconfig": "^7.
|
|
32
|
-
"@theholocron/tsdown-config": "^7.
|
|
33
|
-
"@theholocron/vitest-config": "^7.
|
|
30
|
+
"@theholocron/eslint-config": "^7.20.0",
|
|
31
|
+
"@theholocron/tsconfig": "^7.20.0",
|
|
32
|
+
"@theholocron/tsdown-config": "^7.20.0",
|
|
33
|
+
"@theholocron/vitest-config": "^7.20.0",
|
|
34
34
|
"@types/node": "^26",
|
|
35
35
|
"@vitest/coverage-v8": "^4.1.10",
|
|
36
36
|
"@vitest/eslint-plugin": "^1.6.27",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"tsx": "4.22.4",
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
44
|
"vitest": "^4.1.10",
|
|
45
|
-
"@theholocron/cli": "3.
|
|
45
|
+
"@theholocron/cli": "3.29.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|