@metamask/browser-playground 0.3.1 → 0.4.0
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/CHANGELOG.md +12 -1
- package/build/asset-manifest.json +3 -3
- package/build/index.html +1 -1
- package/build/static/js/main.871af264.js +3 -0
- package/build/static/js/{main.91bcc648.js.map → main.871af264.js.map} +1 -1
- package/package.json +3 -3
- package/build/static/js/main.91bcc648.js +0 -3
- /package/build/static/js/{main.91bcc648.js.LICENSE.txt → main.871af264.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add `Connect (window.ethereum)` button ([#198](https://github.com/MetaMask/connect-monorepo/pull/198/))
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Update wagmi MetaMask connector ([#202](https://github.com/MetaMask/connect-monorepo/pull/202))
|
|
19
|
+
|
|
10
20
|
## [0.3.1]
|
|
11
21
|
|
|
12
22
|
### Changed
|
|
@@ -70,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
70
80
|
|
|
71
81
|
- Initial release
|
|
72
82
|
|
|
73
|
-
[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.
|
|
83
|
+
[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.4.0...HEAD
|
|
84
|
+
[0.4.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.3.1...@metamask/browser-playground@0.4.0
|
|
74
85
|
[0.3.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.3.0...@metamask/browser-playground@0.3.1
|
|
75
86
|
[0.3.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.2.0...@metamask/browser-playground@0.3.0
|
|
76
87
|
[0.2.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/browser-playground@0.1.1...@metamask/browser-playground@0.2.0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "./static/css/main.241e3eb3.css",
|
|
4
|
-
"main.js": "./static/js/main.
|
|
4
|
+
"main.js": "./static/js/main.871af264.js",
|
|
5
5
|
"static/js/435.8081f498.chunk.js": "./static/js/435.8081f498.chunk.js",
|
|
6
6
|
"static/js/817.1749786b.chunk.js": "./static/js/817.1749786b.chunk.js",
|
|
7
7
|
"static/js/700.06adf8f4.chunk.js": "./static/js/700.06adf8f4.chunk.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"static/js/29.ca05a909.chunk.js": "./static/js/29.ca05a909.chunk.js",
|
|
10
10
|
"index.html": "./index.html",
|
|
11
11
|
"main.241e3eb3.css.map": "./static/css/main.241e3eb3.css.map",
|
|
12
|
-
"main.
|
|
12
|
+
"main.871af264.js.map": "./static/js/main.871af264.js.map",
|
|
13
13
|
"435.8081f498.chunk.js.map": "./static/js/435.8081f498.chunk.js.map",
|
|
14
14
|
"817.1749786b.chunk.js.map": "./static/js/817.1749786b.chunk.js.map",
|
|
15
15
|
"700.06adf8f4.chunk.js.map": "./static/js/700.06adf8f4.chunk.js.map",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
},
|
|
19
19
|
"entrypoints": [
|
|
20
20
|
"static/css/main.241e3eb3.css",
|
|
21
|
-
"static/js/main.
|
|
21
|
+
"static/js/main.871af264.js"
|
|
22
22
|
]
|
|
23
23
|
}
|
package/build/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./alt-fox.svg"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><title>Multichain Test Dapp</title><script defer="defer" src="./static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./alt-fox.svg"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><title>Multichain Test Dapp</title><script defer="defer" src="./static/js/main.871af264.js"></script><link href="./static/css/main.241e3eb3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|