cdk-common 2.0.519 → 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 (44) hide show
  1. package/.jsii +14 -2
  2. package/API.md +10 -0
  3. package/lib/main.js +1 -1
  4. package/lib/managed-policies.d.ts +2 -0
  5. package/lib/managed-policies.js +3 -1
  6. package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
  7. package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +6 -3
  8. package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +2 -0
  9. package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +17 -9
  10. package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +5 -4
  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/net.d.ts +8 -6
  13. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
  14. package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +30 -21
  15. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  16. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
  17. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
  18. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
  19. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/net.d.ts +8 -6
  20. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/process.d.ts +30 -21
  21. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
  22. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
  23. package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +4 -1
  24. package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +2 -2
  25. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  26. package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +6 -3
  27. package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +2 -0
  28. package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +17 -9
  29. package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +5 -4
  30. package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +1 -1
  31. package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +8 -6
  32. package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
  33. package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +30 -21
  34. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
  35. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
  36. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
  37. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
  38. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/net.d.ts +8 -6
  39. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/process.d.ts +30 -21
  40. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
  41. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
  42. package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +4 -1
  43. package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +2 -2
  44. package/package.json +2 -2
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.87",
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.519",
89
+ "version": "2.0.521",
90
90
  "jest": {
91
91
  "testMatch": [
92
92
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",