cdk-ecr-deployment 0.0.79 → 0.0.83

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 (74) hide show
  1. package/.gitattributes +20 -21
  2. package/.jsii +18 -13
  3. package/lambda/go.mod +1 -1
  4. package/lambda/go.sum +230 -66
  5. package/lib/index.js +3 -3
  6. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
  7. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +1 -0
  8. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +1 -1
  9. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +8 -8
  10. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
  11. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +11 -0
  12. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +11 -0
  13. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +88 -1
  14. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +55 -19
  15. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +5 -4
  16. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +2 -2
  17. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +7 -0
  18. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +2 -2
  19. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +8 -8
  20. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +5 -1
  21. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +1 -0
  22. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +385 -0
  23. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +24 -1
  24. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +31 -0
  25. package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
  26. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1 -0
  27. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +1 -1
  28. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +8 -8
  29. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
  30. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +11 -0
  31. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +11 -0
  32. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +88 -1
  33. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +55 -19
  34. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +5 -4
  35. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +2 -2
  36. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +7 -0
  37. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +2 -2
  38. package/node_modules/@types/keyv/node_modules/@types/node/package.json +8 -8
  39. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +5 -1
  40. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +1 -0
  41. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +385 -0
  42. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +24 -1
  43. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +31 -0
  44. package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
  45. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +1 -0
  46. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +1 -1
  47. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +8 -8
  48. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +6 -0
  49. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +11 -0
  50. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +11 -0
  51. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +88 -1
  52. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +55 -19
  53. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +5 -4
  54. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +2 -2
  55. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +7 -0
  56. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +2 -2
  57. package/node_modules/@types/responselike/node_modules/@types/node/package.json +8 -8
  58. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +5 -1
  59. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +1 -0
  60. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +385 -0
  61. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +24 -1
  62. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +31 -0
  63. package/node_modules/got/dist/source/as-promise/parse-body.d.ts +1 -1
  64. package/node_modules/got/dist/source/as-promise/types.js +2 -0
  65. package/node_modules/got/dist/source/core/index.d.ts +1 -1
  66. package/node_modules/got/dist/source/core/index.js +9 -3
  67. package/node_modules/got/dist/source/types.d.ts +14 -12
  68. package/node_modules/got/package.json +2 -2
  69. package/node_modules/got/readme.md +11 -10
  70. package/node_modules/keyv/LICENSE +1 -1
  71. package/node_modules/keyv/README.md +12 -10
  72. package/node_modules/keyv/package.json +17 -12
  73. package/node_modules/keyv/src/index.js +14 -16
  74. package/package.json +38 -38
package/.gitattributes CHANGED
@@ -1,23 +1,22 @@
1
1
  # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
2
2
 
3
- *.snap linguist-generated
4
- /.eslintrc.json linguist-generated
5
- /.gitattributes linguist-generated
6
- /.github/pull_request_template.md linguist-generated
7
- /.github/workflows/auto-approve.yml linguist-generated
8
- /.github/workflows/build.yml linguist-generated
9
- /.github/workflows/release.yml linguist-generated
10
- /.github/workflows/stale.yml linguist-generated
11
- /.github/workflows/upgrade-projen.yml linguist-generated
12
- /.github/workflows/upgrade.yml linguist-generated
13
- /.gitignore linguist-generated
14
- /.mergify.yml linguist-generated
15
- /.npmignore linguist-generated
16
- /.projen/** linguist-generated
17
- /.projen/deps.json linguist-generated
18
- /.projen/tasks.json linguist-generated
19
- /LICENSE linguist-generated
20
- /package.json linguist-generated
21
- /tsconfig.eslint.json linguist-generated
22
- /tsconfig.jest.json linguist-generated
23
- /yarn.lock linguist-generated
3
+ *.snap linguist-generated
4
+ /.eslintrc.json linguist-generated
5
+ /.gitattributes linguist-generated
6
+ /.github/pull_request_template.md linguist-generated
7
+ /.github/workflows/auto-approve.yml linguist-generated
8
+ /.github/workflows/build.yml linguist-generated
9
+ /.github/workflows/pull-request-lint.yml linguist-generated
10
+ /.github/workflows/release.yml linguist-generated
11
+ /.github/workflows/stale.yml linguist-generated
12
+ /.github/workflows/upgrade-main.yml linguist-generated
13
+ /.gitignore linguist-generated
14
+ /.mergify.yml linguist-generated
15
+ /.npmignore linguist-generated
16
+ /.projen/** linguist-generated
17
+ /.projen/deps.json linguist-generated
18
+ /.projen/tasks.json linguist-generated
19
+ /LICENSE linguist-generated
20
+ /package.json linguist-generated
21
+ /tsconfig.dev.json linguist-generated
22
+ /yarn.lock linguist-generated
package/.jsii CHANGED
@@ -6,13 +6,13 @@
6
6
  ]
7
7
  },
8
8
  "bundled": {
9
- "got": "^11.8.2"
9
+ "got": "^11.8.3"
10
10
  },
11
11
  "dependencies": {
12
- "@aws-cdk/aws-ec2": "^1.126.0",
13
- "@aws-cdk/aws-iam": "^1.126.0",
14
- "@aws-cdk/aws-lambda": "^1.126.0",
15
- "@aws-cdk/core": "^1.126.0",
12
+ "@aws-cdk/aws-ec2": "^1.134.0",
13
+ "@aws-cdk/aws-iam": "^1.134.0",
14
+ "@aws-cdk/aws-lambda": "^1.134.0",
15
+ "@aws-cdk/core": "^1.134.0",
16
16
  "constructs": "^3.2.27"
17
17
  },
18
18
  "dependencyClosure": {
@@ -668,7 +668,7 @@
668
668
  "stability": "stable"
669
669
  },
670
670
  "homepage": "https://github.com/cdklabs/cdk-ecr-deployment",
671
- "jsiiVersion": "1.38.0 (build 717bef2)",
671
+ "jsiiVersion": "1.46.0 (build cd08c55)",
672
672
  "keywords": [
673
673
  "cdk"
674
674
  ],
@@ -771,7 +771,8 @@
771
771
  "primitive": "string"
772
772
  }
773
773
  }
774
- ]
774
+ ],
775
+ "symbolId": "src/index:DockerImageName"
775
776
  },
776
777
  "cdk-ecr-deployment.ECRDeployment": {
777
778
  "assembly": "cdk-ecr-deployment",
@@ -814,7 +815,8 @@
814
815
  "filename": "src/index.ts",
815
816
  "line": 134
816
817
  },
817
- "name": "ECRDeployment"
818
+ "name": "ECRDeployment",
819
+ "symbolId": "src/index:ECRDeployment"
818
820
  },
819
821
  "cdk-ecr-deployment.ECRDeploymentProps": {
820
822
  "assembly": "cdk-ecr-deployment",
@@ -958,7 +960,8 @@
958
960
  "fqn": "@aws-cdk/aws-ec2.SubnetSelection"
959
961
  }
960
962
  }
961
- ]
963
+ ],
964
+ "symbolId": "src/index:ECRDeploymentProps"
962
965
  },
963
966
  "cdk-ecr-deployment.IImageName": {
964
967
  "assembly": "cdk-ecr-deployment",
@@ -1007,7 +1010,8 @@
1007
1010
  "primitive": "string"
1008
1011
  }
1009
1012
  }
1010
- ]
1013
+ ],
1014
+ "symbolId": "src/index:IImageName"
1011
1015
  },
1012
1016
  "cdk-ecr-deployment.S3ArchiveName": {
1013
1017
  "assembly": "cdk-ecr-deployment",
@@ -1088,9 +1092,10 @@
1088
1092
  "primitive": "string"
1089
1093
  }
1090
1094
  }
1091
- ]
1095
+ ],
1096
+ "symbolId": "src/index:S3ArchiveName"
1092
1097
  }
1093
1098
  },
1094
- "version": "0.0.79",
1095
- "fingerprint": "AwWuf9vK7Es4bFdFKjWUJWvcQPRqh6dNjERha+kAnQ8="
1099
+ "version": "0.0.83",
1100
+ "fingerprint": "dknJtMyUIROIl25WcIhVup535c+o3MfhGSb0b9CJaR4="
1096
1101
  }
package/lambda/go.mod CHANGED
@@ -8,7 +8,7 @@ require (
8
8
  github.com/aws/aws-sdk-go-v2/config v1.1.6
9
9
  github.com/aws/aws-sdk-go-v2/service/ecr v1.2.2
10
10
  github.com/aws/aws-sdk-go-v2/service/s3 v1.5.0
11
- github.com/containers/image/v5 v5.11.0
11
+ github.com/containers/image/v5 v5.17.0
12
12
  github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
13
13
  github.com/opencontainers/go-digest v1.0.0
14
14
  github.com/pkg/errors v0.9.1