-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api-headless-cms): add missing dynamic zone storage transform (#4399
- Loading branch information
1 parent
69a78b3
commit a88d624
Showing
31 changed files
with
1,027 additions
and
304 deletions.
There are no files selected for viewing
92 changes: 0 additions & 92 deletions
92
packages/api-headless-cms-ddb-es/__tests__/plugins/dynamoDb/storage/date.test.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
import { createRichTextStorageTransformPlugin } from "./storage/richText"; | ||
import { createLongTextStorageTransformPlugin } from "./storage/longText"; | ||
import { createDateStorageTransformPlugin } from "./storage/date"; | ||
|
||
export default () => createDynamoDbPlugins(); | ||
|
||
export const createDynamoDbPlugins = () => { | ||
return [ | ||
createRichTextStorageTransformPlugin(), | ||
createLongTextStorageTransformPlugin(), | ||
createDateStorageTransformPlugin() | ||
]; | ||
return [createRichTextStorageTransformPlugin(), createLongTextStorageTransformPlugin()]; | ||
}; |
77 changes: 0 additions & 77 deletions
77
packages/api-headless-cms-ddb-es/src/dynamoDb/storage/date.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 0 additions & 73 deletions
73
packages/api-headless-cms-ddb/src/dynamoDb/storage/date.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.