Skip to content

Commit

Permalink
chore: nuke plugin-contrib (#18757)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiina303 authored Dec 5, 2023
1 parent ec24bc3 commit fc0bd60
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@google-cloud/storage": "^5.8.5",
"@maxmind/geoip2-node": "^3.4.0",
"@posthog/clickhouse": "^1.7.0",
"@posthog/plugin-contrib": "^0.0.5",
"@posthog/plugin-scaffold": "1.4.4",
"@sentry/node": "^7.49.0",
"@sentry/profiling-node": "^0.3.0",
Expand Down
7 changes: 0 additions & 7 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: 0 additions & 2 deletions plugin-server/src/worker/vm/imports.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as pubsub from '@google-cloud/pubsub'
import * as gcs from '@google-cloud/storage'
import * as contrib from '@posthog/plugin-contrib'
import * as scaffold from '@posthog/plugin-scaffold'
import * as AWS from 'aws-sdk'
import crypto from 'crypto'
Expand All @@ -21,7 +20,6 @@ export const AVAILABLE_IMPORTS = {
: {}),
'@google-cloud/pubsub': pubsub,
'@google-cloud/storage': gcs,
'@posthog/plugin-contrib': contrib,
'@posthog/plugin-scaffold': scaffold,
'aws-sdk': AWS,
'generic-pool': genericPool,
Expand Down

0 comments on commit fc0bd60

Please sign in to comment.