@tinacms/graphql 0.0.0-202202902014 → 0.0.0-202211203148
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/CHANGELOG.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -12370,7 +12370,7 @@ var validateField = async (field) => {
|
|
|
12370
12370
|
|
|
12371
12371
|
// pnp:/home/runner/work/tinacms/tinacms/packages/@tinacms/graphql/package.json
|
|
12372
12372
|
var name = "@tinacms/graphql";
|
|
12373
|
-
var version = "0.59.
|
|
12373
|
+
var version = "0.59.6";
|
|
12374
12374
|
var main = "dist/index.js";
|
|
12375
12375
|
var typings = "dist/index.d.ts";
|
|
12376
12376
|
var files = [
|
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-202211203148",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"directory": "packages/tina-graphql"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@tinacms/datalayer": "0.0.0-
|
|
98
|
-
"@tinacms/scripts": "0.
|
|
97
|
+
"@tinacms/datalayer": "0.0.0-202211203148",
|
|
98
|
+
"@tinacms/scripts": "0.0.0-202211203148",
|
|
99
99
|
"@types/cors": "^2.8.7",
|
|
100
100
|
"@types/estree": "^0.0.50",
|
|
101
101
|
"@types/express": "^4.17.8",
|