gt-sanity 3.1.4 → 3.1.5

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.
package/dist/index.cjs CHANGED
@@ -2655,7 +2655,7 @@ const useTranslations = () => {
2655
2655
  ] }) })
2656
2656
  }
2657
2657
  ) : null;
2658
- var version = "3.1.4";
2658
+ var version = "3.1.5";
2659
2659
  function buildDebugInfo({
2660
2660
  secrets,
2661
2661
  preferences,
package/dist/index.js CHANGED
@@ -2668,7 +2668,7 @@ const useTranslations = () => {
2668
2668
  ] }) })
2669
2669
  }
2670
2670
  ) : null;
2671
- var version = "3.1.4";
2671
+ var version = "3.1.5";
2672
2672
  function buildDebugInfo({
2673
2673
  secrets,
2674
2674
  preferences,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-sanity",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "General Translation integration with Sanity",
5
5
  "keywords": [
6
6
  "sanity",
@@ -55,7 +55,7 @@
55
55
  "jsonpointer": "^5.0.1",
56
56
  "lodash.merge": "^4.6.2",
57
57
  "sanity-plugin-internationalized-array": "^5.1.0",
58
- "generaltranslation": "9.1.1"
58
+ "generaltranslation": "9.1.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@portabletext/types": "^2.0.15",