node-red-contrib-tak-registration 0.15.0 → 0.16.0

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.
Files changed (59) hide show
  1. package/node_modules/axios/CHANGELOG.md +41 -0
  2. package/node_modules/axios/README.md +19 -19
  3. package/node_modules/axios/dist/axios.js +43 -6
  4. package/node_modules/axios/dist/axios.js.map +1 -1
  5. package/node_modules/axios/dist/axios.min.js +2 -2
  6. package/node_modules/axios/dist/axios.min.js.map +1 -1
  7. package/node_modules/axios/dist/browser/axios.cjs +51 -10
  8. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  9. package/node_modules/axios/dist/esm/axios.js +51 -10
  10. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  11. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  12. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  13. package/node_modules/axios/dist/node/axios.cjs +51 -10
  14. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  15. package/node_modules/axios/index.d.cts +14 -3
  16. package/node_modules/axios/index.d.ts +1 -1
  17. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  18. package/node_modules/axios/lib/core/Axios.js +2 -2
  19. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  20. package/node_modules/axios/lib/env/data.js +1 -1
  21. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  22. package/node_modules/axios/lib/helpers/toFormData.js +4 -0
  23. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  24. package/node_modules/axios/lib/utils.js +36 -0
  25. package/node_modules/axios/package.json +14 -5
  26. package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
  27. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  28. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  29. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  30. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  31. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  32. package/node_modules/fast-xml-parser/package.json +1 -2
  33. package/node_modules/fast-xml-parser/src/cli/cli.js +4 -0
  34. package/node_modules/fast-xml-parser/src/fxp.d.ts +5 -5
  35. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +3 -3
  36. package/node_modules/form-data/CHANGELOG.md +601 -0
  37. package/node_modules/form-data/{Readme.md → README.md} +34 -37
  38. package/node_modules/form-data/lib/browser.js +3 -1
  39. package/node_modules/form-data/lib/form_data.js +126 -135
  40. package/node_modules/form-data/lib/populate.js +5 -5
  41. package/node_modules/form-data/package.json +24 -16
  42. package/node_modules/protobufjs/dist/light/protobuf.js +8 -7
  43. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  44. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  45. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  46. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  47. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  48. package/node_modules/protobufjs/dist/protobuf.js +8 -7
  49. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  50. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  51. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  52. package/node_modules/protobufjs/ext/descriptor/index.js +179 -69
  53. package/node_modules/protobufjs/google/protobuf/descriptor.json +659 -16
  54. package/node_modules/protobufjs/google/protobuf/descriptor.proto +254 -6
  55. package/node_modules/protobufjs/package.json +1 -1
  56. package/node_modules/protobufjs/src/namespace.js +3 -1
  57. package/node_modules/protobufjs/src/root.js +3 -4
  58. package/package.json +5 -5
  59. package/tak-registration.js +6 -4
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.5.2 (c) 2016, daniel wirtz
3
- * compiled wed, 14 may 2025 19:25:30 utc
2
+ * protobuf.js v7.5.3 (c) 2016, daniel wirtz
3
+ * compiled wed, 28 may 2025 22:23:47 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.2 (c) 2016, daniel wirtz
3
- * compiled wed, 14 may 2025 19:25:30 utc
2
+ * protobuf.js v7.5.3 (c) 2016, daniel wirtz
3
+ * compiled wed, 28 may 2025 22:23:47 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.2 (c) 2016, daniel wirtz
3
- * compiled wed, 14 may 2025 19:25:30 utc
2
+ * protobuf.js v7.5.3 (c) 2016, daniel wirtz
3
+ * compiled wed, 28 may 2025 22:23:47 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -3666,6 +3666,8 @@ Namespace.prototype.define = function define(path, json) {
3666
3666
  Namespace.prototype.resolveAll = function resolveAll() {
3667
3667
  if (!this._needsRecursiveResolve) return this;
3668
3668
 
3669
+ this._resolveFeaturesRecursive(this._edition);
3670
+
3669
3671
  var nested = this.nestedArray, i = 0;
3670
3672
  this.resolve();
3671
3673
  while (i < nested.length)
@@ -3722,7 +3724,7 @@ Namespace.prototype.lookup = function lookup(path, filterTypes, parentAlreadyChe
3722
3724
  return this.root.lookup(path.slice(1), filterTypes);
3723
3725
 
3724
3726
  // Early bailout for objects with matching absolute paths
3725
- var found = this.root._fullyQualifiedObjects["." + flatPath];
3727
+ var found = this.root._fullyQualifiedObjects && this.root._fullyQualifiedObjects["." + flatPath];
3726
3728
  if (found && (!filterTypes || filterTypes.indexOf(found.constructor) > -1)) {
3727
3729
  return found;
3728
3730
  }
@@ -6016,9 +6018,6 @@ Root.prototype.load = function load(filename, options, callback) {
6016
6018
 
6017
6019
  // Finishes loading by calling the callback (exactly once)
6018
6020
  function finish(err, root) {
6019
- if (root) {
6020
- root.resolveAll();
6021
- }
6022
6021
  /* istanbul ignore if */
6023
6022
  if (!callback) {
6024
6023
  return;
@@ -6026,6 +6025,9 @@ Root.prototype.load = function load(filename, options, callback) {
6026
6025
  if (sync) {
6027
6026
  throw err;
6028
6027
  }
6028
+ if (root) {
6029
+ root.resolveAll();
6030
+ }
6029
6031
  var cb = callback;
6030
6032
  callback = null;
6031
6033
  cb(err, root);
@@ -6191,7 +6193,6 @@ Root.prototype.resolveAll = function resolveAll() {
6191
6193
  throw Error("unresolvable extensions: " + this.deferred.map(function(field) {
6192
6194
  return "'extend " + field.extend + "' in " + field.parent.fullName;
6193
6195
  }).join(", "));
6194
- this._resolveFeaturesRecursive(this._edition);
6195
6196
  return Namespace.prototype.resolveAll.call(this);
6196
6197
  };
6197
6198