@tinacms/cli 1.9.10 → 1.10.1

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -35,7 +35,7 @@ module.exports = __toCommonJS(index_exports);
35
35
  var import_clipanion8 = require("clipanion");
36
36
 
37
37
  // package.json
38
- var version = "1.9.10";
38
+ var version = "1.10.1";
39
39
 
40
40
  // src/next/commands/dev-command/index.ts
41
41
  var import_path5 = __toESM(require("path"));
@@ -1926,7 +1926,8 @@ 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
- }
1929
+ },
1930
+ fastRefresh: false
1930
1931
  }),
1931
1932
  (0, import_vite.splitVendorChunkPlugin)(),
1932
1933
  tinaTailwind(configManager.spaRootPath, configManager.prebuildFilePath),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.9.10",
3
+ "version": "1.10.1",
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": "1.3.5"
44
+ "@tinacms/scripts": "1.4.0"
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/metrics": "1.0.9",
93
- "@tinacms/app": "2.2.10",
94
- "@tinacms/schema-tools": "1.8.0",
95
- "@tinacms/graphql": "1.5.19",
96
- "tinacms": "2.7.10",
97
- "@tinacms/search": "1.0.46"
92
+ "@tinacms/app": "2.3.1",
93
+ "@tinacms/metrics": "1.1.0",
94
+ "@tinacms/schema-tools": "1.9.0",
95
+ "@tinacms/search": "1.1.0",
96
+ "tinacms": "2.8.1",
97
+ "@tinacms/graphql": "1.6.0"
98
98
  },
99
99
  "publishConfig": {
100
100
  "registry": "https://registry.npmjs.org"