@aws-sdk/client-codedeploy
Advanced tools
+6
-6
| { | ||
| "name": "@aws-sdk/client-codedeploy", | ||
| "version": "3.1107.0", | ||
| "version": "3.1108.0", | ||
| "description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native", | ||
@@ -48,8 +48,8 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codedeploy", | ||
| "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts", | ||
| "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs" | ||
| "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs" | ||
| }, | ||
| "dependencies": { | ||
| "@aws-sdk/core": "^3.977.6", | ||
| "@aws-sdk/credential-provider-node": "^3.972.78", | ||
| "@aws-sdk/types": "^3.974.2", | ||
| "@aws-sdk/core": "^3.977.7", | ||
| "@aws-sdk/credential-provider-node": "^3.972.79", | ||
| "@aws-sdk/types": "^3.974.3", | ||
| "@smithy/core": "^3.31.1", | ||
@@ -67,3 +67,3 @@ "@smithy/fetch-http-handler": "^5.6.13", | ||
| "premove": "4.0.0", | ||
| "typescript": "~5.8.3" | ||
| "typescript": "~6.0.3" | ||
| }, | ||
@@ -70,0 +70,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
1228309
0