Skip to content

Commit

Permalink
🚀 update to use latest exports from tab (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanches89 authored Aug 9, 2022
1 parent 5cbb4ca commit 7576723
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
14 changes: 7 additions & 7 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.1",
"version": "2.0.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -57,6 +57,6 @@
},
"dependencies": {
"sanity-naive-html-serializer": "^1.3.0",
"sanity-translations-tab": "^2.0.0"
"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 { TransifexAdapter } from './transifexAdapter'

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

0 comments on commit 7576723

Please sign in to comment.