Skip to content

Commit bbf4b18

Browse files
committed
rename
1 parent 2ea3446 commit bbf4b18

23 files changed

Lines changed: 95 additions & 316 deletions

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'
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
".": {

packages/detect/scripts/fetch-grammars.cjs renamed to packages/enricher/scripts/fetch-grammars.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
*
99
* If tree-sitter CLI cannot build WASM (no emscripten), you can manually
1010
* place pre-built .wasm files in the grammars/ directory.
11-
*
12-
* Copied from posthog-vscode/scripts/fetch-grammars.js
1311
*/
1412

1513
const { execSync } = require('child_process');

0 commit comments

Comments
 (0)