@tinacms/graphql 0.0.0-f3aa146-20241112221138 → 0.0.0-f90ef4d-20241119072342
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -2972,7 +2972,7 @@ var package_default = {
|
|
|
2972
2972
|
"@types/lru-cache": "^5.1.1",
|
|
2973
2973
|
"@types/mdast": "^3.0.15",
|
|
2974
2974
|
"@types/micromatch": "^4.0.9",
|
|
2975
|
-
"@types/node": "^22.
|
|
2975
|
+
"@types/node": "^22.9.0",
|
|
2976
2976
|
"@types/normalize-path": "^3.0.2",
|
|
2977
2977
|
"@types/ws": "^7.4.7",
|
|
2978
2978
|
"@types/yup": "^0.29.14",
|
|
@@ -2982,7 +2982,7 @@ var package_default = {
|
|
|
2982
2982
|
"jest-matcher-utils": "^29.7.0",
|
|
2983
2983
|
"memory-level": "^1.0.0",
|
|
2984
2984
|
nodemon: "3.1.4",
|
|
2985
|
-
typescript: "^5.6.
|
|
2985
|
+
typescript: "^5.6.3"
|
|
2986
2986
|
}
|
|
2987
2987
|
};
|
|
2988
2988
|
|
package/dist/index.mjs
CHANGED
|
@@ -2905,7 +2905,7 @@ var package_default = {
|
|
|
2905
2905
|
"@types/lru-cache": "^5.1.1",
|
|
2906
2906
|
"@types/mdast": "^3.0.15",
|
|
2907
2907
|
"@types/micromatch": "^4.0.9",
|
|
2908
|
-
"@types/node": "^22.
|
|
2908
|
+
"@types/node": "^22.9.0",
|
|
2909
2909
|
"@types/normalize-path": "^3.0.2",
|
|
2910
2910
|
"@types/ws": "^7.4.7",
|
|
2911
2911
|
"@types/yup": "^0.29.14",
|
|
@@ -2915,7 +2915,7 @@ var package_default = {
|
|
|
2915
2915
|
"jest-matcher-utils": "^29.7.0",
|
|
2916
2916
|
"memory-level": "^1.0.0",
|
|
2917
2917
|
nodemon: "3.1.4",
|
|
2918
|
-
typescript: "^5.6.
|
|
2918
|
+
typescript: "^5.6.3"
|
|
2919
2919
|
}
|
|
2920
2920
|
};
|
|
2921
2921
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/graphql",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-f90ef4d-20241119072342",
|
|
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.5.2",
|
|
45
45
|
"scmp": "^2.1.0",
|
|
46
46
|
"yup": "^0.32.11",
|
|
47
|
-
"@tinacms/mdx": "0.0.0-
|
|
48
|
-
"@tinacms/schema-tools": "0.0.0-
|
|
47
|
+
"@tinacms/mdx": "0.0.0-f90ef4d-20241119072342",
|
|
48
|
+
"@tinacms/schema-tools": "0.0.0-f90ef4d-20241119072342"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"registry": "https://registry.npmjs.org"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@types/lru-cache": "^5.1.1",
|
|
67
67
|
"@types/mdast": "^3.0.15",
|
|
68
68
|
"@types/micromatch": "^4.0.9",
|
|
69
|
-
"@types/node": "^22.
|
|
69
|
+
"@types/node": "^22.9.0",
|
|
70
70
|
"@types/normalize-path": "^3.0.2",
|
|
71
71
|
"@types/ws": "^7.4.7",
|
|
72
72
|
"@types/yup": "^0.29.14",
|
|
@@ -76,9 +76,9 @@
|
|
|
76
76
|
"jest-matcher-utils": "^29.7.0",
|
|
77
77
|
"memory-level": "^1.0.0",
|
|
78
78
|
"nodemon": "3.1.4",
|
|
79
|
-
"typescript": "^5.6.
|
|
80
|
-
"@tinacms/schema-tools": "0.0.0-
|
|
81
|
-
"@tinacms/scripts": "
|
|
79
|
+
"typescript": "^5.6.3",
|
|
80
|
+
"@tinacms/schema-tools": "0.0.0-f90ef4d-20241119072342",
|
|
81
|
+
"@tinacms/scripts": "0.0.0-f90ef4d-20241119072342"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"types": "pnpm tsc",
|