@tinacms/cli 0.0.0-e0ddb8c-20241004065742 → 0.0.0-eb519f2-20241015053224
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 +10 -5
- package/package.json +8 -7
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");
|
|
@@ -619,11 +619,12 @@ var import_normalize_path2 = __toESM(require("normalize-path"));
|
|
|
619
619
|
var import_vite = require("vite");
|
|
620
620
|
|
|
621
621
|
// src/next/vite/tailwind.ts
|
|
622
|
+
var import_node_path = __toESM(require("path"));
|
|
623
|
+
var import_aspect_ratio = __toESM(require("@tailwindcss/aspect-ratio"));
|
|
624
|
+
var import_container_queries = __toESM(require("@tailwindcss/container-queries"));
|
|
625
|
+
var import_typography = __toESM(require("@tailwindcss/typography"));
|
|
622
626
|
var import_tailwindcss = __toESM(require("tailwindcss"));
|
|
623
627
|
var import_defaultTheme = __toESM(require("tailwindcss/defaultTheme.js"));
|
|
624
|
-
var import_typography = __toESM(require("@tailwindcss/typography"));
|
|
625
|
-
var import_aspect_ratio = __toESM(require("@tailwindcss/aspect-ratio"));
|
|
626
|
-
var import_node_path = __toESM(require("path"));
|
|
627
628
|
var tinaTailwind = (spaPath, prebuildFilePath) => {
|
|
628
629
|
return {
|
|
629
630
|
name: "vite-plugin-tina",
|
|
@@ -867,7 +868,11 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
|
|
|
867
868
|
}
|
|
868
869
|
},
|
|
869
870
|
content,
|
|
870
|
-
plugins: [
|
|
871
|
+
plugins: [
|
|
872
|
+
(0, import_typography.default)({ className: "tina-prose" }),
|
|
873
|
+
import_aspect_ratio.default,
|
|
874
|
+
import_container_queries.default
|
|
875
|
+
]
|
|
871
876
|
});
|
|
872
877
|
plugins.push(tw);
|
|
873
878
|
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-eb519f2-20241015053224",
|
|
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-eb519f2-20241015053224"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@graphql-codegen/core": "^2.6.8",
|
|
@@ -52,6 +52,7 @@
|
|
|
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",
|
|
55
56
|
"@tailwindcss/typography": "^0.5.15",
|
|
56
57
|
"@vitejs/plugin-react": "3.1.0",
|
|
57
58
|
"altair-express-middleware": "^7.3.6",
|
|
@@ -84,12 +85,12 @@
|
|
|
84
85
|
"vite": "^4.5.5",
|
|
85
86
|
"yup": "^0.32.11",
|
|
86
87
|
"zod": "^3.23.8",
|
|
87
|
-
"@tinacms/app": "0.0.0-
|
|
88
|
-
"@tinacms/graphql": "0.0.0-e0ddb8c-20241004065742",
|
|
88
|
+
"@tinacms/app": "0.0.0-eb519f2-20241015053224",
|
|
89
89
|
"@tinacms/metrics": "1.0.7",
|
|
90
|
-
"@tinacms/
|
|
91
|
-
"@tinacms/
|
|
92
|
-
"tinacms": "0.0.0-
|
|
90
|
+
"@tinacms/graphql": "0.0.0-eb519f2-20241015053224",
|
|
91
|
+
"@tinacms/schema-tools": "0.0.0-eb519f2-20241015053224",
|
|
92
|
+
"tinacms": "0.0.0-eb519f2-20241015053224",
|
|
93
|
+
"@tinacms/search": "0.0.0-eb519f2-20241015053224"
|
|
93
94
|
},
|
|
94
95
|
"publishConfig": {
|
|
95
96
|
"registry": "https://registry.npmjs.org"
|