Skip to content

Commit cc24307

Browse files
authored
chore: upgrade to smithy 1.58.0 (#1616)
1 parent 347f182 commit cc24307

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
smithyVersion=1.57.1
1+
smithyVersion=1.58.0
22
smithyGradleVersion=1.2.0

private/smithy-rpcv2-cbor-schema/src/schemas/schemas.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const _B = "Boolean";
2-
const _BL = "BooleanList";
3-
const _BLl = "BlobList";
4-
const _Bl = "Blob";
1+
const _B = "Blob";
2+
const _BL = "BlobList";
3+
const _BLo = "BooleanList";
4+
const _Bo = "Boolean";
55
const _By = "Byte";
66
const _CE = "ComplexError";
77
const _CNED = "ComplexNestedErrorData";
@@ -342,7 +342,7 @@ export var SparseNullsOperationInputOutput = struct(
342342
export var StructureListMember = struct(n1, _SLM, 0, [_a, _b_], [0, 0]);
343343
export var GreetingStruct = struct(n2, _GS, 0, [_h], [0]);
344344
export var RpcV2ProtocolServiceException = error(
345-
"awssdkjs.synthetic.smithy.protocoltests.rpcv2Cbor",
345+
"smithy.ts.sdk.synthetic.smithy.protocoltests.rpcv2Cbor",
346346
"RpcV2ProtocolServiceException",
347347
0,
348348
[],

0 commit comments

Comments
 (0)