analytica.click 0.0.541 → 0.0.543

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
@@ -181,14 +181,6 @@ declare module 'analytica.click/dist/types' {
181
181
  }
182
182
  declare module 'analytica.click/dist/ui/src/server/schema/api' {
183
183
  import { z } from 'zod';
184
- export const IdentifyInputSchema: z.ZodObject<{
185
- url: z.ZodString;
186
- }, z.core.$strip>;
187
- export type IIdentifyInputSchema = z.infer<typeof IdentifyInputSchema>;
188
- export const IdentifyResponseSchema: z.ZodObject<{
189
- url: z.ZodString;
190
- }, z.core.$strip>;
191
- export type IIdentifyResponseSchema = z.infer<typeof IdentifyResponseSchema>;
192
184
  export const PostEventDataSchema: z.ZodObject<{
193
185
  eventName: z.ZodString;
194
186
  pageReferrer: z.ZodOptional<z.ZodString>;
@@ -1,12 +1,4 @@
1
1
  import { z } from 'zod';
2
- export declare const IdentifyInputSchema: z.ZodObject<{
3
- url: z.ZodString;
4
- }, z.core.$strip>;
5
- export type IIdentifyInputSchema = z.infer<typeof IdentifyInputSchema>;
6
- export declare const IdentifyResponseSchema: z.ZodObject<{
7
- url: z.ZodString;
8
- }, z.core.$strip>;
9
- export type IIdentifyResponseSchema = z.infer<typeof IdentifyResponseSchema>;
10
2
  export declare const PostEventDataSchema: z.ZodObject<{
11
3
  eventName: z.ZodString;
12
4
  pageReferrer: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica.click",
3
- "version": "0.0.541",
3
+ "version": "0.0.543",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "typescript": "^5"
18
18
  },
19
19
  "devDependencies": {
20
- "@types/node": "24.5.2",
20
+ "@types/node": "24.6.2",
21
21
  "esbuild": "0.25.10",
22
22
  "esbuild-node-externals": "1.18.0",
23
23
  "esbuild-plugin-d.ts": "1.1.0",