@camox/api-contract 0.28.6 → 0.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7471,6 +7471,6 @@ export type Router = typeof router;
|
|
|
7471
7471
|
* scoped to ingest. Lives here (rather than per-package) so the SDK studio,
|
|
7472
7472
|
* the SDK SSR helpers, the CLI, and the Workers API all reference the same value.
|
|
7473
7473
|
*/
|
|
7474
|
-
export declare const POSTHOG_PUBLIC_KEY = "
|
|
7474
|
+
export declare const POSTHOG_PUBLIC_KEY = "phc_nK5sZHMRNMwV6YLf3NjvurWT3quFkP7YxzC6T9R4bodc";
|
|
7475
7475
|
|
|
7476
7476
|
export {};
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -5,4 +5,4 @@ export type { Router } from "../../../apps/api/src/router";
|
|
|
5
5
|
* scoped to ingest. Lives here (rather than per-package) so the SDK studio,
|
|
6
6
|
* the SDK SSR helpers, the CLI, and the Workers API all reference the same value.
|
|
7
7
|
*/
|
|
8
|
-
export const POSTHOG_PUBLIC_KEY = "
|
|
8
|
+
export const POSTHOG_PUBLIC_KEY = "phc_nK5sZHMRNMwV6YLf3NjvurWT3quFkP7YxzC6T9R4bodc";
|