protobufjs 7.5.3 → 7.5.4

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 v7.5.3 (c) 2016, daniel wirtz
3
- * compiled wed, 28 may 2025 22:23:47 utc
2
+ * protobuf.js v7.5.4 (c) 2016, daniel wirtz
3
+ * compiled fri, 15 aug 2025 23:28:54 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 v7.5.3 (c) 2016, daniel wirtz
3
- * compiled wed, 28 may 2025 22:23:47 utc
2
+ * protobuf.js v7.5.4 (c) 2016, daniel wirtz
3
+ * compiled fri, 15 aug 2025 23:28:55 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 v7.5.3 (c) 2016, daniel wirtz
3
- * compiled wed, 28 may 2025 22:23:47 utc
2
+ * protobuf.js v7.5.4 (c) 2016, daniel wirtz
3
+ * compiled fri, 15 aug 2025 23:28:54 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 v7.5.3 (c) 2016, daniel wirtz
3
- * compiled wed, 28 may 2025 22:23:47 utc
2
+ * protobuf.js v7.5.4 (c) 2016, daniel wirtz
3
+ * compiled fri, 15 aug 2025 23:28:55 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 v7.5.3 (c) 2016, daniel wirtz
3
- * compiled wed, 28 may 2025 22:23:47 utc
2
+ * protobuf.js v7.5.4 (c) 2016, daniel wirtz
3
+ * compiled fri, 15 aug 2025 23:28:54 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 v7.5.3 (c) 2016, daniel wirtz
3
- * compiled wed, 28 may 2025 22:23:47 utc
2
+ * protobuf.js v7.5.4 (c) 2016, daniel wirtz
3
+ * compiled fri, 15 aug 2025 23:28:55 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -588,11 +588,11 @@
588
588
  42,
589
589
  42
590
590
  ],
591
- "php_generic_services",
592
591
  [
593
592
  38,
594
593
  38
595
- ]
594
+ ],
595
+ "php_generic_services"
596
596
  ],
597
597
  "nested": {
598
598
  "OptimizeMode": {
@@ -229,7 +229,8 @@ message FileOptions {
229
229
 
230
230
  extensions 1000 to max;
231
231
 
232
- reserved 42, "php_generic_services", 38;
232
+ reserved 42, 38;
233
+ reserved "php_generic_services";
233
234
  }
234
235
 
235
236
  message MessageOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protobufjs",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "versionScheme": "~",
5
5
  "description": "Protocol Buffers for JavaScript (& TypeScript).",
6
6
  "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",