@tinacms/graphql 1.5.19 → 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 +27 -27
- package/dist/index.mjs +27 -27
- 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.
|
|
3086
|
+
version: "1.6.1",
|
|
3087
3087
|
main: "dist/index.js",
|
|
3088
3088
|
module: "dist/index.mjs",
|
|
3089
3089
|
typings: "dist/index.d.ts",
|
|
@@ -3113,28 +3113,28 @@ var package_default = {
|
|
|
3113
3113
|
"test-watch": "vitest"
|
|
3114
3114
|
},
|
|
3115
3115
|
dependencies: {
|
|
3116
|
-
"@iarna/toml": "
|
|
3116
|
+
"@iarna/toml": "catalog:",
|
|
3117
3117
|
"@tinacms/mdx": "workspace:*",
|
|
3118
3118
|
"@tinacms/schema-tools": "workspace:*",
|
|
3119
|
-
"abstract-level": "
|
|
3119
|
+
"abstract-level": "catalog:",
|
|
3120
3120
|
"date-fns": "^2.30.0",
|
|
3121
|
-
"fast-glob": "
|
|
3122
|
-
"fs-extra": "
|
|
3123
|
-
"glob-parent": "
|
|
3121
|
+
"fast-glob": "catalog:",
|
|
3122
|
+
"fs-extra": "catalog:",
|
|
3123
|
+
"glob-parent": "catalog:",
|
|
3124
3124
|
graphql: "15.8.0",
|
|
3125
|
-
"gray-matter": "
|
|
3126
|
-
"isomorphic-git": "
|
|
3127
|
-
"js-sha1": "
|
|
3125
|
+
"gray-matter": "catalog:",
|
|
3126
|
+
"isomorphic-git": "catalog:",
|
|
3127
|
+
"js-sha1": "catalog:",
|
|
3128
3128
|
"js-yaml": "^3.14.1",
|
|
3129
|
-
"jsonpath-plus": "
|
|
3130
|
-
"lodash.clonedeep": "
|
|
3131
|
-
"lodash.set": "
|
|
3132
|
-
"lodash.uniqby": "
|
|
3133
|
-
"many-level": "
|
|
3134
|
-
micromatch: "
|
|
3135
|
-
"normalize-path": "
|
|
3136
|
-
"readable-stream": "
|
|
3137
|
-
scmp: "
|
|
3129
|
+
"jsonpath-plus": "catalog:",
|
|
3130
|
+
"lodash.clonedeep": "catalog:",
|
|
3131
|
+
"lodash.set": "catalog:",
|
|
3132
|
+
"lodash.uniqby": "catalog:",
|
|
3133
|
+
"many-level": "catalog:",
|
|
3134
|
+
micromatch: "catalog:",
|
|
3135
|
+
"normalize-path": "catalog:",
|
|
3136
|
+
"readable-stream": "catalog:",
|
|
3137
|
+
scmp: "catalog:",
|
|
3138
3138
|
yup: "^0.32.11"
|
|
3139
3139
|
},
|
|
3140
3140
|
publishConfig: {
|
|
@@ -3149,20 +3149,20 @@ var package_default = {
|
|
|
3149
3149
|
"@tinacms/scripts": "workspace:*",
|
|
3150
3150
|
"@types/cors": "^2.8.17",
|
|
3151
3151
|
"@types/estree": "^0.0.50",
|
|
3152
|
-
"@types/express": "
|
|
3152
|
+
"@types/express": "catalog:",
|
|
3153
3153
|
"@types/fs-extra": "^9.0.13",
|
|
3154
3154
|
"@types/js-yaml": "^3.12.10",
|
|
3155
|
-
"@types/lodash.camelcase": "
|
|
3156
|
-
"@types/lodash.upperfirst": "
|
|
3157
|
-
"@types/lru-cache": "
|
|
3158
|
-
"@types/mdast": "
|
|
3159
|
-
"@types/micromatch": "
|
|
3155
|
+
"@types/lodash.camelcase": "catalog:",
|
|
3156
|
+
"@types/lodash.upperfirst": "catalog:",
|
|
3157
|
+
"@types/lru-cache": "catalog:",
|
|
3158
|
+
"@types/mdast": "catalog:",
|
|
3159
|
+
"@types/micromatch": "catalog:",
|
|
3160
3160
|
"@types/node": "^22.13.1",
|
|
3161
|
-
"@types/normalize-path": "
|
|
3162
|
-
"@types/ws": "
|
|
3161
|
+
"@types/normalize-path": "catalog:",
|
|
3162
|
+
"@types/ws": "catalog:",
|
|
3163
3163
|
"@types/yup": "^0.29.14",
|
|
3164
3164
|
"jest-file-snapshot": "^0.5.0",
|
|
3165
|
-
"memory-level": "
|
|
3165
|
+
"memory-level": "catalog:",
|
|
3166
3166
|
typescript: "^5.7.3",
|
|
3167
3167
|
vite: "^4.5.9",
|
|
3168
3168
|
vitest: "^0.32.4",
|
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.
|
|
3022
|
+
version: "1.6.1",
|
|
3023
3023
|
main: "dist/index.js",
|
|
3024
3024
|
module: "dist/index.mjs",
|
|
3025
3025
|
typings: "dist/index.d.ts",
|
|
@@ -3049,28 +3049,28 @@ var package_default = {
|
|
|
3049
3049
|
"test-watch": "vitest"
|
|
3050
3050
|
},
|
|
3051
3051
|
dependencies: {
|
|
3052
|
-
"@iarna/toml": "
|
|
3052
|
+
"@iarna/toml": "catalog:",
|
|
3053
3053
|
"@tinacms/mdx": "workspace:*",
|
|
3054
3054
|
"@tinacms/schema-tools": "workspace:*",
|
|
3055
|
-
"abstract-level": "
|
|
3055
|
+
"abstract-level": "catalog:",
|
|
3056
3056
|
"date-fns": "^2.30.0",
|
|
3057
|
-
"fast-glob": "
|
|
3058
|
-
"fs-extra": "
|
|
3059
|
-
"glob-parent": "
|
|
3057
|
+
"fast-glob": "catalog:",
|
|
3058
|
+
"fs-extra": "catalog:",
|
|
3059
|
+
"glob-parent": "catalog:",
|
|
3060
3060
|
graphql: "15.8.0",
|
|
3061
|
-
"gray-matter": "
|
|
3062
|
-
"isomorphic-git": "
|
|
3063
|
-
"js-sha1": "
|
|
3061
|
+
"gray-matter": "catalog:",
|
|
3062
|
+
"isomorphic-git": "catalog:",
|
|
3063
|
+
"js-sha1": "catalog:",
|
|
3064
3064
|
"js-yaml": "^3.14.1",
|
|
3065
|
-
"jsonpath-plus": "
|
|
3066
|
-
"lodash.clonedeep": "
|
|
3067
|
-
"lodash.set": "
|
|
3068
|
-
"lodash.uniqby": "
|
|
3069
|
-
"many-level": "
|
|
3070
|
-
micromatch: "
|
|
3071
|
-
"normalize-path": "
|
|
3072
|
-
"readable-stream": "
|
|
3073
|
-
scmp: "
|
|
3065
|
+
"jsonpath-plus": "catalog:",
|
|
3066
|
+
"lodash.clonedeep": "catalog:",
|
|
3067
|
+
"lodash.set": "catalog:",
|
|
3068
|
+
"lodash.uniqby": "catalog:",
|
|
3069
|
+
"many-level": "catalog:",
|
|
3070
|
+
micromatch: "catalog:",
|
|
3071
|
+
"normalize-path": "catalog:",
|
|
3072
|
+
"readable-stream": "catalog:",
|
|
3073
|
+
scmp: "catalog:",
|
|
3074
3074
|
yup: "^0.32.11"
|
|
3075
3075
|
},
|
|
3076
3076
|
publishConfig: {
|
|
@@ -3085,20 +3085,20 @@ var package_default = {
|
|
|
3085
3085
|
"@tinacms/scripts": "workspace:*",
|
|
3086
3086
|
"@types/cors": "^2.8.17",
|
|
3087
3087
|
"@types/estree": "^0.0.50",
|
|
3088
|
-
"@types/express": "
|
|
3088
|
+
"@types/express": "catalog:",
|
|
3089
3089
|
"@types/fs-extra": "^9.0.13",
|
|
3090
3090
|
"@types/js-yaml": "^3.12.10",
|
|
3091
|
-
"@types/lodash.camelcase": "
|
|
3092
|
-
"@types/lodash.upperfirst": "
|
|
3093
|
-
"@types/lru-cache": "
|
|
3094
|
-
"@types/mdast": "
|
|
3095
|
-
"@types/micromatch": "
|
|
3091
|
+
"@types/lodash.camelcase": "catalog:",
|
|
3092
|
+
"@types/lodash.upperfirst": "catalog:",
|
|
3093
|
+
"@types/lru-cache": "catalog:",
|
|
3094
|
+
"@types/mdast": "catalog:",
|
|
3095
|
+
"@types/micromatch": "catalog:",
|
|
3096
3096
|
"@types/node": "^22.13.1",
|
|
3097
|
-
"@types/normalize-path": "
|
|
3098
|
-
"@types/ws": "
|
|
3097
|
+
"@types/normalize-path": "catalog:",
|
|
3098
|
+
"@types/ws": "catalog:",
|
|
3099
3099
|
"@types/yup": "^0.29.14",
|
|
3100
3100
|
"jest-file-snapshot": "^0.5.0",
|
|
3101
|
-
"memory-level": "
|
|
3101
|
+
"memory-level": "catalog:",
|
|
3102
3102
|
typescript: "^5.7.3",
|
|
3103
3103
|
vite: "^4.5.9",
|
|
3104
3104
|
vitest: "^0.32.4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "1.
|
|
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",
|