@aws-sdk/client-codedeploy 3.1106.0 → 3.1108.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.
- package/dist-cjs/index.js +1 -1
- package/dist-es/index.js +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
package/dist-es/index.js
CHANGED
|
@@ -2,9 +2,9 @@ export * from "./CodeDeployClient";
|
|
|
2
2
|
export * from "./CodeDeploy";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export { Command as $Command } from "@smithy/core/client";
|
|
5
|
-
export * from "./schemas/schemas_0";
|
|
6
5
|
export * from "./pagination";
|
|
7
6
|
export * from "./waiters";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
8
8
|
export * from "./models/enums";
|
|
9
9
|
export * from "./models/errors";
|
|
10
10
|
export * from "./models/models_0";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -102,9 +102,9 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
102
102
|
export type { CodeDeployExtensionConfiguration } from "./extensionConfiguration";
|
|
103
103
|
export * from "./commands";
|
|
104
104
|
export { Command as $Command } from "@smithy/core/client";
|
|
105
|
-
export * from "./schemas/schemas_0";
|
|
106
105
|
export * from "./pagination";
|
|
107
106
|
export * from "./waiters";
|
|
107
|
+
export * from "./schemas/schemas_0";
|
|
108
108
|
export * from "./models/enums";
|
|
109
109
|
export * from "./models/errors";
|
|
110
110
|
export * from "./models/models_0";
|
|
@@ -5,9 +5,9 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { CodeDeployExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export { Command as $Command } from "@smithy/core/client";
|
|
8
|
-
export * from "./schemas/schemas_0";
|
|
9
8
|
export * from "./pagination";
|
|
10
9
|
export * from "./waiters";
|
|
10
|
+
export * from "./schemas/schemas_0";
|
|
11
11
|
export * from "./models/enums";
|
|
12
12
|
export * from "./models/errors";
|
|
13
13
|
export * from "./models/models_0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codedeploy",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1108.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codedeploy",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
46
46
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
47
47
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
|
|
48
|
-
"test:index": "tsc
|
|
48
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@aws-sdk/core": "^3.977.
|
|
52
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
53
|
-
"@aws-sdk/types": "^3.974.
|
|
51
|
+
"@aws-sdk/core": "^3.977.7",
|
|
52
|
+
"@aws-sdk/credential-provider-node": "^3.972.79",
|
|
53
|
+
"@aws-sdk/types": "^3.974.3",
|
|
54
54
|
"@smithy/core": "^3.31.1",
|
|
55
55
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
56
56
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"concurrently": "7.0.0",
|
|
64
64
|
"downlevel-dts": "0.10.1",
|
|
65
65
|
"premove": "4.0.0",
|
|
66
|
-
"typescript": "~
|
|
66
|
+
"typescript": "~6.0.3"
|
|
67
67
|
},
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=20.0.0"
|