protobufjs 7.1.0 → 7.1.2

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
2
  * protobuf.js v7.1.0 (c) 2016, daniel wirtz
3
- * compiled fri, 26 aug 2022 21:49:00 utc
3
+ * compiled thu, 22 sep 2022 17:16:10 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
2
  * protobuf.js v7.1.0 (c) 2016, daniel wirtz
3
- * compiled fri, 26 aug 2022 21:49:00 utc
3
+ * compiled thu, 22 sep 2022 17:16:11 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
2
  * protobuf.js v7.1.0 (c) 2016, daniel wirtz
3
- * compiled fri, 26 aug 2022 21:49:00 utc
3
+ * compiled thu, 22 sep 2022 17:16:10 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -3356,9 +3356,8 @@ Object.defineProperty(Namespace.prototype, "nestedArray", {
3356
3356
  /**
3357
3357
  * Any nested object descriptor.
3358
3358
  * @typedef AnyNestedObject
3359
- * @type {IEnum|IType|IService|AnyExtensionField|INamespace}
3359
+ * @type {IEnum|IType|IService|AnyExtensionField|INamespace|IOneOf}
3360
3360
  */
3361
- // ^ BEWARE: VSCode hangs forever when using more than 5 types (that's why AnyExtensionField exists in the first place)
3362
3361
 
3363
3362
  /**
3364
3363
  * Converts this namespace to a namespace descriptor.