mainnet-js 2.7.3 → 2.7.4

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/dist/index.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <title>The Empty Mainnet App</title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="mainnet-2.7.3.js"></script></head>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="mainnet-2.7.4.js"></script></head>
7
7
  <body><script>document.addEventListener("DOMContentLoaded", async (event) => Object.assign(globalThis, await __mainnetPromise))</script>
8
8
  </body>
9
9
  </html>
@@ -2169,7 +2169,7 @@ eval("/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harm
2169
2169
  /******/ // This function allow to reference async chunks
2170
2170
  /******/ __webpack_require__.u = (chunkId) => {
2171
2171
  /******/ // return url for filenames based on template
2172
- /******/ return "" + chunkId + "-2.7.3.js";
2172
+ /******/ return "" + chunkId + "-2.7.4.js";
2173
2173
  /******/ };
2174
2174
  /******/ })();
2175
2175
  /******/
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/mainnet-cash/mainnet-js/issues"
10
10
  },
11
11
  "name": "mainnet-js",
12
- "version": "2.7.3",
12
+ "version": "2.7.4",
13
13
  "homepage": "https://mainnet.cash",
14
14
  "module": "dist/module/index.js",
15
15
  "browser": {
File without changes