@tinacms/graphql 2.4.4 → 2.4.6
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 +6 -6
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.6",
|
|
3056
3056
|
main: "dist/index.js",
|
|
3057
3057
|
module: "./dist/index.js",
|
|
3058
3058
|
files: [
|
|
@@ -3087,7 +3087,7 @@ var package_default = {
|
|
|
3087
3087
|
"@tinacms/mdx": "workspace:*",
|
|
3088
3088
|
"@tinacms/schema-tools": "workspace:*",
|
|
3089
3089
|
"abstract-level": "catalog:",
|
|
3090
|
-
"date-fns": "
|
|
3090
|
+
"date-fns": "4.1.0",
|
|
3091
3091
|
"es-toolkit": "^1.42.0",
|
|
3092
3092
|
"fast-glob": "catalog:",
|
|
3093
3093
|
"fs-extra": "catalog:",
|
|
@@ -3344,7 +3344,7 @@ import {
|
|
|
3344
3344
|
|
|
3345
3345
|
// src/resolver/index.ts
|
|
3346
3346
|
import path3 from "path";
|
|
3347
|
-
import isValid from "date-fns
|
|
3347
|
+
import { isValid } from "date-fns";
|
|
3348
3348
|
import { JSONPath as JSONPath2 } from "jsonpath-plus";
|
|
3349
3349
|
|
|
3350
3350
|
// src/mdx/index.ts
|
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.6",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@iarna/toml": "^2.2.5",
|
|
29
29
|
"abstract-level": "^1.0.4",
|
|
30
|
-
"date-fns": "
|
|
30
|
+
"date-fns": "4.1.0",
|
|
31
31
|
"es-toolkit": "^1.42.0",
|
|
32
32
|
"fast-glob": "^3.3.3",
|
|
33
33
|
"fs-extra": "^11.3.0",
|
|
@@ -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/mdx": "2.1.
|
|
47
|
-
"@tinacms/schema-tools": "2.8.
|
|
46
|
+
"@tinacms/mdx": "2.1.8",
|
|
47
|
+
"@tinacms/schema-tools": "2.8.2"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"registry": "https://registry.npmjs.org"
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"vite": "^4.5.9",
|
|
73
73
|
"vitest": "^0.32.4",
|
|
74
74
|
"zod": "^3.24.2",
|
|
75
|
-
"@tinacms/schema-tools": "2.8.
|
|
76
|
-
"@tinacms/scripts": "1.6.
|
|
75
|
+
"@tinacms/schema-tools": "2.8.2",
|
|
76
|
+
"@tinacms/scripts": "1.6.2"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"types": "pnpm tsc",
|