@ututrust/web-components 2.3.0-alpha.8 → 2.3.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.
Files changed (4) hide show
  1. package/README.md +129 -10
  2. package/dist/index.cjs +212 -213
  3. package/dist/index.js +25818 -27002
  4. package/package.json +20 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ututrust/web-components",
3
3
  "type": "module",
4
- "version": "2.3.0-alpha.8",
4
+ "version": "2.3.1",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -22,12 +22,24 @@
22
22
  "author": "",
23
23
  "license": "ISC",
24
24
  "homepage": "https://bitbucket.org/utu-technologies/utu-trust-sdk#readme",
25
+
26
+ "overides_note": "The next section was added to stop people stealing crypto: https://jdstaerk.substack.com/p/we-just-found-malicious-code-in-the",
27
+ "overrides": {
28
+ "chalk": "5.3.0",
29
+ "strip-ansi": "7.1.0",
30
+ "color-convert": "2.0.1",
31
+ "color-name": "1.1.4",
32
+ "is-core-module": "2.13.1",
33
+ "error-ex": "1.3.2",
34
+ "has-ansi": "5.0.1"
35
+ },
36
+
25
37
  "dependencies": {
26
38
  "@burner-wallet/burner-connect-provider": "^0.1.1",
27
39
  "@preact/preset-vite": "^2.8.2",
28
40
  "@rollup/plugin-terser": "^0.4.0",
29
41
  "@unlock-protocol/contracts": "^0.0.22",
30
- "@unlock-protocol/networks": "^0.0.20",
42
+ "@unlock-protocol/networks": "^0.0.25",
31
43
  "@unlock-protocol/paywall": "^0.6.8",
32
44
  "axios": "^1.3.4",
33
45
  "browserify-zlib": "^0.2.0",
@@ -55,9 +67,9 @@
55
67
  "tus-js-client": "^2.3.0",
56
68
  "tus-node-server": "^0.9.0",
57
69
  "util": "^0.12.5",
58
- "vite": "^4.3.2",
59
- "vite-plugin-dts": "^3.8.1",
60
- "vite-plugin-node-polyfills": "^0.21.0",
70
+ "vite": "^7.1.4",
71
+ "vite-plugin-dts": "^4.5.4",
72
+ "vite-plugin-node-polyfills": "^0.24.0",
61
73
  "wagmi": "^0.12.0",
62
74
  "web3modal": "^1.4.0"
63
75
  },
@@ -86,7 +98,7 @@
86
98
  "@typescript-eslint/parser": "^5.54.0",
87
99
  "autoprefixer": "^10.4.13",
88
100
  "babel-plugin-transform-inline-environment-variables": "^0.4.3",
89
- "browser-sync": "^2.26.14",
101
+ "browser-sync": "^3.0.4",
90
102
  "buffer": "^6.0.3",
91
103
  "del": "^6.0.0",
92
104
  "dotenv": "^16.0.3",
@@ -98,14 +110,14 @@
98
110
  "eslint-plugin-jsx-a11y": "^6.4.1",
99
111
  "eslint-plugin-react": "^7.22.0",
100
112
  "eslint-plugin-react-hooks": "^4.2.0",
101
- "gulp": "^4.0.2",
113
+ "gulp": "^5.0.1",
102
114
  "gulp-terser": "^2.0.1",
103
115
  "jest": "^29.4.3",
104
116
  "postcss": "^8.3.5",
105
117
  "prettier": "^2.2.1",
106
118
  "process": "^0.11.10",
107
119
  "rollup": "^3.18.0",
108
- "rollup-plugin-filesize": "^9.1.0",
120
+ "rollup-plugin-filesize": "^10.0.0",
109
121
  "rollup-plugin-postcss": "^4.0.0",
110
122
  "rollup-plugin-sourcemaps": "^0.6.3",
111
123
  "rollup-plugin-typescript-paths": "^1.5.0",