nftychat-universe 0.1.2 → 0.1.3

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/README.md CHANGED
@@ -13,7 +13,7 @@ npm install nftychat-universe
13
13
  ## UniversalDm
14
14
  import the component
15
15
  ```
16
- import UniversalDm from 'nftychat-universe'
16
+ import {UniversalDm} from 'nftychat-universe'
17
17
  ```
18
18
 
19
19
  Then replace sample address and sampleDisplayName with the user you're trying to dm.
package/dist/index.cjs.js CHANGED
@@ -564,7 +564,6 @@ function DmButton(props) {
564
564
  }).then(function (payload) {
565
565
  return payload.json();
566
566
  }).then(function (data) {
567
- console.log(data);
568
567
  setNumberOfNotifications(data);
569
568
  });
570
569
  }, [props.address]); // useEffect to close popover if user is same as props.address
package/dist/index.esm.js CHANGED
@@ -537,7 +537,6 @@ function DmButton(props) {
537
537
  }).then(function (payload) {
538
538
  return payload.json();
539
539
  }).then(function (data) {
540
- console.log(data);
541
540
  setNumberOfNotifications(data);
542
541
  });
543
542
  }, [props.address]); // useEffect to close popover if user is same as props.address
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/nftychat/nftychat-universe"
6
6
  },
7
- "version": "0.1.2",
7
+ "version": "0.1.3",
8
8
  "license": "MIT",
9
9
  "description": "nftychat plugins for your website",
10
10
  "author": "nftychat",
@@ -38,25 +38,26 @@
38
38
  "react-app/jest"
39
39
  ]
40
40
  },
41
- "dependencies": {},
41
+ "dependencies": {
42
+ "@rainbow-me/rainbowkit": "^0.6.1"
43
+ },
42
44
  "devDependencies": {
43
45
  "@babel/preset-env": "^7.19.1",
44
46
  "@babel/preset-react": "^7.18.6",
45
47
  "@emotion/css": "^11.10.0",
46
- "@emotion/react": "^11.10.4",
47
48
  "@emotion/styled": "^11.10.4",
48
49
  "@iconify/react": "^3.2.2",
49
50
  "@mui/material": "^5.10.5",
50
51
  "@parcel/transformer-sass": "^2.7.0",
51
- "@rainbow-me/rainbowkit": "^0.6.1",
52
+ "@rollup/plugin-commonjs": "^22.0.2",
52
53
  "@rollup/plugin-node-resolve": "^14.1.0",
53
54
  "@rollup/plugin-url": "^7.0.0",
54
55
  "@svgr/rollup": "^6.3.1",
55
56
  "autoprefixer": "^10.4.8",
56
57
  "clsx": "^1.2.1",
57
58
  "cross-env": "^7.0.3",
59
+ "cssnano": "^5.1.13",
58
60
  "ethers": "^5.7.0",
59
- "postcss": "^8.4.16",
60
61
  "prettier": "^2.7.1",
61
62
  "prettier-plugin-tailwindcss": "^0.1.13",
62
63
  "process": "^0.11.10",
@@ -67,6 +68,7 @@
67
68
  "rollup-plugin-delete": "^2.0.0",
68
69
  "rollup-plugin-esformatter": "^2.0.1",
69
70
  "rollup-plugin-peer-deps-external": "^2.2.4",
71
+ "rollup-plugin-styles": "^4.0.0",
70
72
  "rollup-plugin-svg": "^2.0.0",
71
73
  "sass": "^1.54.9",
72
74
  "sass-loader": "^13.0.2",
@@ -78,7 +80,6 @@
78
80
  },
79
81
  "peerDependencies": {
80
82
  "@emotion/css": "^11.10.0",
81
- "@emotion/react": "^11.10.4",
82
83
  "@emotion/styled": "^11.10.4",
83
84
  "@iconify/react": "^3.2.2",
84
85
  "@mui/material": "^5.10.5",
Binary file