|
154 | 154 | "@aws-amplify/data-construct/@aws-sdk/credential-provider-node", |
155 | 155 | "@aws-amplify/data-construct/@aws-sdk/credential-provider-process", |
156 | 156 | "@aws-amplify/data-construct/@aws-sdk/credential-provider-sso", |
| 157 | + "@aws-amplify/data-construct/@aws-sdk/credential-provider-login", |
157 | 158 | "@aws-amplify/data-construct/@aws-sdk/credential-provider-web-identity", |
158 | 159 | "@aws-amplify/data-construct/@aws-sdk/middleware-host-header", |
159 | 160 | "@aws-amplify/data-construct/@aws-sdk/middleware-logger", |
|
167 | 168 | "@aws-amplify/data-construct/@aws-sdk/util-locate-window", |
168 | 169 | "@aws-amplify/data-construct/@aws-sdk/util-user-agent-browser", |
169 | 170 | "@aws-amplify/data-construct/@aws-sdk/util-user-agent-node", |
| 171 | + "@aws-amplify/data-construct/@aws-sdk/xml-builder", |
| 172 | + "@aws-amplify/data-construct/@aws/lambda-invoke-store", |
| 173 | + "@aws-amplify/data-construct/@opentelemetry/api", |
| 174 | + "@aws-amplify/data-construct/@opentelemetry/core", |
| 175 | + "@aws-amplify/data-construct/@opentelemetry/resources", |
| 176 | + "@aws-amplify/data-construct/@opentelemetry/sdk-trace-base", |
| 177 | + "@aws-amplify/data-construct/@opentelemetry/semantic-conventions", |
170 | 178 | "@aws-amplify/data-construct/@smithy/abort-controller", |
171 | 179 | "@aws-amplify/data-construct/@smithy/config-resolver", |
172 | 180 | "@aws-amplify/data-construct/@smithy/core", |
|
211 | 219 | "@aws-amplify/data-construct/@smithy/util-stream", |
212 | 220 | "@aws-amplify/data-construct/@smithy/util-uri-escape", |
213 | 221 | "@aws-amplify/data-construct/@smithy/util-utf8", |
| 222 | + "@aws-amplify/data-construct/@smithy/uuid", |
214 | 223 | "@aws-amplify/data-construct/@types/uuid", |
215 | 224 | "@aws-amplify/data-construct/bowser", |
216 | 225 | "@aws-amplify/data-construct/charenc", |
|
282 | 291 | "@aws-amplify/graphql-api-construct/@aws-sdk/credential-provider-node", |
283 | 292 | "@aws-amplify/graphql-api-construct/@aws-sdk/credential-provider-process", |
284 | 293 | "@aws-amplify/graphql-api-construct/@aws-sdk/credential-provider-sso", |
| 294 | + "@aws-amplify/graphql-api-construct/@aws-sdk/credential-provider-login", |
285 | 295 | "@aws-amplify/graphql-api-construct/@aws-sdk/credential-provider-web-identity", |
286 | 296 | "@aws-amplify/graphql-api-construct/@aws-sdk/middleware-host-header", |
287 | 297 | "@aws-amplify/graphql-api-construct/@aws-sdk/middleware-logger", |
|
295 | 305 | "@aws-amplify/graphql-api-construct/@aws-sdk/util-locate-window", |
296 | 306 | "@aws-amplify/graphql-api-construct/@aws-sdk/util-user-agent-browser", |
297 | 307 | "@aws-amplify/graphql-api-construct/@aws-sdk/util-user-agent-node", |
| 308 | + "@aws-amplify/graphql-api-construct/@aws-sdk/xml-builder", |
| 309 | + "@aws-amplify/graphql-api-construct/@aws/lambda-invoke-store", |
| 310 | + "@aws-amplify/graphql-api-construct/@opentelemetry/api", |
| 311 | + "@aws-amplify/graphql-api-construct/@opentelemetry/core", |
| 312 | + "@aws-amplify/graphql-api-construct/@opentelemetry/resources", |
| 313 | + "@aws-amplify/graphql-api-construct/@opentelemetry/sdk-trace-base", |
| 314 | + "@aws-amplify/graphql-api-construct/@opentelemetry/semantic-conventions", |
298 | 315 | "@aws-amplify/graphql-api-construct/@smithy/abort-controller", |
299 | 316 | "@aws-amplify/graphql-api-construct/@smithy/config-resolver", |
300 | 317 | "@aws-amplify/graphql-api-construct/@smithy/core", |
|
339 | 356 | "@aws-amplify/graphql-api-construct/@smithy/util-stream", |
340 | 357 | "@aws-amplify/graphql-api-construct/@smithy/util-uri-escape", |
341 | 358 | "@aws-amplify/graphql-api-construct/@smithy/util-utf8", |
| 359 | + "@aws-amplify/graphql-api-construct/@smithy/uuid", |
342 | 360 | "@aws-amplify/graphql-api-construct/@types/uuid", |
343 | 361 | "@aws-amplify/graphql-api-construct/bowser", |
344 | 362 | "@aws-amplify/graphql-api-construct/charenc", |
|
422 | 440 | "rimraf": "^3.0.0", |
423 | 441 | "ts-jest": "^29.0.0", |
424 | 442 | "ts-node": "^8.10.1", |
425 | | - "typescript": "^4.5.5" |
| 443 | + "typescript": "^4.5.5", |
| 444 | + "zod": "3.25.17" |
426 | 445 | }, |
427 | 446 | "resolutions": { |
| 447 | + "@aws-amplify/plugin-types": "1.12.0", |
428 | 448 | "**/glob-parent": "^6.0.2", |
429 | 449 | "**/istanbul/async": "^2.6.4", |
430 | 450 | "**/jake/async": "^2.6.4", |
|
0 commit comments