@shware/analytics 3.0.6 → 3.0.8

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 (1) hide show
  1. package/package.json +10 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shware/analytics",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "repository": {
@@ -62,16 +62,17 @@
62
62
  "cookie": "^1.1.1",
63
63
  "uuid": "^13.0.0",
64
64
  "web-vitals": "^5.1.0",
65
- "zod": "^4.2.1",
66
- "@shware/utils": "^1.1.1"
65
+ "zod": "^4.3.5",
66
+ "@shware/utils": "^1.1.3"
67
67
  },
68
68
  "devDependencies": {
69
- "@types/facebook-nodejs-business-sdk": "^23.0.0",
70
- "@types/node": "^24.10.2",
71
- "@types/react": "^19.2.7",
69
+ "@types/facebook-nodejs-business-sdk": "^23",
70
+ "@types/node": "^24",
71
+ "@types/react": "^19",
72
72
  "typescript": "^5.9.3",
73
- "@repo/eslint-config": "0.0.11",
74
- "@repo/typescript-config": "0.0.0"
73
+ "vitest": "^4.0.16",
74
+ "@repo/typescript-config": "0.0.0",
75
+ "@repo/eslint-config": "0.0.12"
75
76
  },
76
77
  "peerDependencies": {
77
78
  "@react-native-firebase/analytics": "^23.3.1",
@@ -140,6 +141,7 @@
140
141
  "scripts": {
141
142
  "dev": "tsc --watch",
142
143
  "check-types": "tsc --noEmit",
144
+ "test": "vitest run",
143
145
  "lint": "npx eslint . --fix --ext .js,.jsx,.ts,.tsx",
144
146
  "build": "tsup",
145
147
  "build:tsup": "tsup",