aws-cdk 2.1113.0 → 2.1114.0

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 (47) hide show
  1. package/THIRD_PARTY_LICENSES +94 -1336
  2. package/build-info.json +2 -2
  3. package/db.json.gz +0 -0
  4. package/lib/cli/cdk-toolkit.js +33 -32
  5. package/lib/cli/cli-config.js +2 -2
  6. package/lib/cli/cli-type-registry.json +1 -1
  7. package/lib/cli/cli.js +15 -15
  8. package/lib/cli/display-version.js +2 -2
  9. package/lib/cli/io-host/cli-io-host.js +5 -5
  10. package/lib/cli/parse-command-line-arguments.js +2 -2
  11. package/lib/cli/root-dir.js +2 -2
  12. package/lib/cli/telemetry/error.d.ts +15 -2
  13. package/lib/cli/telemetry/error.js +63 -11
  14. package/lib/cli/telemetry/schema.d.ts +1 -8
  15. package/lib/cli/telemetry/schema.js +1 -10
  16. package/lib/cli/telemetry/session.js +4 -4
  17. package/lib/cli/telemetry/sink/endpoint-sink.js +3 -3
  18. package/lib/cli/telemetry/sink/file-sink.js +2 -2
  19. package/lib/cli/telemetry/sink/funnel.js +2 -2
  20. package/lib/cli/user-configuration.js +8 -8
  21. package/lib/cli/user-input.d.ts +1 -1
  22. package/lib/cli/user-input.js +1 -1
  23. package/lib/cli/util/npm.js +3 -3
  24. package/lib/commands/context.js +5 -5
  25. package/lib/commands/init/init-hooks.js +2 -2
  26. package/lib/commands/init/init.js +18 -18
  27. package/lib/commands/init/os.js +2 -2
  28. package/lib/commands/migrate.js +14 -14
  29. package/lib/cxapp/cloud-assembly.js +5 -5
  30. package/lib/cxapp/cloud-executable.js +3 -3
  31. package/lib/cxapp/environments.js +3 -3
  32. package/lib/cxapp/exec.js +20 -38
  33. package/lib/index.d.ts +0 -1
  34. package/lib/index.js +42265 -46230
  35. package/package.json +7 -38
  36. package/lib/legacy/aws-auth.d.ts +0 -74
  37. package/lib/legacy/aws-auth.js +0 -47
  38. package/lib/legacy/configuration.d.ts +0 -82
  39. package/lib/legacy/configuration.js +0 -322
  40. package/lib/legacy/index.d.ts +0 -19
  41. package/lib/legacy/index.js +0 -77
  42. package/lib/legacy/logging.d.ts +0 -82
  43. package/lib/legacy/logging.js +0 -154
  44. package/lib/legacy/types.d.ts +0 -31
  45. package/lib/legacy/types.js +0 -3
  46. package/lib/legacy-exports.d.ts +0 -8
  47. package/lib/legacy-exports.js +0 -51
package/build-info.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2026-03-23T18:35:41Z by generate.sh",
3
- "commit": "bb3ff6f"
2
+ "comment": "Generated at 2026-03-26T13:50:56Z by generate.sh",
3
+ "commit": "3692394"
4
4
  }
package/db.json.gz CHANGED
Binary file