gt-sanity 4.0.2 → 4.0.4

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
@@ -2719,7 +2719,7 @@ const useTranslations = () => {
2719
2719
  ] }) })
2720
2720
  }
2721
2721
  ) : null;
2722
- var version = "4.0.2";
2722
+ var version = "4.0.4";
2723
2723
  function buildDebugInfo({
2724
2724
  secrets,
2725
2725
  preferences,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-sanity",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
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.1.5"
51
+ "generaltranslation": "9.1.7"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@portabletext/types": "^2.0.15",