Skip to content

Commit

Permalink
update to use latest exports from tab (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
cngonzalez authored Aug 7, 2022
1 parent 1d475a4 commit c854111
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -54,6 +54,6 @@
"typescript": "^4.0.5"
},
"dependencies": {
"sanity-translations-tab": "^2.0.1"
"sanity-translations-tab": "^2.0.3"
}
}
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
defaultStopTypes,
customSerializers,
Adapter,
documentLevelPatch,
fieldLevelPatch,
} from 'sanity-translations-tab'
import { SmartlingAdapter } from './adapter'

Expand All @@ -35,6 +37,8 @@ const defaultFieldLevelConfig: ConfigOptions = {
export {
TranslationsTab,
findLatestDraft,
documentLevelPatch,
fieldLevelPatch,
BaseDocumentDeserializer,
BaseDocumentSerializer,
BaseDocumentMerger,
Expand Down

0 comments on commit c854111

Please sign in to comment.