diff --git a/README.md b/README.md index 17b0a45d8..e874f90e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#

protobuf.js

+#

protobuf.js

[![][travis-image]][travis-url] [![][david-image]][david-url] [![][npm-dl-image]][npm-url] [![][npm-image]][npm-url] [![][paypal-image]][paypal-url] diff --git a/dist/noparse/protobuf.js b/dist/noparse/protobuf.js index 67eddaab0..30fb4ec5f 100644 --- a/dist/noparse/protobuf.js +++ b/dist/noparse/protobuf.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.4.1 (c) 2016, Daniel Wirtz - * Compiled Wed, 04 Jan 2017 12:36:42 UTC + * protobuf.js v6.4.2 (c) 2016, Daniel Wirtz + * Compiled Wed, 04 Jan 2017 17:58:56 UTC * Licensed under the BSD-3-Clause License * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/noparse/protobuf.min.js b/dist/noparse/protobuf.min.js index 956d1b3bf..6440ad216 100644 --- a/dist/noparse/protobuf.min.js +++ b/dist/noparse/protobuf.min.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.4.1 (c) 2016, Daniel Wirtz - * Compiled Wed, 04 Jan 2017 12:36:42 UTC + * protobuf.js v6.4.2 (c) 2016, Daniel Wirtz + * Compiled Wed, 04 Jan 2017 17:58:56 UTC * Licensed under the BSD-3-Clause License * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/noparse/protobuf.min.js.gz b/dist/noparse/protobuf.min.js.gz index f79c8afb5..c500fd1ff 100644 Binary files a/dist/noparse/protobuf.min.js.gz and b/dist/noparse/protobuf.min.js.gz differ diff --git a/dist/protobuf.js b/dist/protobuf.js index 97b5b236b..33b5d95d2 100644 --- a/dist/protobuf.js +++ b/dist/protobuf.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.4.1 (c) 2016, Daniel Wirtz - * Compiled Wed, 04 Jan 2017 12:36:42 UTC + * protobuf.js v6.4.2 (c) 2016, Daniel Wirtz + * Compiled Wed, 04 Jan 2017 17:58:56 UTC * Licensed under the BSD-3-Clause License * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/protobuf.min.js b/dist/protobuf.min.js index 495e8b812..037dfdba9 100644 --- a/dist/protobuf.min.js +++ b/dist/protobuf.min.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.4.1 (c) 2016, Daniel Wirtz - * Compiled Wed, 04 Jan 2017 12:36:42 UTC + * protobuf.js v6.4.2 (c) 2016, Daniel Wirtz + * Compiled Wed, 04 Jan 2017 17:58:56 UTC * Licensed under the BSD-3-Clause License * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/protobuf.min.js.gz b/dist/protobuf.min.js.gz index 6a75c6e7d..d264b10e7 100644 Binary files a/dist/protobuf.min.js.gz and b/dist/protobuf.min.js.gz differ diff --git a/dist/runtime/protobuf.js b/dist/runtime/protobuf.js index 6f22167b1..d586d7356 100644 --- a/dist/runtime/protobuf.js +++ b/dist/runtime/protobuf.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.4.1 (c) 2016, Daniel Wirtz - * Compiled Wed, 04 Jan 2017 12:36:42 UTC + * protobuf.js v6.4.2 (c) 2016, Daniel Wirtz + * Compiled Wed, 04 Jan 2017 17:58:56 UTC * Licensed under the BSD-3-Clause License * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/runtime/protobuf.min.js b/dist/runtime/protobuf.min.js index 1c043205d..68e0659b9 100644 --- a/dist/runtime/protobuf.min.js +++ b/dist/runtime/protobuf.min.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.4.1 (c) 2016, Daniel Wirtz - * Compiled Wed, 04 Jan 2017 12:36:42 UTC + * protobuf.js v6.4.2 (c) 2016, Daniel Wirtz + * Compiled Wed, 04 Jan 2017 17:58:56 UTC * Licensed under the BSD-3-Clause License * see: https://github.com/dcodeIO/protobuf.js for details */ diff --git a/dist/runtime/protobuf.min.js.gz b/dist/runtime/protobuf.min.js.gz index 2677f5bb1..cfba086e6 100644 Binary files a/dist/runtime/protobuf.min.js.gz and b/dist/runtime/protobuf.min.js.gz differ diff --git a/package.json b/package.json index 08955d333..fefc68bf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protobufjs", - "version": "6.4.1", + "version": "6.4.2", "description": "Protocol Buffers for JavaScript (& TypeScript).", "author": "Daniel Wirtz ", "license": "BSD-3-Clause", @@ -58,9 +58,9 @@ "@types/long": "^3.0.31" }, "devDependencies": { - "@types/node": "6.0.55", + "@types/node": "6.0.56", "benchmark": "^2.1.3", - "browserify": "^13.1.1", + "browserify": "^13.3.0", "bundle-collapser": "^1.2.1", "chalk": "^1.1.3", "eslint": "^3.12.2", diff --git a/pbjs.png b/pbjs.png index 4088e87fd..106f03b45 100644 Binary files a/pbjs.png and b/pbjs.png differ