@camox/api-contract 0.29.0 → 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 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 = "phc_DV6H1bUHFvtNFfhyiq9skEQMniuyxs3HLx06TajB6Fw";
7474
+ export declare const POSTHOG_PUBLIC_KEY = "phc_nK5sZHMRNMwV6YLf3NjvurWT3quFkP7YxzC6T9R4bodc";
7475
7475
 
7476
7476
  export {};
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const POSTHOG_PUBLIC_KEY = "phc_DV6H1bUHFvtNFfhyiq9skEQMniuyxs3HLx06TajB6Fw";
1
+ const POSTHOG_PUBLIC_KEY = "phc_nK5sZHMRNMwV6YLf3NjvurWT3quFkP7YxzC6T9R4bodc";
2
2
  export {
3
3
  POSTHOG_PUBLIC_KEY
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camox/api-contract",
3
- "version": "0.29.0",
3
+ "version": "0.29.1",
4
4
  "files": [
5
5
  "src",
6
6
  "dist"
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 = "phc_DV6H1bUHFvtNFfhyiq9skEQMniuyxs3HLx06TajB6Fw";
8
+ export const POSTHOG_PUBLIC_KEY = "phc_nK5sZHMRNMwV6YLf3NjvurWT3quFkP7YxzC6T9R4bodc";