@flit/cdk-pipeline 1.0.21 → 1.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flit/cdk-pipeline",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "A highly customizable and extensible CI/CD pipeline intended as alternative to CDK's native CodePipeline",
5
5
  "keywords": [
6
6
  "aws",
@@ -39,21 +39,21 @@
39
39
  "path": "^0.12.7"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "^20.4.1",
43
- "aws-cdk": "^2.87.0",
44
- "aws-cdk-lib": "2.87.0",
45
- "cdk-aws-lambda-powertools-layer": "^3.5.0",
42
+ "@types/node": "^20.4.4",
43
+ "aws-cdk": "^2.88.0",
44
+ "aws-cdk-lib": "2.88.0",
45
+ "cdk-aws-lambda-powertools-layer": "^3.6.0",
46
46
  "constructs": "10.2.69",
47
47
  "jest": "^29.6.1",
48
- "jsii": "^5.1.6",
49
- "jsii-pacmak": "^1.84.0",
48
+ "jsii": "^5.1.9",
49
+ "jsii-pacmak": "^1.85.0",
50
50
  "ts-jest": "^29.1.1",
51
51
  "ts-node": "^10.9.1",
52
52
  "typescript": "^5.1.6"
53
53
  },
54
54
  "peerDependencies": {
55
- "aws-cdk-lib": "^2.85.0",
56
- "constructs": "^10.2.61"
55
+ "aws-cdk-lib": "^2.88.0",
56
+ "constructs": "^10.2.69"
57
57
  },
58
58
  "bundledDependencies": [
59
59
  "path"
@@ -145,7 +145,6 @@ export class StackSegmentConstructed extends SegmentConstructed {
145
145
  phases: {
146
146
  install: {
147
147
  "runtime-versions": {
148
- docker: "latest",
149
148
  nodejs: "latest",
150
149
  },
151
150
  commands: ["npm i -g npm@latest", "npm ci"],