File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " bytebuffer" ,
3- "version" : " 6.0.0-exodus.1 " ,
3+ "version" : " 6.0.0-exodus.2 " ,
44 "author" : " Daniel Wirtz <dcode@dcode.io>" ,
55 "description" : " A full-featured ByteBuffer implementation using typed arrays." ,
66 "main" : " dist/bytebuffer.js" ,
Original file line number Diff line number Diff line change 124124 * @const
125125 * @expose
126126 */
127- ByteBuffer . VERSION = "6.0.0-exodus.1 " ;
127+ ByteBuffer . VERSION = "6.0.0-exodus.2 " ;
128128
129129 /**
130130 * Little endian constant that can be used instead of its boolean value. Evaluates to `true`.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ module.exports = (function() {
110110 * @const
111111 * @expose
112112 */
113- ByteBuffer . VERSION = "6.0.0-exodus.1 " ;
113+ ByteBuffer . VERSION = "6.0.0-exodus.2 " ;
114114
115115 /**
116116 * Little endian constant that can be used instead of its boolean value. Evaluates to `true`.
Original file line number Diff line number Diff line change 124124 * @const
125125 * @expose
126126 */
127- ByteBuffer . VERSION = "6.0.0-exodus.1 " ;
127+ ByteBuffer . VERSION = "6.0.0-exodus.2 " ;
128128
129129 /**
130130 * Little endian constant that can be used instead of its boolean value. Evaluates to `true`.
Original file line number Diff line number Diff line change 11{
22 "name" : " @exodus/bytebuffer" ,
3- "version" : " 6.0.0-exodus.1 " ,
3+ "version" : " 6.0.0-exodus.2 " ,
44 "author" : " Daniel Wirtz <dcode@dcode.io>" ,
55 "description" : " The swiss army knife for binary data in JavaScript." ,
66 "main" : " dist/bytebuffer-node.js" ,
You can’t perform that action at this time.
0 commit comments