cdk-ecr-deployment 1.0.1 → 2.0.3

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 (139) hide show
  1. package/.gitattributes +2 -1
  2. package/.jsii +2685 -574
  3. package/API.md +8 -8
  4. package/README.md +2 -0
  5. package/lib/index.d.ts +2 -4
  6. package/lib/index.js +16 -18
  7. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  8. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +1 -1
  9. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +7 -3
  10. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +9 -9
  11. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +1 -1
  12. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  13. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  14. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +2 -2
  15. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +2 -2
  16. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  17. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +12 -10
  18. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +17 -12
  19. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  20. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +2 -2
  21. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +5 -5
  22. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +62 -11
  23. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +20 -3
  24. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
  25. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  26. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
  27. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +4 -5
  28. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +11 -11
  29. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +1 -1
  30. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  31. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  32. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +4 -4
  33. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  34. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  35. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +121 -14
  36. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +1 -1
  37. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -65
  38. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +2 -2
  39. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  40. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  41. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +1 -1
  42. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +1 -1
  43. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  44. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +58 -18
  45. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +3 -3
  46. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +3 -3
  47. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +1 -1
  48. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  49. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +4 -4
  50. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  51. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  52. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +1 -1
  53. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +7 -3
  54. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +9 -9
  55. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1 -1
  56. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  57. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  58. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +2 -2
  59. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +2 -2
  60. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  61. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +12 -10
  62. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +17 -12
  63. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  64. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +2 -2
  65. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +5 -5
  66. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +62 -11
  67. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +20 -3
  68. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
  69. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  70. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
  71. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +4 -5
  72. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +11 -11
  73. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +1 -1
  74. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  75. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  76. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +4 -4
  77. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  78. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  79. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +121 -14
  80. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +1 -1
  81. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -65
  82. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +2 -2
  83. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  84. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  85. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
  86. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +1 -1
  87. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  88. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +58 -18
  89. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +3 -3
  90. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +3 -3
  91. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +1 -1
  92. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  93. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +4 -4
  94. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  95. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  96. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +1 -1
  97. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +7 -3
  98. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +9 -9
  99. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +1 -1
  100. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  101. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  102. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +2 -2
  103. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +2 -2
  104. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  105. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +12 -10
  106. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +17 -12
  107. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  108. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +2 -2
  109. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +5 -5
  110. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +62 -11
  111. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +20 -3
  112. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
  113. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  114. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
  115. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +4 -5
  116. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +11 -11
  117. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +1 -1
  118. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  119. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  120. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +4 -4
  121. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  122. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  123. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +121 -14
  124. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +1 -1
  125. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -65
  126. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +2 -2
  127. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  128. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  129. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
  130. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +1 -1
  131. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  132. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +58 -18
  133. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +3 -3
  134. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +3 -3
  135. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +1 -1
  136. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  137. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +4 -4
  138. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  139. package/package.json +14 -22
package/.gitattributes CHANGED
@@ -7,7 +7,7 @@
7
7
  /.github/workflows/auto-approve.yml linguist-generated
8
8
  /.github/workflows/build.yml linguist-generated
9
9
  /.github/workflows/pull-request-lint.yml linguist-generated
10
- /.github/workflows/release-main.yml linguist-generated
10
+ /.github/workflows/release-v1-main.yml linguist-generated
11
11
  /.github/workflows/release.yml linguist-generated
12
12
  /.github/workflows/stale.yml linguist-generated
13
13
  /.github/workflows/upgrade-main.yml linguist-generated
@@ -17,6 +17,7 @@
17
17
  /.npmignore linguist-generated
18
18
  /.projen/** linguist-generated
19
19
  /.projen/deps.json linguist-generated
20
+ /.projen/files.json linguist-generated
20
21
  /.projen/tasks.json linguist-generated
21
22
  /LICENSE linguist-generated
22
23
  /package.json linguist-generated