analytica.click 0.0.486 → 0.0.487

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +7 -7
package/dist/index.d.ts CHANGED
@@ -99,8 +99,8 @@ declare module 'analytica.click/dist/helpers/server' {
99
99
  declare module 'analytica.click/dist/helpers/useAnalytica' {
100
100
  import type { IEvent, IPage } from 'analytica.click/dist/common-ui/src/types/index';
101
101
  export const useAnalytica: () => {
102
- event: (d: Omit<IEvent, 'analyticaToken' | 'overrideBaseUrl'>) => void;
103
- page: (d: Omit<IPage, 'analyticaToken' | 'overrideBaseUrl'>) => void;
102
+ event: (d: Omit<IEvent, "analyticaToken" | "overrideBaseUrl">) => void;
103
+ page: (d: Omit<IPage, "analyticaToken" | "overrideBaseUrl">) => void;
104
104
  };
105
105
 
106
106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica.click",
3
- "version": "0.0.486",
3
+ "version": "0.0.487",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -19,13 +19,13 @@
19
19
  "typescript": "^5"
20
20
  },
21
21
  "devDependencies": {
22
- "@types/node": "20.12.7",
23
- "esbuild": "0.21.4",
24
- "esbuild-node-externals": "1.13.0",
22
+ "@types/node": "20.16.1",
23
+ "esbuild": "0.23.1",
24
+ "esbuild-node-externals": "1.14.0",
25
25
  "esbuild-plugin-d.ts": "1.1.0",
26
- "glob": "10.3.12",
27
- "npm-dts": "1.3.12",
28
- "rimraf": "5.0.5",
26
+ "glob": "10.4.5",
27
+ "npm-dts": "1.3.13",
28
+ "rimraf": "5.0.10",
29
29
  "common": "0.0.2",
30
30
  "common-ui": "0.0.2"
31
31
  },