edge-currency-monero 0.3.3 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # edge-currency-monero
2
2
 
3
+ # 0.3.4 (2022-01-11)
4
+
5
+ - Fix git urls
6
+
7
+ # 0.3.3 (2021-09-28)
8
+
9
+ - Reformat spendable balance error into 3 lines
10
+
3
11
  # 0.3.2 (2021-06-03)
4
12
 
5
13
  - Remove icon URLs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "edge-currency-monero",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Edge Monero currency plugin",
5
5
  "homepage": "https://edge.app",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "biggystring": "^3.0.0",
46
46
  "buffer": "^5.0.6",
47
47
  "jsonschema": "^1.1.1",
48
- "mymonero-core-js": "git://github.com/EdgeApp/mymonero-core-js.git#matthew/txPrivateKey",
48
+ "mymonero-core-js": "https://github.com/EdgeApp/mymonero-core-js.git#matthew/txPrivateKey",
49
49
  "uri-js": "^3.0.2"
50
50
  },
51
51
  "devDependencies": {