@formo/analytics 1.28.3 → 1.28.4

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.
@@ -4,9 +4,9 @@
4
4
 
5
5
  /**
6
6
  * @license React
7
- * react-jsx-runtime.production.min.js
7
+ * react-jsx-runtime.production.js
8
8
  *
9
- * Copyright (c) Facebook, Inc. and its affiliates.
9
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
10
10
  *
11
11
  * This source code is licensed under the MIT license found in the
12
12
  * LICENSE file in the root directory of this source tree.
@@ -14,9 +14,9 @@
14
14
 
15
15
  /**
16
16
  * @license React
17
- * react.production.min.js
17
+ * react.production.js
18
18
  *
19
- * Copyright (c) Facebook, Inc. and its affiliates.
19
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
20
20
  *
21
21
  * This source code is licensed under the MIT license found in the
22
22
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formo/analytics",
3
- "version": "1.28.3",
3
+ "version": "1.28.4",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,6 +22,10 @@
22
22
  "require": "./dist/cjs/src/index.js"
23
23
  }
24
24
  },
25
+ "sideEffects": [
26
+ "./dist/esm/src/index.js",
27
+ "./dist/cjs/src/index.js"
28
+ ],
25
29
  "private": false,
26
30
  "publishConfig": {
27
31
  "access": "public",
@@ -29,45 +33,46 @@
29
33
  },
30
34
  "author": "Yos Riady",
31
35
  "license": "MIT",
36
+ "engines": {
37
+ "node": ">=18.0.0"
38
+ },
32
39
  "dependencies": {
33
40
  "ethereum-cryptography": "3.2.0",
34
41
  "mipd": "0.0.7"
35
42
  },
36
43
  "devDependencies": {
37
- "@babel/core": "^7.x",
38
- "@babel/plugin-syntax-flow": "^7.14.5",
39
- "@babel/plugin-transform-react-jsx": "^7.14.9",
40
- "@size-limit/esbuild": "^11.2.0",
41
- "@size-limit/file": "^11.2.0",
42
- "@testing-library/react": "^13.4.0",
43
- "@types/chai": "^4.3.1",
44
- "@types/jsdom": "^20.0.1",
45
- "@types/mocha": "^9.1.1",
46
- "@types/node": "^22.0.0",
47
- "@types/react": "^18.0.25",
48
- "@types/sinon": "^10.0.12",
49
- "@types/sinon-chai": "^3.2.9",
50
- "@typescript-eslint/eslint-plugin": "^5.30.4",
51
- "@typescript-eslint/parser": "^5.30.4",
52
- "chai": "^4.3.6",
53
- "eslint": "^8.19.0",
54
- "eslint-config-react-app": "^7.0.1",
55
- "global-jsdom": "^8.6.0",
56
- "jsdom": "^21.1.0",
57
- "mocha": "^10.0.0",
58
- "nodemon": "^2.0.20",
59
- "nyc": "^15.1.0",
60
- "prettier": "^2.6.1",
61
- "react": "^18.3.1",
62
- "react-dom": "^18.3.1",
63
- "sinon": "^14.0.0",
44
+ "@size-limit/esbuild": "^12.0.1",
45
+ "@size-limit/file": "^12.0.1",
46
+ "@testing-library/dom": "^10.4.1",
47
+ "@testing-library/react": "^16.3.2",
48
+ "@types/chai": "^4.3.20",
49
+ "@types/jsdom": "^21.1.7",
50
+ "@types/mocha": "^10.0.10",
51
+ "@types/node": "^25.5.0",
52
+ "@types/react": "^19.2.14",
53
+ "@types/sinon": "^21.0.0",
54
+ "@types/sinon-chai": "^3.2.12",
55
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
56
+ "@typescript-eslint/parser": "^8.0.0",
57
+ "c8": "^11.0.0",
58
+ "chai": "^4.5.0",
59
+ "eslint": "^10.1.0",
60
+ "global-jsdom": "^8.8.0",
61
+ "jsdom": "^21.1.2",
62
+ "mocha": "^11.7.5",
63
+ "nodemon": "^3.1.14",
64
+ "prettier": "^3.8.1",
65
+ "react": "^19.2.4",
66
+ "react-dom": "^19.2.4",
67
+ "sinon": "^21.0.3",
64
68
  "sinon-chai": "^3.7.0",
65
- "size-limit": "^11.2.0",
69
+ "size-limit": "^12.0.1",
66
70
  "ts-loader": "^9.3.1",
67
71
  "ts-node": "^10.8.2",
68
72
  "typescript": "^5.7.3",
69
- "webpack": "^5.104.1",
70
- "webpack-cli": "^4.10.0"
73
+ "typescript-eslint": "^8.0.0",
74
+ "webpack": "^5.105.4",
75
+ "webpack-cli": "^7.0.2"
71
76
  },
72
77
  "scripts": {
73
78
  "prebuild": "pnpm clean",
@@ -91,14 +96,14 @@
91
96
  }
92
97
  ],
93
98
  "peerDependencies": {
99
+ "@solana/wallet-adapter-base": ">=0.9.0",
100
+ "@solana/wallet-adapter-react": ">=0.15.0",
101
+ "@solana/web3.js": ">=1.70.0",
94
102
  "@tanstack/react-query": ">=5.0.0",
95
103
  "@types/react": ">=16.14.34",
96
104
  "react": ">=16.14.0",
97
105
  "viem": ">=2.0.0",
98
- "wagmi": ">=2.0.0",
99
- "@solana/wallet-adapter-base": ">=0.9.0",
100
- "@solana/wallet-adapter-react": ">=0.15.0",
101
- "@solana/web3.js": ">=1.70.0"
106
+ "wagmi": ">=2.0.0"
102
107
  },
103
108
  "peerDependenciesMeta": {
104
109
  "@tanstack/react-query": {
@@ -121,8 +126,13 @@
121
126
  }
122
127
  },
123
128
  "pnpm": {
129
+ "onlyBuiltDependencies": [
130
+ "esbuild"
131
+ ],
124
132
  "overrides": {
125
- "hono": ">=4.11.4"
133
+ "picomatch@2": ">=2.3.2",
134
+ "picomatch@4": ">=4.0.4",
135
+ "diff": ">=8.0.4"
126
136
  }
127
137
  }
128
138
  }