Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Aug 21, 2024
1 parent d25cec3 commit 9cdf3b7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-plugin-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ jobs:
run: |
cd plugin-server
pnpm install --frozen-lockfile
ls -al node_modules/
ls -al node_modules/cyclotron-node/
pnpm build
- name: Wait for Clickhouse, Redis & Kafka
Expand Down
2 changes: 1 addition & 1 deletion plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"v8-profiler-next": "^1.9.0",
"vm2": "3.9.18",
"detect-browser": "^5.3.0",
"cyclotron-node": "file:../rust/cyclotron-node"
"@posthog/cyclotron": "file:../rust/cyclotron-node"
},
"devDependencies": {
"0x": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions plugin-server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin-server/src/cdp/async-function-executor.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cyclotron from 'cyclotron-node'
import cyclotron from '@posthog/cyclotron'
import { Histogram } from 'prom-client'

import { buildIntegerMatcher } from '../config/config'
Expand Down
2 changes: 1 addition & 1 deletion plugin-server/src/cdp/cdp-consumers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cyclotron from '@posthog/cyclotron'
import { captureException } from '@sentry/node'
import cyclotron from 'cyclotron-node'
import { features, librdkafkaVersion, Message } from 'node-rdkafka'
import { Counter, Histogram } from 'prom-client'

Expand Down
2 changes: 1 addition & 1 deletion rust/cyclotron-node/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cyclotron-node",
"name": "@posthog/cyclotron",
"version": "0.1.0",
"description": "Node bindings for cyclotron",
"main": "dist/index.js",
Expand Down

0 comments on commit 9cdf3b7

Please sign in to comment.