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 +5 -0
- package/cli/pbts.js +5 -0
- package/dist/light/protobuf.js +3 -3
- package/dist/light/protobuf.js.map +1 -1
- package/dist/light/protobuf.min.js +2 -2
- package/dist/light/protobuf.min.js.map +1 -1
- package/dist/minimal/protobuf.js +2 -2
- package/dist/minimal/protobuf.min.js +2 -2
- package/dist/protobuf.js +3 -3
- package/dist/protobuf.js.map +1 -1
- package/dist/protobuf.min.js +2 -2
- package/dist/protobuf.min.js.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +1 -1
- package/src/message.js +1 -1
package/dist/minimal/protobuf.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* protobuf.js v6.8.
|
|
3
|
-
* compiled
|
|
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.
|
|
3
|
-
* compiled
|
|
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.
|
|
3
|
-
* compiled
|
|
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
|