@tinacms/cli 0.0.0-bdea884-20250606054015 → 0.0.0-be4681c-20250619070932
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 +1 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -1926,8 +1926,7 @@ var createConfig = async ({
|
|
|
1926
1926
|
babel: {
|
|
1927
1927
|
// Supresses the warning [NOTE] babel The code generator has deoptimised the styling of
|
|
1928
1928
|
compact: true
|
|
1929
|
-
}
|
|
1930
|
-
fastRefresh: false
|
|
1929
|
+
}
|
|
1931
1930
|
}),
|
|
1932
1931
|
(0, import_vite.splitVendorChunkPlugin)(),
|
|
1933
1932
|
tinaTailwind(configManager.spaRootPath, configManager.prebuildFilePath),
|
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-be4681c-20250619070932",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/prompts": "^2.4.9",
|
|
42
42
|
"@types/yup": "^0.32.0",
|
|
43
43
|
"jest": "^29.7.0",
|
|
44
|
-
"@tinacms/scripts": "
|
|
44
|
+
"@tinacms/scripts": "1.3.5"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@graphql-codegen/core": "^2.6.8",
|
|
@@ -89,12 +89,12 @@
|
|
|
89
89
|
"vite": "^4.5.9",
|
|
90
90
|
"yup": "^1.6.1",
|
|
91
91
|
"zod": "^3.24.2",
|
|
92
|
-
"@tinacms/app": "0.0.0-
|
|
93
|
-
"@tinacms/graphql": "0.0.0-
|
|
94
|
-
"@tinacms/
|
|
95
|
-
"@tinacms/
|
|
96
|
-
"tinacms": "0.0.0-
|
|
97
|
-
"
|
|
92
|
+
"@tinacms/app": "0.0.0-be4681c-20250619070932",
|
|
93
|
+
"@tinacms/graphql": "0.0.0-be4681c-20250619070932",
|
|
94
|
+
"@tinacms/metrics": "1.0.9",
|
|
95
|
+
"@tinacms/schema-tools": "0.0.0-be4681c-20250619070932",
|
|
96
|
+
"@tinacms/search": "0.0.0-be4681c-20250619070932",
|
|
97
|
+
"tinacms": "0.0.0-be4681c-20250619070932"
|
|
98
98
|
},
|
|
99
99
|
"publishConfig": {
|
|
100
100
|
"registry": "https://registry.npmjs.org"
|