cdk-docker-image-deployment 0.0.1026 → 0.0.1027

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.
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://aws.amazon.com/"
8
8
  },
9
9
  "bundled": {
10
- "@types/aws-lambda": "^8.10.162",
10
+ "@types/aws-lambda": "^8.10.163",
11
11
  "aws-sdk": "^2.1693.0"
12
12
  },
13
13
  "dependencies": {
@@ -3560,6 +3560,6 @@
3560
3560
  "symbolId": "src/source:SourceContext"
3561
3561
  }
3562
3562
  },
3563
- "version": "0.0.1026",
3564
- "fingerprint": "b0fomr8fySvRSPcaAKGAqribCpqaDMvaxewJ+tfst+o="
3563
+ "version": "0.0.1027",
3564
+ "fingerprint": "v5rW/TpKMR5cnpApSfqiAITDSjjmk33JQ88Fyu8beGM="
3565
3565
  }
@@ -16,7 +16,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
16
16
  *
17
17
  */
18
18
  class Destination {
19
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Destination", version: "0.0.1026" };
19
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Destination", version: "0.0.1027" };
20
20
  /**
21
21
  * Uses an ECR repository in the same account as the stack as the destination for the image.
22
22
  */
@@ -47,7 +47,7 @@ const constructs_1 = require("constructs");
47
47
  * `DockerImageDeployment` pushes an image from a local or external source to a specified external destination
48
48
  */
49
49
  class DockerImageDeployment extends constructs_1.Construct {
50
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.DockerImageDeployment", version: "0.0.1026" };
50
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.DockerImageDeployment", version: "0.0.1027" };
51
51
  cb;
52
52
  constructor(scope, id, props) {
53
53
  super(scope, id);
package/lib/source.js CHANGED
@@ -60,7 +60,7 @@ const ecr_assets = __importStar(require("aws-cdk-lib/aws-ecr-assets"));
60
60
  * ```
61
61
  */
62
62
  class Source {
63
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Source", version: "0.0.1026" };
63
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Source", version: "0.0.1027" };
64
64
  /**
65
65
  * Uses a local image built from a Dockerfile in a local directory as the source.
66
66
  *
@@ -8,7 +8,7 @@ This package contains type definitions for aws-lambda (http://docs.aws.amazon.co
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sat, 06 Jun 2026 12:54:36 GMT
11
+ * Last updated: Tue, 01 Sep 2026 18:37:51 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/aws-lambda",
3
- "version": "8.10.162",
3
+ "version": "8.10.163",
4
4
  "description": "TypeScript definitions for aws-lambda",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda",
6
6
  "license": "MIT",
@@ -221,6 +221,6 @@
221
221
  "scripts": {},
222
222
  "dependencies": {},
223
223
  "peerDependencies": {},
224
- "typesPublisherContentHash": "887084a96568d7a80f9cba501909ed52cecd243d2584c88b342d42e4ce9db97a",
225
- "typeScriptVersion": "5.3"
224
+ "typesPublisherContentHash": "225c8b47434176686e640f3c484c3bef662843a3c2fbf6d1f4bd3bf7fe3971d3",
225
+ "typeScriptVersion": "5.6"
226
226
  }
@@ -258,7 +258,7 @@ export interface APIGatewayEventRequestContextJWTAuthorizer {
258
258
  integrationLatency: number;
259
259
  jwt: {
260
260
  claims: { [name: string]: string | number | boolean | string[] };
261
- scopes: string[];
261
+ scopes: string[] | null;
262
262
  };
263
263
  }
264
264
 
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "jsii-docgen": "^10.5.0",
59
59
  "jsii-pacmak": "^1.140.0",
60
60
  "jsii-rosetta": "~5.9.0",
61
- "projen": "^0.103.12",
61
+ "projen": "^0.103.13",
62
62
  "ts-jest": "^27",
63
63
  "ts-node": "^10.9.2",
64
64
  "typescript": "^4.9.5"
@@ -68,7 +68,7 @@
68
68
  "constructs": "^10.5.1"
69
69
  },
70
70
  "dependencies": {
71
- "@types/aws-lambda": "^8.10.162",
71
+ "@types/aws-lambda": "^8.10.163",
72
72
  "aws-sdk": "^2.1693.0"
73
73
  },
74
74
  "bundledDependencies": [
@@ -85,7 +85,7 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "version": "0.0.1026",
88
+ "version": "0.0.1027",
89
89
  "jest": {
90
90
  "coverageProvider": "v8",
91
91
  "testMatch": [