@tinacms/graphql 1.6.0 → 1.6.1
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -3083,7 +3083,7 @@ var validateField = async (field) => {
|
|
|
3083
3083
|
// package.json
|
|
3084
3084
|
var package_default = {
|
|
3085
3085
|
name: "@tinacms/graphql",
|
|
3086
|
-
version: "1.6.
|
|
3086
|
+
version: "1.6.1",
|
|
3087
3087
|
main: "dist/index.js",
|
|
3088
3088
|
module: "dist/index.mjs",
|
|
3089
3089
|
typings: "dist/index.d.ts",
|
package/dist/index.mjs
CHANGED
|
@@ -3019,7 +3019,7 @@ var validateField = async (field) => {
|
|
|
3019
3019
|
// package.json
|
|
3020
3020
|
var package_default = {
|
|
3021
3021
|
name: "@tinacms/graphql",
|
|
3022
|
-
version: "1.6.
|
|
3022
|
+
version: "1.6.1",
|
|
3023
3023
|
main: "dist/index.js",
|
|
3024
3024
|
module: "dist/index.mjs",
|
|
3025
3025
|
typings: "dist/index.d.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"readable-stream": "^4.7.0",
|
|
45
45
|
"scmp": "^2.1.0",
|
|
46
46
|
"yup": "^0.32.11",
|
|
47
|
-
"@tinacms/
|
|
48
|
-
"@tinacms/
|
|
47
|
+
"@tinacms/schema-tools": "1.9.1",
|
|
48
|
+
"@tinacms/mdx": "1.8.1"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"registry": "https://registry.npmjs.org"
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"vite": "^4.5.9",
|
|
76
76
|
"vitest": "^0.32.4",
|
|
77
77
|
"zod": "^3.24.2",
|
|
78
|
-
"@tinacms/
|
|
79
|
-
"@tinacms/
|
|
78
|
+
"@tinacms/scripts": "1.4.0",
|
|
79
|
+
"@tinacms/schema-tools": "1.9.1"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"types": "pnpm tsc",
|