Skip to content

Commit

Permalink
fix: Helper to mark cyclotron changes (#24960)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Sep 13, 2024
1 parent a398dd9 commit 056b561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,9 @@
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
},
"cyclotron": {
"//This is a short term workaround to ensure that cyclotron changes trigger a rebuild": true,
"version": "0.1.1"
}
}
2 changes: 1 addition & 1 deletion rust/cyclotron-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posthog/cyclotron",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node bindings for cyclotron",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 056b561

Please sign in to comment.