cloudstructs 0.6.50 → 0.7.1

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
@@ -88,8 +88,6 @@
88
88
  "organization": false
89
89
  },
90
90
  "devDependencies": {
91
- "@aws-cdk/aws-apigatewayv2-alpha": "2.1.0-alpha.0",
92
- "@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.1.0-alpha.0",
93
91
  "@aws-sdk/client-cloudformation": "^3.501.0",
94
92
  "@aws-sdk/client-dynamodb": "^3.501.0",
95
93
  "@aws-sdk/client-ecr": "^3.501.0",
@@ -108,7 +106,7 @@
108
106
  "@typescript-eslint/eslint-plugin": "^6",
109
107
  "@typescript-eslint/parser": "^6",
110
108
  "aws-cdk": "^2",
111
- "aws-cdk-lib": "2.1.0",
109
+ "aws-cdk-lib": "2.112.0",
112
110
  "aws-sdk-client-mock": "^2.2.0",
113
111
  "aws-sdk-client-mock-jest": "^2.2.0",
114
112
  "constructs": "10.0.5",
@@ -131,9 +129,7 @@
131
129
  "typescript": "^5.3.3"
132
130
  },
133
131
  "peerDependencies": {
134
- "@aws-cdk/aws-apigatewayv2-alpha": "^2.1.0-alpha.0",
135
- "@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.1.0-alpha.0",
136
- "aws-cdk-lib": "^2.1.0",
132
+ "aws-cdk-lib": "^2.112.0",
137
133
  "constructs": "^10.0.5"
138
134
  },
139
135
  "dependencies": {
@@ -149,7 +145,7 @@
149
145
  ],
150
146
  "main": "lib/index.js",
151
147
  "license": "Apache-2.0",
152
- "version": "0.6.50",
148
+ "version": "0.7.1",
153
149
  "jest": {
154
150
  "testMatch": [
155
151
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",