Skip to content

Commit 06b0ce8

Browse files
authored
chore(schema): move serde functions from smithy-client to core/serde (#1594)
1 parent 0547fab commit 06b0ce8

15 files changed

+14
-6
lines changed

.changeset/wild-rice-love.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@smithy/smithy-client": minor
3+
"@smithy/core": minor
4+
---
5+
6+
move serde functions from smithy-client to core/serde
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
export * from "./parse-utils";
2+
export * from "./date-utils";
3+
export * from "./quote-header";
4+
export * from "./split-header";
15
export * from "./value/NumericValue";
6+
export * from "./lazy-json";
7+
export * from "./split-every";

0 commit comments

Comments
 (0)