@tinacms/graphql 2.4.8 → 2.4.9
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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3052,7 +3052,7 @@ var assertCheckboxGroupIsList = (field) => {
|
|
|
3052
3052
|
var package_default = {
|
|
3053
3053
|
name: "@tinacms/graphql",
|
|
3054
3054
|
type: "module",
|
|
3055
|
-
version: "2.4.
|
|
3055
|
+
version: "2.4.9",
|
|
3056
3056
|
main: "dist/index.js",
|
|
3057
3057
|
module: "./dist/index.js",
|
|
3058
3058
|
files: [
|
|
@@ -3084,8 +3084,8 @@ var package_default = {
|
|
|
3084
3084
|
},
|
|
3085
3085
|
dependencies: {
|
|
3086
3086
|
"@iarna/toml": "catalog:",
|
|
3087
|
-
"@tinacms/mdx": "workspace
|
|
3088
|
-
"@tinacms/schema-tools": "workspace
|
|
3087
|
+
"@tinacms/mdx": "workspace:^",
|
|
3088
|
+
"@tinacms/schema-tools": "workspace:^",
|
|
3089
3089
|
"abstract-level": "catalog:",
|
|
3090
3090
|
"date-fns": "4.1.0",
|
|
3091
3091
|
"es-toolkit": "^1.42.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.9",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"normalize-path": "^3.0.0",
|
|
44
44
|
"readable-stream": "^4.7.0",
|
|
45
45
|
"yup": "^1.6.1",
|
|
46
|
-
"@tinacms/
|
|
47
|
-
"@tinacms/
|
|
46
|
+
"@tinacms/mdx": "^2.1.11",
|
|
47
|
+
"@tinacms/schema-tools": "^2.8.3"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"registry": "https://registry.npmjs.org"
|