nftychat-universe 1.4.11 → 1.4.12

Sign up to get free protection for your applications and to get access to all the features.
Binary file
package/package.json CHANGED
@@ -4,13 +4,14 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/nftychat/nftychat-universe"
6
6
  },
7
- "version": "1.4.11",
7
+ "version": "1.4.12",
8
8
  "license": "MIT",
9
9
  "description": "nftychat plugins for your website",
10
10
  "author": "nftychat",
11
11
  "main": "dist/index.cjs.js",
12
12
  "module": "dist/index.esm.js",
13
13
  "source": "src/components/index.js",
14
+ "type": "module",
14
15
  "scripts": {
15
16
  "build": "rollup -c",
16
17
  "build-watch": "rollup -c -w",
@@ -82,7 +83,7 @@
82
83
  "rollup-plugin-styles": "^4.0.0",
83
84
  "rollup-plugin-svg": "^2.0.0",
84
85
  "url-loader": "^4.1.1",
85
- "wagmi": "^0.6.4",
86
+ "wagmi": "0.8.2",
86
87
  "webpack": "^5.74.0",
87
88
  "webpack-cli": "^4.10.0"
88
89
  },
@@ -90,6 +91,6 @@
90
91
  "ethers": ">=5.7.0",
91
92
  "react": ">=16.0.0",
92
93
  "react-dom": ">=16.0.0",
93
- "wagmi": ">=0.6.4"
94
+ "wagmi": ">=0.8.2"
94
95
  }
95
96
  }