@tinacms/cli 1.9.6 → 1.9.7

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 +2 -2
  2. package/package.json +9 -5
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.6";
38
+ var version = "1.9.7";
39
39
 
40
40
  // src/next/commands/dev-command/index.ts
41
41
  var import_path5 = __toESM(require("path"));
@@ -1918,7 +1918,7 @@ var createConfig = async ({
1918
1918
  }
1919
1919
  },
1920
1920
  build: {
1921
- sourcemap: false,
1921
+ sourcemap: true,
1922
1922
  outDir: configManager.outputFolderPath,
1923
1923
  emptyOutDir: true,
1924
1924
  rollupOptions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -20,6 +20,10 @@
20
20
  }
21
21
  ]
22
22
  },
23
+ "peerDependencies": {
24
+ "react": ">=18.3.1 <20.0.0",
25
+ "react-dom": ">=18.3.1 <20.0.0"
26
+ },
23
27
  "devDependencies": {
24
28
  "@types/clear": "0.1.0",
25
29
  "@types/cli-spinner": "^0.2.3",
@@ -85,12 +89,12 @@
85
89
  "vite": "^4.5.9",
86
90
  "yup": "^1.6.1",
87
91
  "zod": "^3.24.2",
88
- "@tinacms/app": "2.2.6",
89
- "@tinacms/metrics": "1.0.9",
92
+ "@tinacms/app": "2.2.7",
90
93
  "@tinacms/graphql": "1.5.17",
91
- "@tinacms/schema-tools": "1.7.3",
94
+ "@tinacms/metrics": "1.0.9",
92
95
  "@tinacms/search": "1.0.44",
93
- "tinacms": "2.7.6"
96
+ "@tinacms/schema-tools": "1.7.3",
97
+ "tinacms": "2.7.7"
94
98
  },
95
99
  "publishConfig": {
96
100
  "registry": "https://registry.npmjs.org"