mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
818576a4d6
* Allow Plugins configuration on Cloud * Generate UUID in log_event for idempotency * Make event UUID common for both EE event processing pipelines * Restore frontend from master for changed direction * Fix _process_event_ee * Whitelist PostHog Inc. and KeaJS for Plugins on Cloud * Test Plugins on Cloud organization whitelisting * Fix FOSS * Revert UUID changes (another PR) * Update posthog-plugin-server to 0.6.0-beta
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"name": "plugins",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"posthog-plugin-server": "0.6.0-beta"
|
|
},
|
|
"scripts": {
|
|
"start": "posthog-plugin-server"
|
|
}
|
|
}
|