Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit a2c35c3

Browse files
author
domschiener
committed
Minor changes related to iota.lib.js
1 parent c481438 commit a2c35c3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/js/ccurl-interface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var ccurlHashing = function(libccurl, trunkTransaction, branchTransaction, minWe
7676
}
7777

7878
// inputValidator: Check if int
79-
if (!iota.valid.isInt(minWeightMagnitude)) {
79+
if (!iota.valid.isValue(minWeightMagnitude)) {
8080

8181
return callback(new Error("Invalid minWeightMagnitude"));
8282
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iota",
33
"productName": "IOTA Wallet",
44
"description": "IOTA Wallet",
5-
"version": "2.1.1",
5+
"version": "2.2.0",
66
"license": "GPL-3.0",
77
"main": "app/js/main.js",
88
"scripts": {
@@ -19,8 +19,8 @@
1919
"publish:mac": "export CSC_IDENTITY_AUTO_DISCOVERY=false && build --mac --x64 --publish always",
2020
"publish:win": "build --win --x64 --ia32 --publish always"
2121
},
22-
"author": "IOTA Foundation <info@iotatoken.com>",
23-
"homepage": "https://www.iotatoken.com/",
22+
"author": "IOTA Foundation <contact@iota.org>",
23+
"homepage": "https://www.iota.org",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/iotaledger/wallet"
@@ -37,7 +37,7 @@
3737
"rimraf": "^2.5.4"
3838
},
3939
"build": {
40-
"deleteDb": true,
40+
"deleteDb": false,
4141
"directories": {
4242
"buildResources": "build",
4343
"output": "out"
@@ -86,7 +86,7 @@
8686
"rpm",
8787
"tar.gz"
8888
],
89-
"packageUrl": "https://www.iotatoken.com/"
89+
"packageUrl": "https://www.iota.org/"
9090
}
9191
}
9292
}

ui/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"remodal": "^1.0.7",
1313
"toastr": "^2.1.2",
1414
"async": "^2.1.4",
15-
"iota.lib.js": "^0.2.2"
15+
"iota.lib.js": "^0.2.3"
1616
}
1717
}

0 commit comments

Comments
 (0)