node-red-contrib-tak-registration 0.11.4 → 0.11.6

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 (202) hide show
  1. package/node_modules/@types/node/README.md +1 -1
  2. package/node_modules/@types/node/buffer.d.ts +8 -7
  3. package/node_modules/@types/node/crypto.d.ts +38 -7
  4. package/node_modules/@types/node/dgram.d.ts +10 -0
  5. package/node_modules/@types/node/diagnostics_channel.d.ts +355 -1
  6. package/node_modules/@types/node/fs.d.ts +28 -8
  7. package/node_modules/@types/node/globals.d.ts +26 -0
  8. package/node_modules/@types/node/http.d.ts +6 -7
  9. package/node_modules/@types/node/module.d.ts +14 -0
  10. package/node_modules/@types/node/net.d.ts +8 -3
  11. package/node_modules/@types/node/package.json +3 -4
  12. package/node_modules/@types/node/perf_hooks.d.ts +12 -6
  13. package/node_modules/@types/node/process.d.ts +25 -3
  14. package/node_modules/@types/node/querystring.d.ts +3 -3
  15. package/node_modules/@types/node/stream/web.d.ts +17 -1
  16. package/node_modules/@types/node/string_decoder.d.ts +2 -2
  17. package/node_modules/@types/node/test.d.ts +98 -15
  18. package/node_modules/@types/node/tls.d.ts +1 -1
  19. package/node_modules/@types/node/ts4.8/buffer.d.ts +8 -7
  20. package/node_modules/@types/node/ts4.8/crypto.d.ts +41 -9
  21. package/node_modules/@types/node/ts4.8/dgram.d.ts +10 -0
  22. package/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +355 -1
  23. package/node_modules/@types/node/ts4.8/fs.d.ts +28 -8
  24. package/node_modules/@types/node/ts4.8/globals.d.ts +26 -0
  25. package/node_modules/@types/node/ts4.8/http.d.ts +6 -7
  26. package/node_modules/@types/node/ts4.8/module.d.ts +14 -0
  27. package/node_modules/@types/node/ts4.8/net.d.ts +8 -3
  28. package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +13 -7
  29. package/node_modules/@types/node/ts4.8/process.d.ts +25 -3
  30. package/node_modules/@types/node/ts4.8/querystring.d.ts +3 -3
  31. package/node_modules/@types/node/ts4.8/stream/web.d.ts +17 -1
  32. package/node_modules/@types/node/ts4.8/string_decoder.d.ts +2 -2
  33. package/node_modules/@types/node/ts4.8/test.d.ts +98 -15
  34. package/node_modules/@types/node/ts4.8/tls.d.ts +1 -1
  35. package/node_modules/@types/node/ts4.8/url.d.ts +59 -42
  36. package/node_modules/@types/node/ts4.8/util.d.ts +1 -1
  37. package/node_modules/@types/node/ts4.8/v8.d.ts +134 -5
  38. package/node_modules/@types/node/ts4.8/wasi.d.ts +26 -5
  39. package/node_modules/@types/node/url.d.ts +59 -42
  40. package/node_modules/@types/node/v8.d.ts +134 -5
  41. package/node_modules/@types/node/wasi.d.ts +26 -5
  42. package/node_modules/axios/CHANGELOG.md +53 -0
  43. package/node_modules/axios/README.md +47 -5
  44. package/node_modules/axios/dist/axios.js +368 -4
  45. package/node_modules/axios/dist/axios.js.map +1 -1
  46. package/node_modules/axios/dist/axios.min.js +1 -1
  47. package/node_modules/axios/dist/axios.min.js.map +1 -1
  48. package/node_modules/axios/dist/browser/axios.cjs +28 -4
  49. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  50. package/node_modules/axios/dist/esm/axios.js +28 -4
  51. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  52. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  53. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  54. package/node_modules/axios/dist/node/axios.cjs +34 -6
  55. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  56. package/node_modules/axios/index.d.cts +1 -1
  57. package/node_modules/axios/index.d.ts +1 -1
  58. package/node_modules/axios/lib/adapters/http.js +6 -2
  59. package/node_modules/axios/lib/core/Axios.js +22 -1
  60. package/node_modules/axios/lib/env/data.js +1 -1
  61. package/node_modules/axios/lib/helpers/combineURLs.js +1 -1
  62. package/node_modules/axios/lib/helpers/formDataToJSON.js +3 -0
  63. package/node_modules/axios/package.json +2 -2
  64. package/node_modules/call-bind/CHANGELOG.md +16 -0
  65. package/node_modules/call-bind/index.js +2 -11
  66. package/node_modules/call-bind/package.json +11 -6
  67. package/node_modules/define-data-property/CHANGELOG.md +29 -0
  68. package/node_modules/define-data-property/index.d.ts +12 -3
  69. package/node_modules/define-data-property/index.js +4 -16
  70. package/node_modules/define-data-property/package.json +26 -33
  71. package/node_modules/define-data-property/test/index.js +10 -10
  72. package/node_modules/es-define-property/.eslintrc +13 -0
  73. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  74. package/node_modules/es-define-property/.nycrc +9 -0
  75. package/node_modules/es-define-property/CHANGELOG.md +15 -0
  76. package/node_modules/es-define-property/LICENSE +21 -0
  77. package/node_modules/es-define-property/README.md +49 -0
  78. package/node_modules/es-define-property/index.d.ts +3 -0
  79. package/node_modules/es-define-property/index.js +16 -0
  80. package/node_modules/es-define-property/package.json +81 -0
  81. package/node_modules/es-define-property/test/index.js +55 -0
  82. package/node_modules/es-define-property/tsconfig.json +50 -0
  83. package/node_modules/es-errors/.eslintrc +5 -0
  84. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  85. package/node_modules/es-errors/CHANGELOG.md +40 -0
  86. package/node_modules/es-errors/LICENSE +21 -0
  87. package/node_modules/es-errors/README.md +55 -0
  88. package/node_modules/es-errors/eval.d.ts +3 -0
  89. package/node_modules/es-errors/eval.js +4 -0
  90. package/node_modules/es-errors/index.d.ts +3 -0
  91. package/node_modules/es-errors/index.js +4 -0
  92. package/node_modules/es-errors/package.json +80 -0
  93. package/node_modules/es-errors/range.d.ts +3 -0
  94. package/node_modules/es-errors/range.js +4 -0
  95. package/node_modules/es-errors/ref.d.ts +3 -0
  96. package/node_modules/es-errors/ref.js +4 -0
  97. package/node_modules/es-errors/syntax.d.ts +3 -0
  98. package/node_modules/es-errors/syntax.js +4 -0
  99. package/node_modules/es-errors/test/index.js +19 -0
  100. package/node_modules/es-errors/tsconfig.json +49 -0
  101. package/node_modules/es-errors/type.d.ts +3 -0
  102. package/node_modules/es-errors/type.js +4 -0
  103. package/node_modules/es-errors/uri.d.ts +3 -0
  104. package/node_modules/es-errors/uri.js +4 -0
  105. package/node_modules/fast-xml-parser/CHANGELOG.md +3 -0
  106. package/node_modules/fast-xml-parser/README.md +2 -1
  107. package/node_modules/fast-xml-parser/package.json +4 -1
  108. package/node_modules/fast-xml-parser/src/fxp.d.ts +363 -69
  109. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +5 -5
  110. package/node_modules/follow-redirects/index.js +114 -75
  111. package/node_modules/follow-redirects/package.json +1 -1
  112. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  113. package/node_modules/get-intrinsic/index.js +15 -7
  114. package/node_modules/get-intrinsic/package.json +12 -12
  115. package/node_modules/has-property-descriptors/CHANGELOG.md +8 -0
  116. package/node_modules/has-property-descriptors/index.js +3 -14
  117. package/node_modules/has-property-descriptors/package.json +5 -5
  118. package/node_modules/has-proto/CHANGELOG.md +15 -0
  119. package/node_modules/has-proto/index.d.ts +3 -0
  120. package/node_modules/has-proto/index.js +5 -1
  121. package/node_modules/has-proto/package.json +9 -5
  122. package/node_modules/has-proto/tsconfig.json +49 -0
  123. package/node_modules/has-tostringtag/.eslintrc +0 -6
  124. package/node_modules/has-tostringtag/.nycrc +13 -0
  125. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  126. package/node_modules/has-tostringtag/index.d.ts +3 -0
  127. package/node_modules/has-tostringtag/index.js +1 -0
  128. package/node_modules/has-tostringtag/package.json +37 -13
  129. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  130. package/node_modules/has-tostringtag/shams.js +1 -0
  131. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  132. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  133. package/node_modules/has-tostringtag/test/tests.js +2 -1
  134. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  135. package/node_modules/hasown/CHANGELOG.md +8 -0
  136. package/node_modules/hasown/index.d.ts +3 -3
  137. package/node_modules/hasown/index.js +1 -1
  138. package/node_modules/hasown/package.json +13 -15
  139. package/node_modules/polygon-clipping/README.md +29 -26
  140. package/node_modules/polygon-clipping/dist/polygon-clipping.cjs.js +1398 -1421
  141. package/node_modules/polygon-clipping/dist/polygon-clipping.d.ts +13 -10
  142. package/node_modules/polygon-clipping/dist/polygon-clipping.esm.js +1139 -1427
  143. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.js +1770 -1831
  144. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js +22 -8
  145. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js.map +1 -1
  146. package/node_modules/polygon-clipping/node_modules/robust-predicates/LICENSE +24 -0
  147. package/node_modules/polygon-clipping/node_modules/robust-predicates/README.md +82 -0
  148. package/node_modules/polygon-clipping/node_modules/robust-predicates/esm/incircle.js +765 -0
  149. package/node_modules/polygon-clipping/node_modules/robust-predicates/esm/insphere.js +766 -0
  150. package/node_modules/polygon-clipping/node_modules/robust-predicates/esm/orient2d.js +184 -0
  151. package/node_modules/polygon-clipping/node_modules/robust-predicates/esm/orient3d.js +462 -0
  152. package/node_modules/polygon-clipping/node_modules/robust-predicates/esm/util.js +138 -0
  153. package/node_modules/polygon-clipping/node_modules/robust-predicates/index.d.ts +49 -0
  154. package/node_modules/polygon-clipping/node_modules/robust-predicates/index.js +5 -0
  155. package/node_modules/polygon-clipping/node_modules/robust-predicates/package.json +75 -0
  156. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/incircle.js +908 -0
  157. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/incircle.min.js +1 -0
  158. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/insphere.js +914 -0
  159. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/insphere.min.js +1 -0
  160. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/orient2d.js +280 -0
  161. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/orient2d.min.js +1 -0
  162. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/orient3d.js +601 -0
  163. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/orient3d.min.js +1 -0
  164. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/predicates.js +2328 -0
  165. package/node_modules/polygon-clipping/node_modules/robust-predicates/umd/predicates.min.js +1 -0
  166. package/node_modules/polygon-clipping/package.json +30 -25
  167. package/node_modules/protobufjs/dist/light/protobuf.js +4 -4
  168. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  169. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  170. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  171. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  172. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  173. package/node_modules/protobufjs/dist/protobuf.js +4 -4
  174. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  175. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  176. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  177. package/node_modules/protobufjs/package.json +1 -1
  178. package/node_modules/protobufjs/src/root.js +2 -2
  179. package/node_modules/regexp.prototype.flags/CHANGELOG.md +13 -0
  180. package/node_modules/regexp.prototype.flags/implementation.js +2 -2
  181. package/node_modules/regexp.prototype.flags/package.json +11 -10
  182. package/node_modules/regexp.prototype.flags/test/tests.js +13 -13
  183. package/node_modules/set-function-length/CHANGELOG.md +18 -0
  184. package/node_modules/set-function-length/env.d.ts +6 -0
  185. package/node_modules/set-function-length/env.d.ts.map +1 -0
  186. package/node_modules/set-function-length/env.js +9 -4
  187. package/node_modules/set-function-length/index.d.ts +7 -0
  188. package/node_modules/set-function-length/index.d.ts.map +1 -0
  189. package/node_modules/set-function-length/index.js +6 -3
  190. package/node_modules/set-function-length/package.json +33 -13
  191. package/node_modules/set-function-length/tsconfig.json +59 -0
  192. package/node_modules/set-function-name/.eslintrc +1 -0
  193. package/node_modules/set-function-name/CHANGELOG.md +9 -0
  194. package/node_modules/set-function-name/index.d.ts +5 -0
  195. package/node_modules/set-function-name/index.js +4 -3
  196. package/node_modules/set-function-name/package.json +28 -9
  197. package/node_modules/set-function-name/tsconfig.json +59 -0
  198. package/package.json +4 -4
  199. package/tak-ingest.js +15 -7
  200. package/node_modules/define-data-property/index.d.ts.map +0 -1
  201. package/node_modules/hasown/index.d.ts.map +0 -1
  202. package/node_modules/polygon-clipping/CHANGELOG.md +0 -129
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protobufjs",
3
- "version": "7.2.5",
3
+ "version": "7.2.6",
4
4
  "versionScheme": "~",
5
5
  "description": "Protocol Buffers for JavaScript (& TypeScript).",
6
6
  "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
@@ -98,10 +98,10 @@ Root.prototype.load = function load(filename, options, callback) {
98
98
  /* istanbul ignore if */
99
99
  if (!callback)
100
100
  return;
101
- var cb = callback;
102
- callback = null;
103
101
  if (sync)
104
102
  throw err;
103
+ var cb = callback;
104
+ callback = null;
105
105
  cb(err, root);
106
106
  }
107
107
 
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.5.2](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.5.1...v1.5.2) - 2024-02-11
9
+
10
+ ### Commits
11
+
12
+ - [Tests] increase coverage [`c692c88`](https://github.com/es-shims/RegExp.prototype.flags/commit/c692c88e073f6d17fc5b6b1c740ef1ecb433eb4b)
13
+ - [Dev Deps] use `hasown` instead of `has` [`fb5b350`](https://github.com/es-shims/RegExp.prototype.flags/commit/fb5b350122507e4bec68fb417a46f07d062caf77)
14
+ - [Dev Deps] update `aud`, `hasown`, `npmignore`, `tape` [`fd0ddd9`](https://github.com/es-shims/RegExp.prototype.flags/commit/fd0ddd9c837c0a8066de37a41eb4f83310f15a57)
15
+ - [Deps] update `call-bind`, `define-properties`, `set-function-name` [`ca53f66`](https://github.com/es-shims/RegExp.prototype.flags/commit/ca53f662549b2fbff61323a6d2aa9af15a6c836b)
16
+ - [Dev Deps] update `object-inspect`, `tape` [`4491680`](https://github.com/es-shims/RegExp.prototype.flags/commit/449168010d4d63a2cd854dcec9f37efacda19082)
17
+ - [Refactor] use `es-errors` [`1d03d22`](https://github.com/es-shims/RegExp.prototype.flags/commit/1d03d225327008aeb6b4b501a4720318d717621e)
18
+ - [Fix] properly check for a non-object receiver [`024d442`](https://github.com/es-shims/RegExp.prototype.flags/commit/024d4421edd8922f9acbac35afcfe69a8a3db6a9)
19
+ - [Deps] update `call-bind` [`f222ce0`](https://github.com/es-shims/RegExp.prototype.flags/commit/f222ce0925a7431d1d3dd113d803746f07e1175d)
20
+
8
21
  ## [v1.5.1](https://github.com/es-shims/RegExp.prototype.flags/compare/v1.5.0...v1.5.1) - 2023-09-12
9
22
 
10
23
  ### Commits
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
3
  var setFunctionName = require('set-function-name');
4
+ var $TypeError = require('es-errors/type');
4
5
 
5
6
  var $Object = Object;
6
- var $TypeError = TypeError;
7
7
 
8
8
  module.exports = setFunctionName(function flags() {
9
- if (this != null && this !== $Object(this)) {
9
+ if (this == null || this !== $Object(this)) {
10
10
  throw new $TypeError('RegExp.prototype.flags getter called on non-object');
11
11
  }
12
12
  var result = '';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "regexp.prototype.flags",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "author": "Jordan Harband <ljharb@gmail.com>",
5
5
  "funding": {
6
6
  "url": "https://github.com/sponsors/ljharb"
@@ -40,29 +40,30 @@
40
40
  "es-shim API"
41
41
  ],
42
42
  "dependencies": {
43
- "call-bind": "^1.0.2",
44
- "define-properties": "^1.2.0",
45
- "set-function-name": "^2.0.0"
43
+ "call-bind": "^1.0.6",
44
+ "define-properties": "^1.2.1",
45
+ "es-errors": "^1.3.0",
46
+ "set-function-name": "^2.0.1"
46
47
  },
47
48
  "devDependencies": {
48
49
  "@es-shims/api": "^2.4.2",
49
50
  "@ljharb/eslint-config": "^21.1.0",
50
- "aud": "^2.0.3",
51
+ "aud": "^2.0.4",
51
52
  "auto-changelog": "^2.4.0",
52
53
  "available-regexp-flags": "^1.0.2",
53
- "covert": "^1.1.1",
54
54
  "eclint": "^2.8.1",
55
+ "es-value-fixtures": "^1.4.2",
55
56
  "eslint": "=8.8.0",
56
57
  "for-each": "^0.3.3",
57
58
  "functions-have-names": "^1.2.3",
58
- "has": "^1.0.3",
59
59
  "has-strict-mode": "^1.0.1",
60
+ "hasown": "^2.0.1",
60
61
  "in-publish": "^2.0.1",
61
- "npmignore": "^0.3.0",
62
+ "npmignore": "^0.3.1",
62
63
  "nyc": "^10.3.2",
63
- "object-inspect": "^1.12.3",
64
+ "object-inspect": "^1.13.1",
64
65
  "safe-publish-latest": "^2.0.0",
65
- "tape": "^5.6.6"
66
+ "tape": "^5.7.4"
66
67
  },
67
68
  "testling": {
68
69
  "files": "test/index.js",
@@ -1,8 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var has = require('has');
3
+ var hasOwn = require('hasown');
4
4
  var inspect = require('object-inspect');
5
5
  var supportsDescriptors = require('define-properties').supportsDescriptors;
6
+ var v = require('es-value-fixtures');
6
7
 
7
8
  var forEach = require('for-each');
8
9
  var availableFlags = require('available-regexp-flags');
@@ -19,6 +20,14 @@ var getRegexLiteral = function (stringRegex) {
19
20
  };
20
21
 
21
22
  module.exports = function runTests(flags, t) {
23
+ forEach(v.primitives, function (nonObject) {
24
+ t['throws'](
25
+ function () { flags(nonObject); },
26
+ TypeError,
27
+ 'throws when called with a non-object receiver: ' + inspect(nonObject)
28
+ );
29
+ });
30
+
22
31
  t.equal(flags(/a/g), 'g', 'flags(/a/g) !== "g"');
23
32
  t.equal(flags(/a/gmi), 'gim', 'flags(/a/gmi) !== "gim"');
24
33
  t.equal(flags(new RegExp('a', 'gmi')), 'gim', 'flags(new RegExp("a", "gmi")) !== "gim"');
@@ -38,13 +47,13 @@ module.exports = function runTests(flags, t) {
38
47
  st.equal(flags(/a/gim), 'gim', 'flags(/a/gim) !== "gim"');
39
48
  st.equal(flags(/a/mig), 'gim', 'flags(/a/mig) !== "gim"');
40
49
  st.equal(flags(/a/mgi), 'gim', 'flags(/a/mgi) !== "gim"');
41
- if (has(RegExp.prototype, 'sticky')) {
50
+ if (hasOwn(RegExp.prototype, 'sticky')) {
42
51
  st.equal(flags(getRegexLiteral('/a/gyim')), 'gimy', 'flags(/a/gyim) !== "gimy"');
43
52
  }
44
- if (has(RegExp.prototype, 'unicode')) {
53
+ if (hasOwn(RegExp.prototype, 'unicode')) {
45
54
  st.equal(flags(getRegexLiteral('/a/ugmi')), 'gimu', 'flags(/a/ugmi) !== "gimu"');
46
55
  }
47
- if (has(RegExp.prototype, 'dotAll')) {
56
+ if (hasOwn(RegExp.prototype, 'dotAll')) {
48
57
  st.equal(flags(getRegexLiteral('/a/sgmi')), 'gims', 'flags(/a/sgmi) !== "gims"');
49
58
  }
50
59
 
@@ -85,15 +94,6 @@ module.exports = function runTests(flags, t) {
85
94
  st.end();
86
95
  });
87
96
 
88
- t.test('throws properly', function (st) {
89
- var nonObjects = ['', false, true, 42, NaN, null, undefined];
90
- st.plan(nonObjects.length);
91
- var throwsOnNonObject = function (nonObject) {
92
- st['throws'](flags.bind(null, nonObject), TypeError, inspect(nonObject) + ' is not an Object');
93
- };
94
- nonObjects.forEach(throwsOnNonObject);
95
- });
96
-
97
97
  t.test('getters', { skip: !supportsDescriptors }, function (st) {
98
98
  /* eslint getter-return: 0 */
99
99
  var calls = '';
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.2.1](https://github.com/ljharb/set-function-length/compare/v1.2.0...v1.2.1) - 2024-02-06
9
+
10
+ ### Commits
11
+
12
+ - [Dev Deps] update `call-bind`, `tape`, `typescript` [`d9a4601`](https://github.com/ljharb/set-function-length/commit/d9a460199c4c1fa37da9ebe055e2c884128f0738)
13
+ - [Deps] update `define-data-property`, `get-intrinsic` [`38d39ae`](https://github.com/ljharb/set-function-length/commit/38d39aed13a757ed36211d5b0437b88485090c6b)
14
+ - [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`b4bfe5a`](https://github.com/ljharb/set-function-length/commit/b4bfe5ae0953b906d55b85f867eca5e7f673ebf4)
15
+
16
+ ## [v1.2.0](https://github.com/ljharb/set-function-length/compare/v1.1.1...v1.2.0) - 2024-01-14
17
+
18
+ ### Commits
19
+
20
+ - [New] add types [`f6d9088`](https://github.com/ljharb/set-function-length/commit/f6d9088b9283a3112b21c6776e8bef6d1f30558a)
21
+ - [Fix] ensure `env` properties are always booleans [`0c42f84`](https://github.com/ljharb/set-function-length/commit/0c42f84979086389b3229e1b4272697fd352275a)
22
+ - [Dev Deps] update `aud`, `call-bind`, `npmignore`, `tape` [`2b75f75`](https://github.com/ljharb/set-function-length/commit/2b75f75468093a4bb8ce8ca989b2edd2e80d95d1)
23
+ - [Deps] update `get-intrinsic`, `has-property-descriptors` [`19bf0fc`](https://github.com/ljharb/set-function-length/commit/19bf0fc4ffaa5ad425acbfa150516be9f3b6263a)
24
+ - [meta] add `sideEffects` flag [`8bb9b78`](https://github.com/ljharb/set-function-length/commit/8bb9b78c11c621123f725c9470222f43466c01d0)
25
+
8
26
  ## [v1.1.1](https://github.com/ljharb/set-function-length/compare/v1.1.0...v1.1.1) - 2023-10-19
9
27
 
10
28
  ### Fixed
@@ -0,0 +1,6 @@
1
+ export var boundFnsHaveConfigurableLengths: boolean;
2
+ export var boundFnsHaveWritableLengths: boolean;
3
+ export var functionsHaveConfigurableLengths: boolean;
4
+ export var functionsHaveWritableLengths: boolean;
5
+ export declare let __proto__: null;
6
+ //# sourceMappingURL=env.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"env.d.ts","sourceRoot":"","sources":["env.js"],"names":[],"mappings":"AAaA,oDAAsE;AAEtE,gDAA8D;AAN9D,qDAA2E;AAE3E,iDAAmE"}
@@ -1,14 +1,19 @@
1
1
  'use strict';
2
2
 
3
3
  var gOPD = require('gopd');
4
+ var bind = require('function-bind');
4
5
 
5
- var functionsHaveConfigurableLengths = gOPD && gOPD(function () {}, 'length').configurable;
6
+ var unbound = gOPD && gOPD(function () {}, 'length');
7
+ // @ts-expect-error ts(2555) TS is overly strict with .call
8
+ var bound = gOPD && gOPD(bind.call(function () {}), 'length');
6
9
 
7
- var functionsHaveWritableLengths = gOPD && gOPD(function () {}, 'length').writable;
10
+ var functionsHaveConfigurableLengths = !!(unbound && unbound.configurable);
8
11
 
9
- var boundFnsHaveConfigurableLengths = gOPD && gOPD(function () {}.bind(), 'length').configurable;
12
+ var functionsHaveWritableLengths = !!(unbound && unbound.writable);
10
13
 
11
- var boundFnsHaveWritableLengths = gOPD && gOPD(function () {}.bind(), 'length').writable;
14
+ var boundFnsHaveConfigurableLengths = !!(bound && bound.configurable);
15
+
16
+ var boundFnsHaveWritableLengths = !!(bound && bound.writable);
12
17
 
13
18
  module.exports = {
14
19
  __proto__: null,
@@ -0,0 +1,7 @@
1
+ declare namespace _exports {
2
+ export { Func };
3
+ }
4
+ declare const _exports: <T extends Func = Func>(fn: T, length: number, loose?: boolean) => T;
5
+ export = _exports;
6
+ type Func = (...args: unknown[]) => unknown;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":";;;+DAYkD,MAAM,UAAU,OAAO;;sBAFjD,OAAO,EAAE,KAAK,OAAO"}
@@ -5,9 +5,12 @@ var define = require('define-data-property');
5
5
  var hasDescriptors = require('has-property-descriptors')();
6
6
  var gOPD = require('gopd');
7
7
 
8
- var $TypeError = GetIntrinsic('%TypeError%');
8
+ var $TypeError = require('es-errors/type');
9
9
  var $floor = GetIntrinsic('%Math.floor%');
10
10
 
11
+ /** @typedef {(...args: unknown[]) => unknown} Func */
12
+
13
+ /** @type {<T extends Func = Func>(fn: T, length: number, loose?: boolean) => T} */
11
14
  module.exports = function setFunctionLength(fn, length) {
12
15
  if (typeof fn !== 'function') {
13
16
  throw new $TypeError('`fn` is not a function');
@@ -32,9 +35,9 @@ module.exports = function setFunctionLength(fn, length) {
32
35
 
33
36
  if (functionLengthIsConfigurable || functionLengthIsWritable || !loose) {
34
37
  if (hasDescriptors) {
35
- define(fn, 'length', length, true, true);
38
+ define(/** @type {Parameters<define>[0]} */ (fn), 'length', length, true, true);
36
39
  } else {
37
- define(fn, 'length', length);
40
+ define(/** @type {Parameters<define>[0]} */ (fn), 'length', length);
38
41
  }
39
42
  }
40
43
  return fn;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "set-function-length",
3
- "version": "1.1.1",
3
+ "version": "1.2.1",
4
4
  "description": "Set a function's length property",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -8,15 +8,21 @@
8
8
  "./env": "./env.js",
9
9
  "./package.json": "./package.json"
10
10
  },
11
+ "sideEffects": false,
11
12
  "directories": {
12
13
  "test": "test"
13
14
  },
14
15
  "scripts": {
15
- "prepack": "npmignore --auto --commentLines=autogenerated",
16
+ "prepack": "npmignore --auto --commentLines=autogenerated && npm run emit",
16
17
  "prepublish": "not-in-publish || npm run prepublishOnly",
17
18
  "prepublishOnly": "safe-publish-latest",
19
+ "tsc": "tsc -p .",
20
+ "preemit": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
21
+ "emit": "npm run tsc -- --noEmit false --emitDeclarationOnly",
22
+ "postemit": "rm test/*.ts test/*.ts.map",
18
23
  "prelint": "evalmd README.md",
19
24
  "lint": "eslint --ext=js,mjs .",
25
+ "postlint": "npm run tsc",
20
26
  "pretest": "npm run lint",
21
27
  "tests-only": "nyc tape 'test/**/*.js'",
22
28
  "test": "npm run tests-only",
@@ -42,27 +48,39 @@
42
48
  "url": "https://github.com/ljharb/set-function-length/issues"
43
49
  },
44
50
  "homepage": "https://github.com/ljharb/set-function-length#readme",
51
+ "dependencies": {
52
+ "define-data-property": "^1.1.2",
53
+ "es-errors": "^1.3.0",
54
+ "function-bind": "^1.1.2",
55
+ "get-intrinsic": "^1.2.3",
56
+ "gopd": "^1.0.1",
57
+ "has-property-descriptors": "^1.0.1"
58
+ },
45
59
  "devDependencies": {
46
60
  "@ljharb/eslint-config": "^21.1.0",
47
- "aud": "^2.0.3",
61
+ "@types/call-bind": "^1.0.5",
62
+ "@types/define-properties": "^1.1.5",
63
+ "@types/es-value-fixtures": "^1.4.4",
64
+ "@types/for-each": "^0.3.3",
65
+ "@types/function-bind": "^1.1.10",
66
+ "@types/gopd": "^1.0.3",
67
+ "@types/has-property-descriptors": "^1.0.3",
68
+ "@types/object-inspect": "^1.8.4",
69
+ "@types/tape": "^5.6.4",
70
+ "aud": "^2.0.4",
48
71
  "auto-changelog": "^2.4.0",
49
- "call-bind": "^1.0.4",
72
+ "call-bind": "^1.0.6",
50
73
  "es-value-fixtures": "^1.4.2",
51
74
  "eslint": "=8.8.0",
52
75
  "evalmd": "^0.0.19",
53
76
  "for-each": "^0.3.3",
54
77
  "in-publish": "^2.0.1",
55
- "npmignore": "^0.3.0",
78
+ "npmignore": "^0.3.1",
56
79
  "nyc": "^10.3.2",
57
80
  "object-inspect": "^1.13.1",
58
81
  "safe-publish-latest": "^2.0.0",
59
- "tape": "^5.7.1"
60
- },
61
- "dependencies": {
62
- "define-data-property": "^1.1.1",
63
- "get-intrinsic": "^1.2.1",
64
- "gopd": "^1.0.1",
65
- "has-property-descriptors": "^1.0.0"
82
+ "tape": "^5.7.4",
83
+ "typescript": "next"
66
84
  },
67
85
  "engines": {
68
86
  "node": ">= 0.4"
@@ -78,7 +96,9 @@
78
96
  "publishConfig": {
79
97
  "ignore": [
80
98
  ".github/workflows",
81
- "test"
99
+ "test",
100
+ "!*.d.ts",
101
+ "!*.d.ts.map"
82
102
  ]
83
103
  }
84
104
  }
@@ -0,0 +1,59 @@
1
+ {
2
+ "compilerOptions": {
3
+ /* Visit https://aka.ms/tsconfig to read more about this file */
4
+
5
+ /* Projects */
6
+
7
+ /* Language and Environment */
8
+ "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
9
+ // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
10
+ // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
11
+ "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
12
+ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
13
+
14
+ /* Modules */
15
+ "module": "commonjs", /* Specify what module code is generated. */
16
+ // "rootDir": "./", /* Specify the root folder within your source files. */
17
+ // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
18
+ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
19
+ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
20
+ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
21
+ "typeRoots": ["types"], /* Specify multiple folders that act like './node_modules/@types'. */
22
+ "resolveJsonModule": true, /* Enable importing .json files. */
23
+
24
+ /* JavaScript Support */
25
+ "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
26
+ "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
27
+ "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
28
+
29
+ /* Emit */
30
+ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
31
+ "declarationMap": true, /* Create sourcemaps for d.ts files. */
32
+ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
33
+ "noEmit": true, /* Disable emitting files from a compilation. */
34
+
35
+ /* Interop Constraints */
36
+ "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
37
+ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
38
+ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
39
+
40
+ /* Type Checking */
41
+ "strict": true, /* Enable all strict type-checking options. */
42
+ "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
43
+ "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
44
+ "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
45
+ "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
46
+ "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
47
+ "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
48
+ "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
49
+ "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
50
+ "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
51
+ // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
52
+
53
+ /* Completeness */
54
+ // "skipLibCheck": true /* Skip type checking all .d.ts files. */
55
+ },
56
+ "exclude": [
57
+ "coverage"
58
+ ]
59
+ }
@@ -5,6 +5,7 @@
5
5
 
6
6
  "rules": {
7
7
  "id-length": "off",
8
+ "no-extra-parens": "off",
8
9
  },
9
10
 
10
11
  "overrides": [
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v2.0.2](https://github.com/jfsiii/set-function-name/compare/v2.0.1...v2.0.2) - 2024-02-19
9
+
10
+ ### Commits
11
+
12
+ - [meta] add types [`ae747cd`](https://github.com/jfsiii/set-function-name/commit/ae747cdcf4a986e6974a375be8ec04dd7565f0bd)
13
+ - [Dev Deps] update `aud`, `npmignore`, `object-inspect`, `tape` [`01aafcb`](https://github.com/jfsiii/set-function-name/commit/01aafcb82e4df653fcbd666ce4f256c06f70d94e)
14
+ - [Deps] update `define-data-property`, `has-property-descriptors` [`0ef6338`](https://github.com/jfsiii/set-function-name/commit/0ef6338fac84f63c2445855778bfd9271ae048cb)
15
+ - [Refactor] use `es-errors` [`0b23e87`](https://github.com/jfsiii/set-function-name/commit/0b23e878a16c959bd8b1aa7152d65818dd90578c)
16
+
8
17
  ## [v2.0.1](https://github.com/jfsiii/set-function-name/compare/v2.0.0...v2.0.1) - 2023-09-13
9
18
 
10
19
  ### Commits
@@ -0,0 +1,5 @@
1
+ type Func = (...args: unknown[]) => unknown;
2
+
3
+ declare function setFunctionName<T extends Func = Func>(fn: T, name: string, loose?: boolean): T;
4
+
5
+ export = setFunctionName;
@@ -4,8 +4,9 @@ var define = require('define-data-property');
4
4
  var hasDescriptors = require('has-property-descriptors')();
5
5
  var functionsHaveConfigurableNames = require('functions-have-names').functionsHaveConfigurableNames();
6
6
 
7
- var $TypeError = TypeError;
7
+ var $TypeError = require('es-errors/type');
8
8
 
9
+ /** @type {import('.')} */
9
10
  module.exports = function setFunctionName(fn, name) {
10
11
  if (typeof fn !== 'function') {
11
12
  throw new $TypeError('`fn` is not a function');
@@ -13,9 +14,9 @@ module.exports = function setFunctionName(fn, name) {
13
14
  var loose = arguments.length > 2 && !!arguments[2];
14
15
  if (!loose || functionsHaveConfigurableNames) {
15
16
  if (hasDescriptors) {
16
- define(fn, 'name', name, true, true);
17
+ define(/** @type {Parameters<define>[0]} */ (fn), 'name', name, true, true);
17
18
  } else {
18
- define(fn, 'name', name);
19
+ define(/** @type {Parameters<define>[0]} */ (fn), 'name', name);
19
20
  }
20
21
  }
21
22
  return fn;
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "set-function-name",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Set a function's name property",
5
5
  "main": "index.js",
6
+ "types": "./index.d.ts",
6
7
  "directories": {
7
8
  "test": "test"
8
9
  },
@@ -10,8 +11,9 @@
10
11
  "prepack": "npmignore --auto --commentLines=autogenerated",
11
12
  "prepublish": "not-in-publish || npm run prepublishOnly",
12
13
  "prepublishOnly": "safe-publish-latest",
14
+ "prelint": "evalmd README.md",
13
15
  "lint": "eslint --ext=js,mjs .",
14
- "postlint": "evalmd README.md",
16
+ "postlint": "tsc -p .",
15
17
  "pretest": "npm run lint",
16
18
  "tests-only": "tape 'test/**/*.js'",
17
19
  "test": "npm run tests-only",
@@ -38,7 +40,20 @@
38
40
  "homepage": "https://github.com/ljharb/set-function-name#readme",
39
41
  "devDependencies": {
40
42
  "@ljharb/eslint-config": "^21.1.0",
41
- "aud": "^2.0.3",
43
+ "@types/call-bind": "^1.0.5",
44
+ "@types/define-properties": "^1.1.5",
45
+ "@types/es-value-fixtures": "^1.4.4",
46
+ "@types/for-each": "^0.3.3",
47
+ "@types/function.prototype.name": "^1.1.3",
48
+ "@types/functions-have-names": "^1.2.2",
49
+ "@types/has-property-descriptors": "^1.0.3",
50
+ "@types/make-arrow-function": "^1.2.2",
51
+ "@types/make-async-function": "^1.0.2",
52
+ "@types/make-async-generator-function": "^1.0.3",
53
+ "@types/make-generator-function": "^2.0.3",
54
+ "@types/object-inspect": "^1.8.4",
55
+ "@types/tape": "^5.6.4",
56
+ "aud": "^2.0.4",
42
57
  "auto-changelog": "^2.4.0",
43
58
  "es-value-fixtures": "^1.4.2",
44
59
  "eslint": "=8.8.0",
@@ -50,15 +65,17 @@
50
65
  "make-async-function": "^1.0.0",
51
66
  "make-async-generator-function": "^1.0.0",
52
67
  "make-generator-function": "^2.0.0",
53
- "npmignore": "^0.3.0",
54
- "object-inspect": "^1.12.3",
68
+ "npmignore": "^0.3.1",
69
+ "object-inspect": "^1.13.1",
55
70
  "safe-publish-latest": "^2.0.0",
56
- "tape": "^5.6.6"
71
+ "tape": "^5.7.5",
72
+ "typescript": "next"
57
73
  },
58
74
  "dependencies": {
59
- "define-data-property": "^1.0.1",
75
+ "define-data-property": "^1.1.4",
76
+ "es-errors": "^1.3.0",
60
77
  "functions-have-names": "^1.2.3",
61
- "has-property-descriptors": "^1.0.0"
78
+ "has-property-descriptors": "^1.0.2"
62
79
  },
63
80
  "engines": {
64
81
  "node": ">= 0.4"
@@ -74,7 +91,9 @@
74
91
  "publishConfig": {
75
92
  "ignore": [
76
93
  ".github/workflows",
77
- "test"
94
+ "test",
95
+ "!*.d.ts",
96
+ "!*.d.ts.map"
78
97
  ]
79
98
  }
80
99
  }
@@ -0,0 +1,59 @@
1
+ {
2
+ "compilerOptions": {
3
+ /* Visit https://aka.ms/tsconfig to read more about this file */
4
+
5
+ /* Projects */
6
+
7
+ /* Language and Environment */
8
+ "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
9
+ // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
10
+ // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
11
+ "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
12
+ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
13
+
14
+ /* Modules */
15
+ "module": "commonjs", /* Specify what module code is generated. */
16
+ // "rootDir": "./", /* Specify the root folder within your source files. */
17
+ // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
18
+ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
19
+ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
20
+ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
21
+ "typeRoots": ["types"], /* Specify multiple folders that act like './node_modules/@types'. */
22
+ "resolveJsonModule": true, /* Enable importing .json files. */
23
+
24
+ /* JavaScript Support */
25
+ "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
26
+ "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
27
+ "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
28
+
29
+ /* Emit */
30
+ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
31
+ "declarationMap": true, /* Create sourcemaps for d.ts files. */
32
+ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
33
+ "noEmit": true, /* Disable emitting files from a compilation. */
34
+
35
+ /* Interop Constraints */
36
+ "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
37
+ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
38
+ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
39
+
40
+ /* Type Checking */
41
+ "strict": true, /* Enable all strict type-checking options. */
42
+ "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
43
+ "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
44
+ "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
45
+ "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
46
+ "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
47
+ "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
48
+ "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
49
+ "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
50
+ "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
51
+ // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
52
+
53
+ /* Completeness */
54
+ // "skipLibCheck": true /* Skip type checking all .d.ts files. */
55
+ },
56
+ "exclude": [
57
+ "coverage"
58
+ ]
59
+ }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "node-red-contrib-tak-registration",
3
- "version": "0.11.4",
3
+ "version": "0.11.6",
4
4
  "description": "A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK",
5
5
  "dependencies": {
6
6
  "@turf/turf": "6.5.0",
7
7
  "adm-zip": "0.5.10",
8
- "axios": "1.6.2",
9
- "fast-xml-parser": "4.3.2",
8
+ "axios": "1.6.6",
9
+ "fast-xml-parser": "4.3.3",
10
10
  "form-data": "4.0.0",
11
11
  "long": "5.2.3",
12
- "protobufjs": "7.2.5",
12
+ "protobufjs": "7.2.6",
13
13
  "uuid": "9.0.1"
14
14
  },
15
15
  "bundledDependencies": [