@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.
- package/dist/cjs/src/event/EventFactory.js +1 -1
- package/dist/cjs/src/version.d.ts +1 -1
- package/dist/cjs/src/version.js +1 -1
- package/dist/cjs/src/wagmi/utils.js +0 -1
- package/dist/esm/src/event/EventFactory.js +1 -1
- package/dist/esm/src/version.d.ts +1 -1
- package/dist/esm/src/version.js +1 -1
- package/dist/esm/src/wagmi/utils.js +0 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/index.umd.min.js.LICENSE.txt +4 -4
- package/package.json +46 -36
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* @license React
|
|
7
|
-
* react-jsx-runtime.production.
|
|
7
|
+
* react-jsx-runtime.production.js
|
|
8
8
|
*
|
|
9
|
-
* Copyright (c)
|
|
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.
|
|
17
|
+
* react.production.js
|
|
18
18
|
*
|
|
19
|
-
* Copyright (c)
|
|
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
|
+
"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
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@types/
|
|
44
|
-
"@types/
|
|
45
|
-
"@types/
|
|
46
|
-
"@types/
|
|
47
|
-
"@types/
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
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": "^
|
|
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
|
-
"
|
|
70
|
-
"webpack
|
|
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
|
-
"
|
|
133
|
+
"picomatch@2": ">=2.3.2",
|
|
134
|
+
"picomatch@4": ">=4.0.4",
|
|
135
|
+
"diff": ">=8.0.4"
|
|
126
136
|
}
|
|
127
137
|
}
|
|
128
138
|
}
|