@tinacms/cli 0.0.0-bf22bf8-20241004045704 → 0.0.0-c5dad82-20241009225242
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 -7
- package/package.json +7 -8
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.6.
|
|
34
|
+
var version = "1.6.9";
|
|
35
35
|
|
|
36
36
|
// src/next/commands/dev-command/index.ts
|
|
37
37
|
var import_clipanion2 = require("clipanion");
|
|
@@ -623,7 +623,6 @@ var import_defaultTheme = __toESM(require("tailwindcss/defaultTheme.js"));
|
|
|
623
623
|
var import_typography = __toESM(require("@tailwindcss/typography"));
|
|
624
624
|
var import_aspect_ratio = __toESM(require("@tailwindcss/aspect-ratio"));
|
|
625
625
|
var import_node_path = __toESM(require("path"));
|
|
626
|
-
var import_container_queries = __toESM(require("@tailwindcss/container-queries"));
|
|
627
626
|
var tinaTailwind = (spaPath, prebuildFilePath) => {
|
|
628
627
|
return {
|
|
629
628
|
name: "vite-plugin-tina",
|
|
@@ -867,11 +866,7 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
|
|
|
867
866
|
}
|
|
868
867
|
},
|
|
869
868
|
content,
|
|
870
|
-
plugins: [
|
|
871
|
-
(0, import_typography.default)({ className: "tina-prose" }),
|
|
872
|
-
import_aspect_ratio.default,
|
|
873
|
-
import_container_queries.default
|
|
874
|
-
]
|
|
869
|
+
plugins: [(0, import_typography.default)({ className: "tina-prose" }), import_aspect_ratio.default]
|
|
875
870
|
});
|
|
876
871
|
plugins.push(tw);
|
|
877
872
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-c5dad82-20241009225242",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@types/prompts": "^2.4.9",
|
|
39
39
|
"@types/yup": "^0.29.14",
|
|
40
40
|
"jest": "^29.7.0",
|
|
41
|
-
"@tinacms/scripts": "
|
|
41
|
+
"@tinacms/scripts": "0.0.0-c5dad82-20241009225242"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@graphql-codegen/core": "^2.6.8",
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"@rollup/pluginutils": "^5.1.2",
|
|
53
53
|
"@svgr/core": "8.1.0",
|
|
54
54
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
55
|
-
"@tailwindcss/container-queries": "^0.1.1",
|
|
56
55
|
"@tailwindcss/typography": "^0.5.15",
|
|
57
56
|
"@vitejs/plugin-react": "3.1.0",
|
|
58
57
|
"altair-express-middleware": "^7.3.6",
|
|
@@ -85,12 +84,12 @@
|
|
|
85
84
|
"vite": "^4.5.5",
|
|
86
85
|
"yup": "^0.32.11",
|
|
87
86
|
"zod": "^3.23.8",
|
|
88
|
-
"@tinacms/app": "0.0.0-
|
|
87
|
+
"@tinacms/app": "0.0.0-c5dad82-20241009225242",
|
|
89
88
|
"@tinacms/metrics": "1.0.7",
|
|
90
|
-
"@tinacms/graphql": "0.0.0-
|
|
91
|
-
"@tinacms/schema-tools": "
|
|
92
|
-
"@tinacms/search": "0.0.0-
|
|
93
|
-
"tinacms": "0.0.0-
|
|
89
|
+
"@tinacms/graphql": "0.0.0-c5dad82-20241009225242",
|
|
90
|
+
"@tinacms/schema-tools": "1.6.5",
|
|
91
|
+
"@tinacms/search": "0.0.0-c5dad82-20241009225242",
|
|
92
|
+
"tinacms": "0.0.0-c5dad82-20241009225242"
|
|
94
93
|
},
|
|
95
94
|
"publishConfig": {
|
|
96
95
|
"registry": "https://registry.npmjs.org"
|