@mainnet-cash/bcmr 2.7.33 → 2.7.34

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="BCMR-2.7.33.js"></script></head>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="BCMR-2.7.34.js"></script></head>
7
7
  <body><script defer src="mainnet.js"></script><script>document.addEventListener("DOMContentLoaded", async (event) => Object.assign(globalThis, await __mainnetPromise, await __bcmrPromise))</script>
8
8
  </body>
9
9
  </html>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@mainnet-cash/bcmr",
4
- "version": "2.7.33",
4
+ "version": "2.7.34",
5
5
  "module": "dist/module/index.js",
6
6
  "types": "dist/module/index.d.ts",
7
7
  "exports": {
@@ -10,7 +10,7 @@
10
10
  "license": "MIT",
11
11
  "author": "readcash",
12
12
  "dependencies": {
13
- "mainnet-js": "2.7.33"
13
+ "mainnet-js": "2.7.34"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "scripts": {
File without changes