@tinacms/cli 1.5.50 → 1.5.52
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.
|
@@ -150,7 +150,7 @@ export declare const parseSections: ({ val }: {
|
|
|
150
150
|
}) => {
|
|
151
151
|
sections?: {
|
|
152
152
|
exclude?: string;
|
|
153
|
-
type?: "
|
|
153
|
+
type?: "heading" | "document" | "directory" | "jekyll-pages" | "jekyll-posts";
|
|
154
154
|
match?: string;
|
|
155
155
|
templates?: string[];
|
|
156
156
|
label?: string;
|
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
31
31
|
var import_clipanion8 = require("clipanion");
|
|
32
32
|
|
|
33
33
|
// package.json
|
|
34
|
-
var version = "1.5.
|
|
34
|
+
var version = "1.5.52";
|
|
35
35
|
|
|
36
36
|
// src/next/commands/dev-command/index.ts
|
|
37
37
|
var import_clipanion2 = require("clipanion");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.52",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"vite": "^4.3.9",
|
|
88
88
|
"yup": "^0.32.9",
|
|
89
89
|
"zod": "^3.14.3",
|
|
90
|
-
"@tinacms/
|
|
90
|
+
"@tinacms/graphql": "1.4.39",
|
|
91
|
+
"@tinacms/app": "2.0.2",
|
|
91
92
|
"@tinacms/metrics": "1.0.5",
|
|
92
|
-
"@tinacms/
|
|
93
|
-
"
|
|
94
|
-
"@tinacms/
|
|
95
|
-
"tinacms": "2.0.0"
|
|
93
|
+
"@tinacms/search": "1.0.24",
|
|
94
|
+
"tinacms": "2.1.0",
|
|
95
|
+
"@tinacms/schema-tools": "1.5.0"
|
|
96
96
|
},
|
|
97
97
|
"publishConfig": {
|
|
98
98
|
"registry": "https://registry.npmjs.org"
|