cdk-common 2.0.1278 → 2.0.1280

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 (77) hide show
  1. package/.jsii +2 -2
  2. package/lib/main.js +1 -1
  3. package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
  4. package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +1 -1
  5. package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +1 -1
  6. package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +44 -10
  7. package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +5 -0
  8. package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +22 -0
  9. package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +33 -0
  10. package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +25 -1
  11. package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +1 -1
  12. package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +187 -4145
  13. package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  14. package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +1 -0
  15. package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +21 -0
  16. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +3 -3
  17. package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +34 -0
  18. package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +32 -0
  19. package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/index.d.ts +1 -1
  20. package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/index.d.ts +1 -1
  21. package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +8 -5
  22. package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +6 -4
  23. package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +73 -10
  24. package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +21 -0
  25. package/node_modules/@types/concat-stream/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
  26. package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +29 -0
  27. package/node_modules/@types/concat-stream/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  28. package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher.d.ts +3 -2
  29. package/node_modules/@types/concat-stream/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  30. package/node_modules/@types/concat-stream/node_modules/undici-types/eventsource.d.ts +3 -3
  31. package/node_modules/@types/concat-stream/node_modules/undici-types/fetch.d.ts +1 -0
  32. package/node_modules/@types/concat-stream/node_modules/undici-types/handlers.d.ts +1 -1
  33. package/node_modules/@types/concat-stream/node_modules/undici-types/mock-client.d.ts +2 -0
  34. package/node_modules/@types/concat-stream/node_modules/undici-types/mock-interceptor.d.ts +2 -0
  35. package/node_modules/@types/concat-stream/node_modules/undici-types/mock-pool.d.ts +2 -0
  36. package/node_modules/@types/concat-stream/node_modules/undici-types/package.json +1 -1
  37. package/node_modules/@types/concat-stream/node_modules/undici-types/retry-handler.d.ts +9 -0
  38. package/node_modules/@types/concat-stream/node_modules/undici-types/webidl.d.ts +29 -15
  39. package/node_modules/@types/concat-stream/node_modules/undici-types/websocket.d.ts +3 -1
  40. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  41. package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +1 -1
  42. package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +1 -1
  43. package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +44 -10
  44. package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +5 -0
  45. package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +22 -0
  46. package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +33 -0
  47. package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +25 -1
  48. package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +1 -1
  49. package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +187 -4145
  50. package/node_modules/@types/form-data/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  51. package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +1 -0
  52. package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +21 -0
  53. package/node_modules/@types/form-data/node_modules/@types/node/package.json +3 -3
  54. package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +34 -0
  55. package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +32 -0
  56. package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/index.d.ts +1 -1
  57. package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/index.d.ts +1 -1
  58. package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +8 -5
  59. package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +6 -4
  60. package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +73 -10
  61. package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +21 -0
  62. package/node_modules/@types/form-data/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
  63. package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +29 -0
  64. package/node_modules/@types/form-data/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  65. package/node_modules/@types/form-data/node_modules/undici-types/dispatcher.d.ts +3 -2
  66. package/node_modules/@types/form-data/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  67. package/node_modules/@types/form-data/node_modules/undici-types/eventsource.d.ts +3 -3
  68. package/node_modules/@types/form-data/node_modules/undici-types/fetch.d.ts +1 -0
  69. package/node_modules/@types/form-data/node_modules/undici-types/handlers.d.ts +1 -1
  70. package/node_modules/@types/form-data/node_modules/undici-types/mock-client.d.ts +2 -0
  71. package/node_modules/@types/form-data/node_modules/undici-types/mock-interceptor.d.ts +2 -0
  72. package/node_modules/@types/form-data/node_modules/undici-types/mock-pool.d.ts +2 -0
  73. package/node_modules/@types/form-data/node_modules/undici-types/package.json +1 -1
  74. package/node_modules/@types/form-data/node_modules/undici-types/retry-handler.d.ts +9 -0
  75. package/node_modules/@types/form-data/node_modules/undici-types/webidl.d.ts +29 -15
  76. package/node_modules/@types/form-data/node_modules/undici-types/websocket.d.ts +3 -1
  77. package/package.json +1 -1
@@ -136,7 +136,7 @@ interface ErrorEvent extends Event {
136
136
  readonly filename: string
137
137
  readonly lineno: number
138
138
  readonly colno: number
139
- readonly error: any
139
+ readonly error: Error
140
140
  }
141
141
 
142
142
  export declare const ErrorEvent: {
@@ -182,3 +182,5 @@ export declare const WebSocketError: {
182
182
  prototype: WebSocketError
183
183
  new (type: string, init?: WebSocketCloseInfo): WebSocketError
184
184
  }
185
+
186
+ export declare const ping: (ws: WebSocket, body?: Buffer) => void
package/package.json CHANGED
@@ -87,7 +87,7 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "version": "2.0.1278",
90
+ "version": "2.0.1280",
91
91
  "jest": {
92
92
  "coverageProvider": "v8",
93
93
  "testMatch": [