Skip to content

Commit f213e16

Browse files
committed
rename
1 parent 2ea3446 commit f213e16

24 files changed

+269
-451
lines changed

mprocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ procs:
1313
git:
1414
shell: 'node scripts/pnpm-run.mjs --filter @posthog/git run dev'
1515

16-
detect:
17-
shell: 'node scripts/pnpm-run.mjs --filter @posthog/detect run dev'
16+
enricher:
17+
shell: 'node scripts/pnpm-run.mjs --filter @posthog/enricher run dev'
1818

1919
storybook:
2020
shell: 'node scripts/pnpm-run.mjs --filter code run storybook'

packages/detect/scripts/fetch-grammars.cjs

Lines changed: 0 additions & 137 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@posthog/detect",
2+
"name": "@posthog/enricher",
33
"version": "1.0.0",
4-
"description": "Detect PostHog SDK usage in source code via tree-sitter AST analysis",
4+
"description": "Detect and enrich PostHog SDK usage in source code",
55
"type": "module",
66
"exports": {
77
".": {

0 commit comments

Comments
 (0)