@aws-sdk/client-codecatalyst 3.1105.0 → 3.1107.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 CHANGED
@@ -63,7 +63,7 @@ const commonParams = {
63
63
  Region: { type: "builtInParams", name: "region" },
64
64
  };
65
65
 
66
- var version = "3.1104.0";
66
+ var version = "3.1106.0";
67
67
  var packageInfo = {
68
68
  version: version};
69
69
 
package/dist-es/index.js CHANGED
@@ -2,8 +2,8 @@ export * from "./CodeCatalystClient";
2
2
  export * from "./CodeCatalyst";
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";
6
+ export * from "./schemas/schemas_0";
7
7
  export * from "./models/enums";
8
8
  export * from "./models/errors";
9
9
  export * from "./models/models_0";
@@ -184,8 +184,8 @@ export type { RuntimeExtension } from "./runtimeExtensions";
184
184
  export type { CodeCatalystExtensionConfiguration } from "./extensionConfiguration";
185
185
  export * from "./commands";
186
186
  export { Command as $Command } from "@smithy/core/client";
187
- export * from "./schemas/schemas_0";
188
187
  export * from "./pagination";
188
+ export * from "./schemas/schemas_0";
189
189
  export * from "./models/enums";
190
190
  export * from "./models/errors";
191
191
  export * from "./models/models_0";
@@ -5,8 +5,8 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { CodeCatalystExtensionConfiguration } 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";
9
+ export * from "./schemas/schemas_0";
10
10
  export * from "./models/enums";
11
11
  export * from "./models/errors";
12
12
  export * from "./models/models_0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
- "version": "3.1105.0",
3
+ "version": "3.1107.0",
4
4
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codecatalyst",
6
6
  "license": "Apache-2.0",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@aws-sdk/core": "^3.977.6",
50
- "@aws-sdk/token-providers": "3.1105.0",
50
+ "@aws-sdk/token-providers": "3.1107.0",
51
51
  "@aws-sdk/types": "^3.974.2",
52
52
  "@smithy/core": "^3.31.1",
53
53
  "@smithy/fetch-http-handler": "^5.6.13",