cloudstructs 0.4.0 → 0.4.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.
Files changed (173) hide show
  1. package/.jsii +3 -3
  2. package/assets/codecommit-mirror/docker/mirror.sh +0 -0
  3. package/changelog.md +2 -0
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/saml-identity-provider/index.js +2 -2
  8. package/lib/slack-app/manifest.js +1 -1
  9. package/lib/slack-app/slack-app.js +2 -2
  10. package/lib/slack-events/index.js +1 -1
  11. package/lib/slack-textract/index.js +1 -1
  12. package/lib/state-machine-cr-provider/index.js +1 -1
  13. package/lib/static-website/index.js +1 -1
  14. package/lib/url-shortener/index.js +1 -1
  15. package/node_modules/@sindresorhus/is/dist/index.d.ts +4 -2
  16. package/node_modules/@sindresorhus/is/dist/index.js +3 -1
  17. package/node_modules/@sindresorhus/is/package.json +1 -1
  18. package/node_modules/@sindresorhus/is/readme.md +23 -0
  19. package/node_modules/@slack/logger/node_modules/@types/node/README.md +2 -2
  20. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +7 -3
  22. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +9 -9
  23. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1 -1
  24. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
  25. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
  26. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +2 -2
  27. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +2 -2
  28. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  29. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +12 -10
  30. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +17 -12
  31. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  32. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +2 -2
  33. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +5 -5
  34. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +62 -11
  35. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +31 -4
  37. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +6 -6
  38. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  39. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +4 -5
  41. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +15 -14
  42. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +1 -1
  43. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -7
  44. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +9 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +6 -4
  46. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +1 -1
  47. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  48. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  49. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +121 -14
  50. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +1 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -65
  52. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +10 -10
  53. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  55. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +3 -2
  56. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +1 -1
  57. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  58. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +58 -18
  59. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +3 -3
  60. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +3 -3
  61. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1 -1
  62. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  63. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +4 -4
  64. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  65. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
  66. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +1 -1
  67. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +7 -3
  68. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +9 -9
  69. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +1 -1
  70. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  71. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  72. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +2 -2
  73. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +2 -2
  74. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  75. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +12 -10
  76. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +17 -12
  77. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  78. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +2 -2
  79. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +5 -5
  80. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +62 -11
  81. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +3 -3
  82. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +31 -4
  83. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +6 -6
  84. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  85. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -2
  86. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +4 -5
  87. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +15 -14
  88. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +1 -1
  89. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -7
  90. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +9 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +6 -4
  92. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +1 -1
  93. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  94. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  95. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +121 -14
  96. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +1 -1
  97. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -65
  98. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +10 -10
  99. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  100. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  101. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +3 -2
  102. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +1 -1
  103. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  104. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +58 -18
  105. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +3 -3
  106. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +3 -3
  107. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
  108. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  109. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +4 -4
  110. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  111. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
  112. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +3 -3
  113. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +11 -1
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +3 -3
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -1
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +4 -3
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -7
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +8 -0
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +2 -0
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +1 -1
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +8 -8
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +2 -1
  123. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +2 -2
  124. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +3 -3
  125. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +11 -1
  126. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +3 -3
  127. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +0 -1
  128. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +4 -3
  129. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -7
  130. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +8 -0
  131. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +2 -0
  132. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +1 -1
  133. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +8 -8
  134. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +2 -1
  135. package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
  136. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +3 -3
  137. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +11 -1
  138. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +3 -3
  139. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -1
  140. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +4 -3
  141. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -7
  142. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +8 -0
  143. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +2 -0
  144. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +1 -1
  145. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +8 -8
  146. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +2 -1
  147. package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
  148. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +3 -3
  149. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +11 -1
  150. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +3 -3
  151. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -1
  152. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +4 -3
  153. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -7
  154. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +8 -0
  155. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +2 -0
  156. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +1 -1
  157. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +8 -8
  158. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +2 -1
  159. package/node_modules/follow-redirects/index.js +2 -2
  160. package/node_modules/follow-redirects/package.json +1 -1
  161. package/node_modules/keyv/.nyc_output/37411020-4142-4b08-b825-343ba2427bf7.json +1 -0
  162. package/node_modules/keyv/.nyc_output/cd79f2de-c8b8-4493-bc15-b2bde28efa4b.json +1 -0
  163. package/node_modules/keyv/.nyc_output/processinfo/37411020-4142-4b08-b825-343ba2427bf7.json +1 -0
  164. package/node_modules/keyv/.nyc_output/processinfo/cd79f2de-c8b8-4493-bc15-b2bde28efa4b.json +1 -0
  165. package/node_modules/keyv/.nyc_output/processinfo/index.json +1 -0
  166. package/node_modules/keyv/README.md +9 -8
  167. package/node_modules/keyv/package.json +5 -7
  168. package/node_modules/keyv/test/test.js +132 -0
  169. package/node_modules/keyv/test/testdb.sqlite +0 -0
  170. package/package.json +20 -16
  171. package/releasetag.txt +1 -0
  172. package/version.txt +1 -0
  173. package/node_modules/keyv/LICENSE +0 -21
@@ -119,7 +119,7 @@ declare module 'dns/promises' {
119
119
  *
120
120
  * <omitted>
121
121
  *
122
- * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`.
122
+ * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the DNS error codes.
123
123
  * @since v10.6.0
124
124
  * @param hostname Host name to resolve.
125
125
  * @param [rrtype='A'] Resource record type.
@@ -189,7 +189,7 @@ declare module 'dns/promises' {
189
189
  * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success,
190
190
  * the `Promise` is resolved with an array of objects containing available
191
191
  * certification authority authorization records available for the `hostname`(e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`).
192
- * @since v15.0.0
192
+ * @since v15.0.0, v14.17.0
193
193
  */
194
194
  function resolveCaa(hostname: string): Promise<CaaRecord[]>;
195
195
  /**
@@ -300,7 +300,7 @@ declare module 'dns/promises' {
300
300
  * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an
301
301
  * array of host names.
302
302
  *
303
- * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the `DNS error codes`.
303
+ * On error, the `Promise` is rejected with an `Error` object, where `err.code`is one of the DNS error codes.
304
304
  * @since v10.6.0
305
305
  */
306
306
  function reverse(ip: string): Promise<string[]>;
@@ -332,14 +332,16 @@ declare module 'dns/promises' {
332
332
  */
333
333
  function setServers(servers: ReadonlyArray<string>): void;
334
334
  /**
335
- * Set the default value of `verbatim` in {@link lookup}. The value could be:
336
- * - `ipv4first`: sets default `verbatim` `false`.
337
- * - `verbatim`: sets default `verbatim` `true`.
335
+ * Set the default value of `verbatim` in `dns.lookup()` and `dnsPromises.lookup()`. The value could be:
338
336
  *
339
- * The default is `ipv4first` and {@link setDefaultResultOrder} have higher priority than `--dns-result-order`.
340
- * When using worker threads, {@link setDefaultResultOrder} from the main thread won't affect the default dns orders in workers.
341
- * @since v14.18.0
342
- * @param order must be 'ipv4first' or 'verbatim'.
337
+ * * `ipv4first`: sets default `verbatim` `false`.
338
+ * * `verbatim`: sets default `verbatim` `true`.
339
+ *
340
+ * The default is `ipv4first` and `dnsPromises.setDefaultResultOrder()` have
341
+ * higher priority than `--dns-result-order`. When using `worker threads`,`dnsPromises.setDefaultResultOrder()` from the main thread won't affect the
342
+ * default dns orders in workers.
343
+ * @since v16.4.0, v14.18.0
344
+ * @param order must be `'ipv4first'` or `'verbatim'`.
343
345
  */
344
346
  function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void;
345
347
  class Resolver {
@@ -42,7 +42,7 @@
42
42
  * ```
43
43
  *
44
44
  * See the `Implementation considerations section` for more information.
45
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/dns.js)
45
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/dns.js)
46
46
  */
47
47
  declare module 'dns' {
48
48
  import * as dnsPromises from 'node:dns/promises';
@@ -58,6 +58,9 @@ declare module 'dns' {
58
58
  family?: number | undefined;
59
59
  hints?: number | undefined;
60
60
  all?: boolean | undefined;
61
+ /**
62
+ * @default true
63
+ */
61
64
  verbatim?: boolean | undefined;
62
65
  }
63
66
  export interface LookupOneOptions extends LookupOptions {
@@ -241,7 +244,7 @@ declare module 'dns' {
241
244
  *
242
245
  * <omitted>
243
246
  *
244
- * On error, `err` is an `Error` object, where `err.code` is one of the `DNS error codes`.
247
+ * On error, `err` is an `Error` object, where `err.code` is one of theDNS error codes.
245
248
  * @since v0.1.27
246
249
  * @param hostname Host name to resolve.
247
250
  * @param [rrtype='A'] Resource record type.
@@ -314,7 +317,7 @@ declare module 'dns' {
314
317
  * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The`addresses` argument passed to the `callback` function
315
318
  * will contain an array of certification authority authorization records
316
319
  * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`).
317
- * @since v15.0.0
320
+ * @since v15.0.0, v14.17.0
318
321
  */
319
322
  export function resolveCaa(hostname: string, callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void): void;
320
323
  export namespace resolveCaa {
@@ -527,14 +530,16 @@ declare module 'dns' {
527
530
  */
528
531
  export function getServers(): string[];
529
532
  /**
530
- * Set the default value of `verbatim` in {@link lookup}. The value could be:
531
- * - `ipv4first`: sets default `verbatim` `false`.
532
- * - `verbatim`: sets default `verbatim` `true`.
533
- *
534
- * The default is `ipv4first` and {@link setDefaultResultOrder} have higher priority than `--dns-result-order`.
535
- * When using worker threads, {@link setDefaultResultOrder} from the main thread won't affect the default dns orders in workers.
536
- * @since v14.18.0
537
- * @param order must be 'ipv4first' or 'verbatim'.
533
+ * Set the default value of `verbatim` in {@link lookup} and `dnsPromises.lookup()`. The value could be:
534
+ *
535
+ * * `ipv4first`: sets default `verbatim` `false`.
536
+ * * `verbatim`: sets default `verbatim` `true`.
537
+ *
538
+ * The default is `ipv4first` and {@link setDefaultResultOrder} have higher
539
+ * priority than `--dns-result-order`. When using `worker threads`,{@link setDefaultResultOrder} from the main thread won't affect the default
540
+ * dns orders in workers.
541
+ * @since v16.4.0, v14.18.0
542
+ * @param order must be `'ipv4first'` or `'verbatim'`.
538
543
  */
539
544
  export function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void;
540
545
  // Error codes
@@ -640,7 +645,7 @@ declare module 'dns' {
640
645
  * The resolver will use the v4 local address when making requests to IPv4 DNS
641
646
  * servers, and the v6 local address when making requests to IPv6 DNS servers.
642
647
  * The `rrtype` of resolution requests has no impact on the local address used.
643
- * @since v15.1.0
648
+ * @since v15.1.0, v14.17.0
644
649
  * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address.
645
650
  * @param [ipv6='::0'] A string representation of an IPv6 address.
646
651
  */
@@ -11,7 +11,7 @@
11
11
  * will be notified, rather than losing the context of the error in the`process.on('uncaughtException')` handler, or causing the program to
12
12
  * exit immediately with an error code.
13
13
  * @deprecated Since v1.4.2 - Deprecated
14
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/domain.js)
14
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/domain.js)
15
15
  */
16
16
  declare module 'domain' {
17
17
  import EventEmitter = require('node:events');
@@ -32,7 +32,7 @@
32
32
  * });
33
33
  * myEmitter.emit('event');
34
34
  * ```
35
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/events.js)
35
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/events.js)
36
36
  */
37
37
  declare module 'events' {
38
38
  interface EventEmitterOptions {
@@ -257,7 +257,7 @@ declare module 'events' {
257
257
  * getEventListeners(et, 'foo'); // [listener]
258
258
  * }
259
259
  * ```
260
- * @since v15.2.0
260
+ * @since v15.2.0, v14.17.0
261
261
  */
262
262
  static getEventListeners(emitter: DOMEventTarget | NodeJS.EventEmitter, name: string | symbol): Function[];
263
263
  /**
@@ -42,11 +42,11 @@ declare module 'fs/promises' {
42
42
  mode?: Mode | undefined;
43
43
  flag?: OpenMode | undefined;
44
44
  }
45
- interface FileReadResult<T extends ArrayBufferView> {
45
+ interface FileReadResult<T extends NodeJS.ArrayBufferView> {
46
46
  bytesRead: number;
47
47
  buffer: T;
48
48
  }
49
- interface FileReadOptions<T extends ArrayBufferView = Buffer> {
49
+ interface FileReadOptions<T extends NodeJS.ArrayBufferView = Buffer> {
50
50
  /**
51
51
  * @default `Buffer.alloc(0xffff)`
52
52
  */
@@ -207,8 +207,8 @@ declare module 'fs/promises' {
207
207
  * integer, the current file position will remain unchanged.
208
208
  * @return Fulfills upon success with an object with two properties:
209
209
  */
210
- read<T extends ArrayBufferView>(buffer: T, offset?: number | null, length?: number | null, position?: number | null): Promise<FileReadResult<T>>;
211
- read<T extends ArrayBufferView = Buffer>(options?: FileReadOptions<T>): Promise<FileReadResult<T>>;
210
+ read<T extends NodeJS.ArrayBufferView>(buffer: T, offset?: number | null, length?: number | null, position?: number | null): Promise<FileReadResult<T>>;
211
+ read<T extends NodeJS.ArrayBufferView = Buffer>(options?: FileReadOptions<T>): Promise<FileReadResult<T>>;
212
212
  /**
213
213
  * Asynchronously reads the entire contents of a file.
214
214
  *
@@ -1043,7 +1043,7 @@ declare module 'fs/promises' {
1043
1043
  * disappears in the directory.
1044
1044
  *
1045
1045
  * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`.
1046
- * @since v15.9.0
1046
+ * @since v15.9.0, v14.18.0
1047
1047
  * @return of objects with the properties:
1048
1048
  */
1049
1049
  function watch(
@@ -16,7 +16,7 @@
16
16
  *
17
17
  * All file system operations have synchronous, callback, and promise-based
18
18
  * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).
19
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/fs.js)
19
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/fs.js)
20
20
  */
21
21
  declare module 'fs' {
22
22
  import * as stream from 'node:stream';
@@ -268,18 +268,22 @@ declare module 'fs' {
268
268
  */
269
269
  export interface StatWatcher extends EventEmitter {
270
270
  /**
271
+ * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have
272
+ * no effect.
273
+ *
274
+ * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally
275
+ * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
276
+ * called previously.
271
277
  * @since v14.3.0, v12.20.0
272
- * When called, requests that the Node.js event loop not exit so long as the `fs.StatWatcher` is active.
273
- * Calling `watcher.ref()` multiple times will have no effect.
274
- * By default, all `fs.StatWatcher`` objects are "ref'ed", making it normally unnecessary to call `watcher.ref()`
275
- * unless `watcher.unref()` had been called previously.
276
278
  */
277
279
  ref(): this;
278
280
  /**
281
+ * When called, the active `fs.StatWatcher` object will not require the Node.js
282
+ * event loop to remain active. If there is no other activity keeping the
283
+ * event loop running, the process may exit before the `fs.StatWatcher` object's
284
+ * callback is invoked. Calling `watcher.unref()` multiple times will have
285
+ * no effect.
279
286
  * @since v14.3.0, v12.20.0
280
- * When called, the active `fs.StatWatcher`` object will not require the Node.js event loop to remain active.
281
- * If there is no other activity keeping the event loop running, the process may exit before the `fs.StatWatcher`` object's callback is invoked.
282
- * `Calling watcher.unref()` multiple times will have no effect.
283
287
  */
284
288
  unref(): this;
285
289
  }
@@ -1014,8 +1018,10 @@ declare module 'fs' {
1014
1018
  function __promisify__(fd: number, options?: StatOptions): Promise<Stats | BigIntStats>;
1015
1019
  }
1016
1020
  /**
1017
- * Synchronous fstat(2) - Get file status.
1018
- * @param fd A file descriptor.
1021
+ * Retrieves the `fs.Stats` for the file descriptor.
1022
+ *
1023
+ * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1024
+ * @since v0.1.95
1019
1025
  */
1020
1026
  export function fstatSync(
1021
1027
  fd: number,
@@ -1030,7 +1036,6 @@ declare module 'fs' {
1030
1036
  }
1031
1037
  ): BigIntStats;
1032
1038
  export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats;
1033
-
1034
1039
  /**
1035
1040
  * Retrieves the `fs.Stats` for the symbolic link referred to by the path.
1036
1041
  * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
@@ -2812,6 +2817,52 @@ declare module 'fs' {
2812
2817
  persistent?: boolean | undefined;
2813
2818
  interval?: number | undefined;
2814
2819
  }
2820
+ /**
2821
+ * Watch for changes on `filename`. The callback `listener` will be called each
2822
+ * time the file is accessed.
2823
+ *
2824
+ * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates
2825
+ * whether the process should continue to run as long as files are being watched.
2826
+ * The `options` object may specify an `interval` property indicating how often the
2827
+ * target should be polled in milliseconds.
2828
+ *
2829
+ * The `listener` gets two arguments the current stat object and the previous
2830
+ * stat object:
2831
+ *
2832
+ * ```js
2833
+ * import { watchFile } from 'fs';
2834
+ *
2835
+ * watchFile('message.text', (curr, prev) => {
2836
+ * console.log(`the current mtime is: ${curr.mtime}`);
2837
+ * console.log(`the previous mtime was: ${prev.mtime}`);
2838
+ * });
2839
+ * ```
2840
+ *
2841
+ * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
2842
+ * the numeric values in these objects are specified as `BigInt`s.
2843
+ *
2844
+ * To be notified when the file was modified, not just accessed, it is necessary
2845
+ * to compare `curr.mtimeMs` and `prev.mtimeMs`.
2846
+ *
2847
+ * When an `fs.watchFile` operation results in an `ENOENT` error, it
2848
+ * will invoke the listener once, with all the fields zeroed (or, for dates, the
2849
+ * Unix Epoch). If the file is created later on, the listener will be called
2850
+ * again, with the latest stat objects. This is a change in functionality since
2851
+ * v0.10.
2852
+ *
2853
+ * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible.
2854
+ *
2855
+ * When a file being watched by `fs.watchFile()` disappears and reappears,
2856
+ * then the contents of `previous` in the second callback event (the file's
2857
+ * reappearance) will be the same as the contents of `previous` in the first
2858
+ * callback event (its disappearance).
2859
+ *
2860
+ * This happens when:
2861
+ *
2862
+ * * the file is deleted, followed by a restore
2863
+ * * the file is renamed and then renamed a second time back to its original name
2864
+ * @since v0.1.31
2865
+ */
2815
2866
  export function watchFile(
2816
2867
  filename: PathLike,
2817
2868
  options:
@@ -205,9 +205,9 @@ declare namespace NodeJS {
205
205
  writable: boolean;
206
206
  write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean;
207
207
  write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean;
208
- end(cb?: () => void): void;
209
- end(data: string | Uint8Array, cb?: () => void): void;
210
- end(str: string, encoding?: BufferEncoding, cb?: () => void): void;
208
+ end(cb?: () => void): this;
209
+ end(data: string | Uint8Array, cb?: () => void): this;
210
+ end(str: string, encoding?: BufferEncoding, cb?: () => void): this;
211
211
  }
212
212
 
213
213
  interface ReadWriteStream extends ReadableStream, WritableStream { }
@@ -37,7 +37,7 @@
37
37
  * 'Host', 'mysite.com',
38
38
  * 'accepT', '*' ]
39
39
  * ```
40
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/http.js)
40
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/http.js)
41
41
  */
42
42
  declare module 'http' {
43
43
  import * as stream from 'node:stream';
@@ -341,7 +341,7 @@ declare module 'http' {
341
341
  /**
342
342
  * Aliases of `outgoingMessage.socket`
343
343
  * @since v0.3.0
344
- * @deprecated Since v15.12.0 - Use `socket` instead.
344
+ * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead.
345
345
  */
346
346
  readonly connection: Socket | null;
347
347
  /**
@@ -608,6 +608,7 @@ declare module 'http' {
608
608
  * The `request.aborted` property will be `true` if the request has
609
609
  * been aborted.
610
610
  * @since v0.11.14
611
+ * @deprecated Since v17.0.0 - Check `destroyed` instead.
611
612
  */
612
613
  aborted: boolean;
613
614
  /**
@@ -620,6 +621,16 @@ declare module 'http' {
620
621
  * @since v14.5.0, v12.19.0
621
622
  */
622
623
  protocol: string;
624
+ /**
625
+ * Whether the request is send through a reused socket.
626
+ * @since v13.0.0, v12.16.0
627
+ */
628
+ reusedSocket: boolean;
629
+ /**
630
+ * Limits maximum response headers count. If set to 0, no limit will be applied.
631
+ * @default 2000
632
+ */
633
+ maxHeadersCount: number;
623
634
  constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void);
624
635
  /**
625
636
  * The request method.
@@ -667,9 +678,12 @@ declare module 'http' {
667
678
  * const headerNames = request.getRawHeaderNames();
668
679
  * // headerNames === ['Foo', 'Set-Cookie']
669
680
  * ```
670
- * @since v15.13.0
681
+ * @since v15.13.0, v14.17.0
671
682
  */
672
683
  getRawHeaderNames(): string[];
684
+ /**
685
+ * @deprecated
686
+ */
673
687
  addListener(event: 'abort', listener: () => void): this;
674
688
  addListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this;
675
689
  addListener(event: 'continue', listener: () => void): this;
@@ -685,6 +699,9 @@ declare module 'http' {
685
699
  addListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
686
700
  addListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
687
701
  addListener(event: string | symbol, listener: (...args: any[]) => void): this;
702
+ /**
703
+ * @deprecated
704
+ */
688
705
  on(event: 'abort', listener: () => void): this;
689
706
  on(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this;
690
707
  on(event: 'continue', listener: () => void): this;
@@ -700,6 +717,9 @@ declare module 'http' {
700
717
  on(event: 'pipe', listener: (src: stream.Readable) => void): this;
701
718
  on(event: 'unpipe', listener: (src: stream.Readable) => void): this;
702
719
  on(event: string | symbol, listener: (...args: any[]) => void): this;
720
+ /**
721
+ * @deprecated
722
+ */
703
723
  once(event: 'abort', listener: () => void): this;
704
724
  once(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this;
705
725
  once(event: 'continue', listener: () => void): this;
@@ -715,6 +735,9 @@ declare module 'http' {
715
735
  once(event: 'pipe', listener: (src: stream.Readable) => void): this;
716
736
  once(event: 'unpipe', listener: (src: stream.Readable) => void): this;
717
737
  once(event: string | symbol, listener: (...args: any[]) => void): this;
738
+ /**
739
+ * @deprecated
740
+ */
718
741
  prependListener(event: 'abort', listener: () => void): this;
719
742
  prependListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this;
720
743
  prependListener(event: 'continue', listener: () => void): this;
@@ -730,6 +753,9 @@ declare module 'http' {
730
753
  prependListener(event: 'pipe', listener: (src: stream.Readable) => void): this;
731
754
  prependListener(event: 'unpipe', listener: (src: stream.Readable) => void): this;
732
755
  prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
756
+ /**
757
+ * @deprecated
758
+ */
733
759
  prependOnceListener(event: 'abort', listener: () => void): this;
734
760
  prependOnceListener(event: 'connect', listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this;
735
761
  prependOnceListener(event: 'continue', listener: () => void): this;
@@ -762,6 +788,7 @@ declare module 'http' {
762
788
  * The `message.aborted` property will be `true` if the request has
763
789
  * been aborted.
764
790
  * @since v10.1.0
791
+ * @deprecated Since v17.0.0 - Check `message.destroyed` from [stream.Readable](https://nodejs.org/dist/latest-v17.x/docs/api/stream.html#class-streamreadable).
765
792
  */
766
793
  aborted: boolean;
767
794
  /**
@@ -949,7 +976,7 @@ declare module 'http' {
949
976
  * as an argument to any listeners on the event.
950
977
  * @since v0.3.0
951
978
  */
952
- destroy(error?: Error): void;
979
+ destroy(error?: Error): this;
953
980
  }
954
981
  interface AgentOptions extends Partial<TcpSocketConnectOpts> {
955
982
  /**
@@ -6,7 +6,7 @@
6
6
  * const http2 = require('http2');
7
7
  * ```
8
8
  * @since v8.4.0
9
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/http2.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/http2.js)
10
10
  */
11
11
  declare module 'http2' {
12
12
  import EventEmitter = require('node:events');
@@ -757,7 +757,7 @@ declare module 'http2' {
757
757
  * session.setLocalWindowSize(expectedWindowSize);
758
758
  * });
759
759
  * ```
760
- * @since v15.3.0
760
+ * @since v15.3.0, v14.18.0
761
761
  */
762
762
  setLocalWindowSize(windowSize: number): void;
763
763
  /**
@@ -1349,7 +1349,7 @@ declare module 'http2' {
1349
1349
  * ```
1350
1350
  * @since v8.4.0
1351
1351
  */
1352
- readonly url: string;
1352
+ url: string;
1353
1353
  /**
1354
1354
  * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is
1355
1355
  * provided, then it is added as a listener on the `'timeout'` event on
@@ -1516,9 +1516,9 @@ declare module 'http2' {
1516
1516
  * is finished.
1517
1517
  * @since v8.4.0
1518
1518
  */
1519
- end(callback?: () => void): void;
1520
- end(data: string | Uint8Array, callback?: () => void): void;
1521
- end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): void;
1519
+ end(callback?: () => void): this;
1520
+ end(data: string | Uint8Array, callback?: () => void): this;
1521
+ end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this;
1522
1522
  /**
1523
1523
  * Reads out a header that has already been queued but not sent to the client.
1524
1524
  * The name is case-insensitive.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
3
3
  * separate module.
4
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/https.js)
4
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/https.js)
5
5
  */
6
6
  declare module 'https' {
7
7
  import { Duplex } from 'node:stream';
@@ -1,4 +1,4 @@
1
- // Type definitions for non-npm package Node.js 16.11
1
+ // Type definitions for non-npm package Node.js 17.0
2
2
  // Project: https://nodejs.org/
3
3
  // Definitions by: Microsoft TypeScript <https://github.com/Microsoft>
4
4
  // DefinitelyTyped <https://github.com/DefinitelyTyped>
@@ -34,7 +34,6 @@
34
34
  // Junxiao Shi <https://github.com/yoursunny>
35
35
  // Ilia Baryshnikov <https://github.com/qwelias>
36
36
  // ExE Boss <https://github.com/ExE-Boss>
37
- // Surasak Chaisurin <https://github.com/Ryan-Willpower>
38
37
  // Piotr Błażejewicz <https://github.com/peterblazejewicz>
39
38
  // Anna Henningsen <https://github.com/addaleax>
40
39
  // Victor Perin <https://github.com/victorperin>
@@ -15,7 +15,7 @@
15
15
  * ```js
16
16
  * const inspector = require('inspector');
17
17
  * ```
18
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/inspector.js)
18
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/inspector.js)
19
19
  */
20
20
  declare module 'inspector' {
21
21
  import EventEmitter = require('node:events');
@@ -1779,10 +1779,9 @@ declare module 'inspector' {
1779
1779
  */
1780
1780
  connect(): void;
1781
1781
  /**
1782
- * Connects a session to the main thread inspector back-end.
1783
- * An exception will be thrown if this API was not called on a Worker
1784
- * thread.
1785
- * @since 12.11.0
1782
+ * Connects a session to the main thread inspector back-end. An exception will
1783
+ * be thrown if this API was not called on a Worker thread.
1784
+ * @since v12.11.0
1786
1785
  */
1787
1786
  connectToMainThread(): void;
1788
1787
  /**
@@ -10,7 +10,7 @@
10
10
  * ```js
11
11
  * const net = require('net');
12
12
  * ```
13
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/net.js)
13
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/net.js)
14
14
  */
15
15
  declare module 'net' {
16
16
  import * as stream from 'node:stream';
@@ -27,6 +27,7 @@ declare module 'net' {
27
27
  allowHalfOpen?: boolean | undefined;
28
28
  readable?: boolean | undefined;
29
29
  writable?: boolean | undefined;
30
+ signal?: AbortSignal;
30
31
  }
31
32
  interface OnReadOpts {
32
33
  buffer: Uint8Array | (() => Uint8Array);
@@ -287,9 +288,9 @@ declare module 'net' {
287
288
  * @param callback Optional callback for when the socket is finished.
288
289
  * @return The socket itself.
289
290
  */
290
- end(callback?: () => void): void;
291
- end(buffer: Uint8Array | string, callback?: () => void): void;
292
- end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): void;
291
+ end(callback?: () => void): this;
292
+ end(buffer: Uint8Array | string, callback?: () => void): this;
293
+ end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this;
293
294
  /**
294
295
  * events.EventEmitter
295
296
  * 1. close
@@ -560,12 +561,12 @@ declare module 'net' {
560
561
  * The `BlockList` object can be used with some network APIs to specify rules for
561
562
  * disabling inbound or outbound access to specific IP addresses, IP ranges, or
562
563
  * IP subnets.
563
- * @since v15.0.0
564
+ * @since v15.0.0, v14.18.0
564
565
  */
565
566
  class BlockList {
566
567
  /**
567
568
  * Adds a rule to block the given IP address.
568
- * @since v15.0.0
569
+ * @since v15.0.0, v14.18.0
569
570
  * @param address An IPv4 or IPv6 address.
570
571
  * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
571
572
  */
@@ -573,7 +574,7 @@ declare module 'net' {
573
574
  addAddress(address: SocketAddress): void;
574
575
  /**
575
576
  * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive).
576
- * @since v15.0.0
577
+ * @since v15.0.0, v14.18.0
577
578
  * @param start The starting IPv4 or IPv6 address in the range.
578
579
  * @param end The ending IPv4 or IPv6 address in the range.
579
580
  * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
@@ -582,7 +583,7 @@ declare module 'net' {
582
583
  addRange(start: SocketAddress, end: SocketAddress): void;
583
584
  /**
584
585
  * Adds a rule to block a range of IP addresses specified as a subnet mask.
585
- * @since v15.0.0
586
+ * @since v15.0.0, v14.18.0
586
587
  * @param net The network IPv4 or IPv6 address.
587
588
  * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`.
588
589
  * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
@@ -606,7 +607,7 @@ declare module 'net' {
606
607
  * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true
607
608
  * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true
608
609
  * ```
609
- * @since v15.0.0
610
+ * @since v15.0.0, v14.18.0
610
611
  * @param address The IP address to check
611
612
  * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`.
612
613
  */
@@ -754,26 +755,26 @@ declare module 'net' {
754
755
  port?: number | undefined;
755
756
  }
756
757
  /**
757
- * @since v15.14.0
758
+ * @since v15.14.0, v14.18.0
758
759
  */
759
760
  class SocketAddress {
760
761
  constructor(options: SocketAddressInitOptions);
761
762
  /**
762
763
  * Either \`'ipv4'\` or \`'ipv6'\`.
763
- * @since v15.14.0
764
+ * @since v15.14.0, v14.18.0
764
765
  */
765
766
  readonly address: string;
766
767
  /**
767
768
  * Either \`'ipv4'\` or \`'ipv6'\`.
768
- * @since v15.14.0
769
+ * @since v15.14.0, v14.18.0
769
770
  */
770
771
  readonly family: IPVersion;
771
772
  /**
772
- * @since v15.14.0
773
+ * @since v15.14.0, v14.18.0
773
774
  */
774
775
  readonly port: number;
775
776
  /**
776
- * @since v15.14.0
777
+ * @since v15.14.0, v14.18.0
777
778
  */
778
779
  readonly flowlabel: number;
779
780
  }
@@ -5,7 +5,7 @@
5
5
  * ```js
6
6
  * const os = require('os');
7
7
  * ```
8
- * @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/os.js)
8
+ * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/os.js)
9
9
  */
10
10
  declare module 'os' {
11
11
  interface CpuInfo {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.11.12",
3
+ "version": "17.0.10",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -175,11 +175,6 @@
175
175
  "url": "https://github.com/ExE-Boss",
176
176
  "githubUsername": "ExE-Boss"
177
177
  },
178
- {
179
- "name": "Surasak Chaisurin",
180
- "url": "https://github.com/Ryan-Willpower",
181
- "githubUsername": "Ryan-Willpower"
182
- },
183
178
  {
184
179
  "name": "Piotr Błażejewicz",
185
180
  "url": "https://github.com/peterblazejewicz",
@@ -225,6 +220,6 @@
225
220
  },
226
221
  "scripts": {},
227
222
  "dependencies": {},
228
- "typesPublisherContentHash": "66478bcf856b451a83d797fa3c4495aeb7e18e217db90d6545b2711843bfe71c",
223
+ "typesPublisherContentHash": "a2e243404f102a5fd5fbcaefab0a775ffcb1db4d09832612decbd69815f1890b",
229
224
  "typeScriptVersion": "3.8"
230
225
  }