protobufjs 6.8.7 → 6.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v6.8.7 (c) 2016, daniel wirtz
3
- * compiled wed, 18 jul 2018 23:42:34 utc
2
+ * protobuf.js v6.8.8 (c) 2016, daniel wirtz
3
+ * compiled thu, 19 jul 2018 00:33:25 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v6.8.7 (c) 2016, daniel wirtz
3
- * compiled wed, 18 jul 2018 23:42:34 utc
2
+ * protobuf.js v6.8.8 (c) 2016, daniel wirtz
3
+ * compiled thu, 19 jul 2018 00:33:26 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
package/dist/protobuf.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v6.8.7 (c) 2016, daniel wirtz
3
- * compiled wed, 18 jul 2018 23:42:33 utc
2
+ * protobuf.js v6.8.8 (c) 2016, daniel wirtz
3
+ * compiled thu, 19 jul 2018 00:33:25 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -2866,7 +2866,7 @@ var util = require(39);
2866
2866
  * @classdesc Abstract runtime message.
2867
2867
  * @constructor
2868
2868
  * @param {Properties<T>} [properties] Properties to set
2869
- * @template T extends object
2869
+ * @template T extends object = object
2870
2870
  */
2871
2871
  function Message(properties) {
2872
2872
  // not used internally