@ututrust/web-components 3.6.3 → 3.6.5

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 (4) hide show
  1. package/README.md +16 -1
  2. package/dist/index.cjs +211 -256
  3. package/dist/index.js +21034 -23817
  4. package/package.json +6 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ututrust/web-components",
3
3
  "type": "module",
4
- "version": "3.6.3",
4
+ "version": "3.6.5",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -38,6 +38,8 @@
38
38
  "@burner-wallet/burner-connect-provider": "^0.1.1",
39
39
  "@preact/preset-vite": "^2.8.2",
40
40
  "@rollup/plugin-terser": "^0.4.0",
41
+ "@reown/appkit": "1.6.8",
42
+ "@reown/appkit-adapter-wagmi": "1.6.8",
41
43
  "@unlock-protocol/contracts": "^0.0.22",
42
44
  "@unlock-protocol/networks": "^0.0.25",
43
45
  "@unlock-protocol/paywall": "^0.6.8",
@@ -67,10 +69,11 @@
67
69
  "tus-js-client": "^2.3.0",
68
70
  "tus-node-server": "^0.9.0",
69
71
  "util": "^0.12.5",
72
+ "viem": "^2.21.22",
70
73
  "vite": "^7.1.4",
71
74
  "vite-plugin-dts": "^4.5.4",
72
75
  "vite-plugin-node-polyfills": "^0.24.0",
73
- "wagmi": "^0.12.0",
76
+ "wagmi": "^2.13.3",
74
77
  "web3modal": "^1.4.0"
75
78
  },
76
79
  "devDependencies": {
@@ -122,7 +125,7 @@
122
125
  "rollup-plugin-sourcemaps": "^0.6.3",
123
126
  "rollup-plugin-typescript-paths": "^1.5.0",
124
127
  "tslib": "^2.6.2",
125
- "typescript": "^4.7.2"
128
+ "typescript": "^5.4.5"
126
129
  },
127
130
  "proxy": "http://localhost:2080",
128
131
  "browserslist": "> 0.25%, not dead"