@tinacms/graphql 0.0.0-fbcd928-20241024223724 → 0.0.0-feaa40f-20241112045116
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 +5 -5
package/dist/index.js
CHANGED
|
@@ -2896,7 +2896,7 @@ var validateField = async (field) => {
|
|
|
2896
2896
|
// package.json
|
|
2897
2897
|
var package_default = {
|
|
2898
2898
|
name: "@tinacms/graphql",
|
|
2899
|
-
version: "1.5.
|
|
2899
|
+
version: "1.5.7",
|
|
2900
2900
|
main: "dist/index.js",
|
|
2901
2901
|
module: "dist/index.mjs",
|
|
2902
2902
|
typings: "dist/index.d.ts",
|
|
@@ -2940,7 +2940,7 @@ var package_default = {
|
|
|
2940
2940
|
"isomorphic-git": "^1.27.1",
|
|
2941
2941
|
"js-sha1": "^0.6.0",
|
|
2942
2942
|
"js-yaml": "^3.14.1",
|
|
2943
|
-
"jsonpath-plus": "
|
|
2943
|
+
"jsonpath-plus": "10.1.0",
|
|
2944
2944
|
"lodash.clonedeep": "^4.5.0",
|
|
2945
2945
|
"lodash.set": "^4.3.2",
|
|
2946
2946
|
"lodash.uniqby": "^4.7.0",
|
package/dist/index.mjs
CHANGED
|
@@ -2829,7 +2829,7 @@ var validateField = async (field) => {
|
|
|
2829
2829
|
// package.json
|
|
2830
2830
|
var package_default = {
|
|
2831
2831
|
name: "@tinacms/graphql",
|
|
2832
|
-
version: "1.5.
|
|
2832
|
+
version: "1.5.7",
|
|
2833
2833
|
main: "dist/index.js",
|
|
2834
2834
|
module: "dist/index.mjs",
|
|
2835
2835
|
typings: "dist/index.d.ts",
|
|
@@ -2873,7 +2873,7 @@ var package_default = {
|
|
|
2873
2873
|
"isomorphic-git": "^1.27.1",
|
|
2874
2874
|
"js-sha1": "^0.6.0",
|
|
2875
2875
|
"js-yaml": "^3.14.1",
|
|
2876
|
-
"jsonpath-plus": "
|
|
2876
|
+
"jsonpath-plus": "10.1.0",
|
|
2877
2877
|
"lodash.clonedeep": "^4.5.0",
|
|
2878
2878
|
"lodash.set": "^4.3.2",
|
|
2879
2879
|
"lodash.uniqby": "^4.7.0",
|
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-feaa40f-20241112045116",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"isomorphic-git": "^1.27.1",
|
|
35
35
|
"js-sha1": "^0.6.0",
|
|
36
36
|
"js-yaml": "^3.14.1",
|
|
37
|
-
"jsonpath-plus": "
|
|
37
|
+
"jsonpath-plus": "10.1.0",
|
|
38
38
|
"lodash.clonedeep": "^4.5.0",
|
|
39
39
|
"lodash.set": "^4.3.2",
|
|
40
40
|
"lodash.uniqby": "^4.7.0",
|
|
@@ -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-feaa40f-20241112045116",
|
|
48
|
+
"@tinacms/schema-tools": "0.0.0-feaa40f-20241112045116"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"registry": "https://registry.npmjs.org"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"memory-level": "^1.0.0",
|
|
78
78
|
"nodemon": "3.1.4",
|
|
79
79
|
"typescript": "^5.6.2",
|
|
80
|
-
"@tinacms/schema-tools": "0.0.0-
|
|
80
|
+
"@tinacms/schema-tools": "0.0.0-feaa40f-20241112045116",
|
|
81
81
|
"@tinacms/scripts": "1.3.0"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|