Comparing version 1.1.0 to 1.1.1
@@ -10,2 +10,3 @@ | ||
backupWallet: 'backupwallet', | ||
encryptWallet: 'encryptwallet', | ||
getAccount: 'getaccount', | ||
@@ -29,2 +30,3 @@ getAccountAddress: 'getaccountaddress', | ||
help: 'help', | ||
keypoolRefill: 'keypoolrefill', | ||
listAccounts: 'listaccounts', | ||
@@ -36,6 +38,12 @@ listReceivedByAccount: 'listreceivedbyaccount', | ||
sendFrom: 'sendfrom', | ||
sendMany: 'sendmany', | ||
sendToAddress: 'sendtoaddress', | ||
setAccount: 'setaccount', | ||
setGenerate: 'setgenerate', | ||
setTxFee: 'settxfee', | ||
stop: 'stop', | ||
validateAddress: 'validateaddress', | ||
walletLock: 'walletlock', | ||
walletPassphrase: 'walletpassphrase', | ||
walletPassphraseChange: 'walletpassphrasechange', | ||
}; | ||
@@ -42,0 +50,0 @@ |
{ | ||
"name": "bitcoin", | ||
"description": "Communicate with bitcoind via JSON-RPC", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./lib/bitcoin", | ||
@@ -10,14 +10,16 @@ "keywords": [ | ||
], | ||
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)", | ||
"dependencies": { | ||
"underscore": ">= 1.0.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://jb55@github.com/jb55/node-bitcoin.git" | ||
"url": "git://github.com/jb55/node-bitcoin.git" | ||
}, | ||
"devDependencies": { | ||
"vows": "*" | ||
}, | ||
"engines": { | ||
"node": "*" | ||
} | ||
} | ||
} |
15538
405
1
7