@formo/analytics 1.30.0 → 1.30.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formo/analytics",
3
- "version": "1.30.0",
3
+ "version": "1.30.1",
4
4
  "packageManager": "pnpm@11.1.1",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,6 +20,11 @@
20
20
  ".": {
21
21
  "import": "./dist/esm/src/index.js",
22
22
  "require": "./dist/cjs/src/index.js"
23
+ },
24
+ "./core": {
25
+ "types": "./dist/esm/src/core.d.ts",
26
+ "import": "./dist/esm/src/core.js",
27
+ "require": "./dist/cjs/src/core.js"
23
28
  }
24
29
  },
25
30
  "sideEffects": [
@@ -107,6 +112,12 @@
107
112
  "@tanstack/react-query": {
108
113
  "optional": true
109
114
  },
115
+ "@types/react": {
116
+ "optional": true
117
+ },
118
+ "react": {
119
+ "optional": true
120
+ },
110
121
  "viem": {
111
122
  "optional": true
112
123
  },