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.
Files changed (41) 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 +6 -3
  5. package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +2 -0
  6. package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +17 -9
  7. package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +5 -4
  8. package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +1 -1
  9. package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +8 -6
  10. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
  11. package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +30 -21
  12. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  13. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
  14. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
  15. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
  16. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/net.d.ts +8 -6
  17. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/process.d.ts +30 -21
  18. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
  19. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
  20. package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +4 -1
  21. package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +2 -2
  22. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  23. package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +6 -3
  24. package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +2 -0
  25. package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +17 -9
  26. package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +5 -4
  27. package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +1 -1
  28. package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +8 -6
  29. package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
  30. package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +30 -21
  31. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  32. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
  33. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
  34. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
  35. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/net.d.ts +8 -6
  36. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/process.d.ts +30 -21
  37. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
  38. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
  39. package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +4 -1
  40. package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +2 -2
  41. 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. Defaults to `false`.
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
- * ```console
62
- * $ wat2wasm demo.wat
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.88",
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.520",
89
+ "version": "2.0.521",
90
90
  "jest": {
91
91
  "testMatch": [
92
92
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",