v0.1.36
This commit is contained in:
parent
90f99fe744
commit
d088e0d7f2
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "bitcore",
|
"name": "bitcore",
|
||||||
"main": "browser/bundle.js",
|
"main": "browser/bundle.js",
|
||||||
"version": "0.1.35",
|
"version": "0.1.36",
|
||||||
"homepage": "http://bitcore.io",
|
"homepage": "http://bitcore.io",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Ryan X. Charles (<ryan@bitpay.com>)"
|
"Ryan X. Charles (<ryan@bitpay.com>)"
|
||||||
|
|||||||
396
browser/bitcore-0.1.36.js
Normal file
396
browser/bitcore-0.1.36.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1121,7 +1121,6 @@ var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
|
|||||||
? Uint8Array
|
? Uint8Array
|
||||||
: Array
|
: Array
|
||||||
|
|
||||||
var ZERO = '0'.charCodeAt(0)
|
|
||||||
var PLUS = '+'.charCodeAt(0)
|
var PLUS = '+'.charCodeAt(0)
|
||||||
var SLASH = '/'.charCodeAt(0)
|
var SLASH = '/'.charCodeAt(0)
|
||||||
var NUMBER = '0'.charCodeAt(0)
|
var NUMBER = '0'.charCodeAt(0)
|
||||||
@ -1230,9 +1229,9 @@ var lookup = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
|
|||||||
return output
|
return output
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.toByteArray = b64ToByteArray
|
exports.toByteArray = b64ToByteArray
|
||||||
module.exports.fromByteArray = uint8ToBase64
|
exports.fromByteArray = uint8ToBase64
|
||||||
}())
|
}(typeof exports === 'undefined' ? (this.base64js = {}) : exports))
|
||||||
|
|
||||||
},{}],4:[function(require,module,exports){
|
},{}],4:[function(require,module,exports){
|
||||||
exports.read = function(buffer, offset, isLE, mLen, nBytes) {
|
exports.read = function(buffer, offset, isLE, mLen, nBytes) {
|
||||||
@ -2003,8 +2002,8 @@ function hasOwnProperty(obj, prop) {
|
|||||||
return Object.prototype.hasOwnProperty.call(obj, prop);
|
return Object.prototype.hasOwnProperty.call(obj, prop);
|
||||||
}
|
}
|
||||||
|
|
||||||
}).call(this,require("/Users/yemeljardi/code/bitcore/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"),typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
}).call(this,require("/Users/ryanxcharles/dev/bitcore-old/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"),typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
||||||
},{"./support/isBuffer":7,"/Users/yemeljardi/code/bitcore/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":6,"inherits":5}],"3kNi7S":[function(require,module,exports){
|
},{"./support/isBuffer":7,"/Users/ryanxcharles/dev/bitcore-old/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":6,"inherits":5}],"3kNi7S":[function(require,module,exports){
|
||||||
/*jslint eqeqeq: false, onevar: false, forin: true, nomen: false, regexp: false, plusplus: false*/
|
/*jslint eqeqeq: false, onevar: false, forin: true, nomen: false, regexp: false, plusplus: false*/
|
||||||
/*global module, require, __dirname, document*/
|
/*global module, require, __dirname, document*/
|
||||||
/**
|
/**
|
||||||
@ -2931,8 +2930,8 @@ module.exports=require('3kNi7S');
|
|||||||
}
|
}
|
||||||
}(typeof sinon == "object" && sinon || null));
|
}(typeof sinon == "object" && sinon || null));
|
||||||
|
|
||||||
}).call(this,require("/Users/yemeljardi/code/bitcore/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
}).call(this,require("/Users/ryanxcharles/dev/bitcore-old/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||||
},{"../sinon":"3kNi7S","/Users/yemeljardi/code/bitcore/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":6}],13:[function(require,module,exports){
|
},{"../sinon":"3kNi7S","/Users/ryanxcharles/dev/bitcore-old/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":6}],13:[function(require,module,exports){
|
||||||
/**
|
/**
|
||||||
* @depend ../sinon.js
|
* @depend ../sinon.js
|
||||||
* @depend match.js
|
* @depend match.js
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "bitcore",
|
"name": "bitcore",
|
||||||
"description": "Bitcoin Library",
|
"description": "Bitcoin Library",
|
||||||
"version": "0.1.35",
|
"version": "0.1.36",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Stephen Pair",
|
"name": "Stephen Pair",
|
||||||
"email": "stephen@bitpay.com"
|
"email": "stephen@bitpay.com"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user