cdk-common 2.0.520 → 2.0.521
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 +6 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +2 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +17 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +5 -4
- 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/net.d.ts +8 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +30 -21
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/net.d.ts +8 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/process.d.ts +30 -21
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +4 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +2 -2
- 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 +6 -3
- package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +2 -0
- package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +17 -9
- package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +5 -4
- 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/net.d.ts +8 -6
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +30 -21
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/net.d.ts +8 -6
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/process.d.ts +30 -21
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +4 -1
- package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +2 -2
- package/package.json +2 -2
|
@@ -42,7 +42,10 @@ declare module 'tty' {
|
|
|
42
42
|
constructor(fd: number, options?: net.SocketConstructorOpts);
|
|
43
43
|
/**
|
|
44
44
|
* A `boolean` that is `true` if the TTY is currently configured to operate as a
|
|
45
|
-
* raw device.
|
|
45
|
+
* raw device.
|
|
46
|
+
*
|
|
47
|
+
* This flag is always `false` when a process starts, even if the terminal is
|
|
48
|
+
* operating in raw mode. Its value will change with subsequent calls to`setRawMode`.
|
|
46
49
|
* @since v0.7.7
|
|
47
50
|
*/
|
|
48
51
|
isRaw: boolean;
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
*
|
|
59
59
|
* Use [wabt](https://github.com/WebAssembly/wabt) to compile `.wat` to `.wasm`
|
|
60
60
|
*
|
|
61
|
-
* ```
|
|
62
|
-
*
|
|
61
|
+
* ```bash
|
|
62
|
+
* wat2wasm demo.wat
|
|
63
63
|
* ```
|
|
64
64
|
* @experimental
|
|
65
65
|
* @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/wasi.js)
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"jsii-docgen": "^3.8.31",
|
|
55
55
|
"jsii-pacmak": "^1.83.0",
|
|
56
56
|
"npm-check-updates": "^16",
|
|
57
|
-
"projen": "0.71.
|
|
57
|
+
"projen": "0.71.89",
|
|
58
58
|
"standard-version": "^9",
|
|
59
59
|
"ts-jest": "^27",
|
|
60
60
|
"typescript": "^4.9"
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
],
|
|
87
87
|
"main": "lib/index.js",
|
|
88
88
|
"license": "Apache-2.0",
|
|
89
|
-
"version": "2.0.
|
|
89
|
+
"version": "2.0.521",
|
|
90
90
|
"jest": {
|
|
91
91
|
"testMatch": [
|
|
92
92
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|