gt-sanity 4.0.13 → 4.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2923,7 +2923,7 @@ const useTranslations = () => {
2923
2923
  ] }) })
2924
2924
  }
2925
2925
  ) : null;
2926
- var version = "4.0.13";
2926
+ var version = "4.0.14";
2927
2927
  function buildDebugInfo({
2928
2928
  secrets,
2929
2929
  preferences,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-sanity",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
4
4
  "description": "General Translation integration with Sanity",
5
5
  "keywords": [
6
6
  "sanity",
@@ -48,7 +48,7 @@
48
48
  "jsonpointer": "^5.0.1",
49
49
  "lodash.merge": "^4.6.2",
50
50
  "sanity-plugin-internationalized-array": "^5.1.27",
51
- "generaltranslation": "9.3.0"
51
+ "generaltranslation": "9.3.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@portabletext/types": "^2.0.15",