Skip to content

Commit

Permalink
feat(hogvm): add RE2 for TypeScript VM (#23558)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra authored Jul 9, 2024
1 parent 5ced71d commit 54246ab
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 34 deletions.
10 changes: 8 additions & 2 deletions hogvm/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posthog/hogvm",
"version": "1.0.17",
"version": "1.0.18",
"description": "PostHog Hog Virtual Machine",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,5 +34,11 @@
"tsconfig.build.json",
"tsconfig.json",
".prettierrc"
]
],
"peerDependencies": {
"re2": "^1.21.3"
},
"dependencies": {
"re2": "^1.21.3"
}
}
Loading

0 comments on commit 54246ab

Please sign in to comment.