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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # [6.8.8](https://github.com/dcodeIO/protobuf.js/releases/tag/6.8.8)
2
+
3
+ ## Fixed
4
+ [:hash:](https://github.com/dcodeIO/protobuf.js/commit/3001425b0d896d14188307cd0cc84ce195ad9e04) Persist recent index.d.ts changes in JSDoc<br />
5
+
1
6
  # [6.8.7](https://github.com/dcodeIO/protobuf.js/releases/tag/6.8.7)
2
7
 
3
8
  ## Fixed
package/cli/pbts.js CHANGED
@@ -146,6 +146,11 @@ exports.main = function(args, callback) {
146
146
 
147
147
  function finish() {
148
148
  var output = [];
149
+ if (argv.main)
150
+ output.push(
151
+ "// DO NOT EDIT! This is a generated file. Edit the JSDoc in src/*.js instead and run 'npm run types'.",
152
+ ""
153
+ );
149
154
  if (argv.global)
150
155
  output.push(
151
156
  "export as namespace " + argv.global + ";",
@@ -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
  */
@@ -2451,7 +2451,7 @@ var util = require(35);
2451
2451
  * @classdesc Abstract runtime message.
2452
2452
  * @constructor
2453
2453
  * @param {Properties<T>} [properties] Properties to set
2454
- * @template T extends object
2454
+ * @template T extends object = object
2455
2455
  */
2456
2456
  function Message(properties) {
2457
2457
  // not used internally