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.
- package/.jsii +2 -2
- package/lib/main.js +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +44 -10
- package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +5 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +33 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +25 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +187 -4145
- package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.generated.d.ts +4052 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +21 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +34 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +32 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/index.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/index.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +8 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +6 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +73 -10
- package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +21 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +29 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher.d.ts +3 -2
- package/node_modules/@types/concat-stream/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/concat-stream/node_modules/undici-types/eventsource.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/mock-interceptor.d.ts +2 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/concat-stream/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/concat-stream/node_modules/undici-types/websocket.d.ts +3 -1
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +44 -10
- package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +5 -0
- package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +22 -0
- package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +33 -0
- package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +25 -1
- package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +187 -4145
- package/node_modules/@types/form-data/node_modules/@types/node/inspector.generated.d.ts +4052 -0
- package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +21 -0
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +34 -0
- package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +32 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/index.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/index.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +8 -5
- package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +6 -4
- package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +73 -10
- package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +21 -0
- package/node_modules/@types/form-data/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +29 -0
- package/node_modules/@types/form-data/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
- package/node_modules/@types/form-data/node_modules/undici-types/dispatcher.d.ts +3 -2
- package/node_modules/@types/form-data/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
- package/node_modules/@types/form-data/node_modules/undici-types/eventsource.d.ts +3 -3
- package/node_modules/@types/form-data/node_modules/undici-types/fetch.d.ts +1 -0
- package/node_modules/@types/form-data/node_modules/undici-types/handlers.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/undici-types/mock-client.d.ts +2 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-interceptor.d.ts +2 -0
- package/node_modules/@types/form-data/node_modules/undici-types/mock-pool.d.ts +2 -0
- package/node_modules/@types/form-data/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/form-data/node_modules/undici-types/retry-handler.d.ts +9 -0
- package/node_modules/@types/form-data/node_modules/undici-types/webidl.d.ts +29 -15
- package/node_modules/@types/form-data/node_modules/undici-types/websocket.d.ts +3 -1
- 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:
|
|
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
|