@aws-cdk/integ-runner 2.117.0-alpha.0 → 2.118.0-alpha.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/NOTICE +1 -1
  3. package/package.json +11 -11
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/NOTICE CHANGED
@@ -1,2 +1,2 @@
1
1
  AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/integ-runner",
3
3
  "description": "CDK Integration Testing Tool",
4
- "version": "2.117.0-alpha.0",
4
+ "version": "2.118.0-alpha.0",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "bin": {
@@ -56,9 +56,9 @@
56
56
  },
57
57
  "license": "Apache-2.0",
58
58
  "devDependencies": {
59
- "@aws-cdk/cdk-build-tools": "2.117.0-alpha.0",
60
- "aws-cdk-lib": "2.117.0",
61
- "@aws-cdk/pkglint": "2.117.0-alpha.0",
59
+ "@aws-cdk/cdk-build-tools": "2.118.0-alpha.0",
60
+ "aws-cdk-lib": "2.118.0",
61
+ "@aws-cdk/pkglint": "2.118.0-alpha.0",
62
62
  "@types/fs-extra": "^9.0.13",
63
63
  "@types/jest": "^29.5.11",
64
64
  "@types/mock-fs": "^4.13.4",
@@ -69,13 +69,13 @@
69
69
  "jest": "^29.7.0",
70
70
  "ts-node": "^10.9.2",
71
71
  "chokidar": "^3.5.3",
72
- "@aws-cdk/cloud-assembly-schema": "2.117.0",
73
- "@aws-cdk/cloudformation-diff": "2.117.0",
74
- "@aws-cdk/cx-api": "2.117.0",
72
+ "@aws-cdk/cloud-assembly-schema": "2.118.0",
73
+ "@aws-cdk/cloudformation-diff": "2.118.0",
74
+ "@aws-cdk/cx-api": "2.118.0",
75
75
  "@aws-cdk/aws-service-spec": "^0.0.38",
76
- "cdk-assets": "2.117.0",
77
- "@aws-cdk/cdk-cli-wrapper": "2.117.0-alpha.0",
78
- "aws-cdk": "2.117.0",
76
+ "cdk-assets": "2.118.0",
77
+ "@aws-cdk/cdk-cli-wrapper": "2.118.0-alpha.0",
78
+ "aws-cdk": "2.118.0",
79
79
  "chalk": "^4",
80
80
  "fs-extra": "^9.1.0",
81
81
  "workerpool": "^6.5.1",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "@aws-cdk/aws-service-spec": "0.0.38",
86
- "aws-cdk": "2.117.0"
86
+ "aws-cdk": "2.118.0"
87
87
  },
88
88
  "repository": {
89
89
  "url": "https://github.com/aws/aws-cdk.git",