@tinacms/cli 0.0.0-bdc07c1-20250506013835 → 0.0.0-bdea884-20250606054015

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.
@@ -20,8 +20,11 @@ export declare class BuildCommand extends BaseCommand {
20
20
  catch(error: any): Promise<void>;
21
21
  execute(): Promise<number | void>;
22
22
  checkClientInfo(configManager: ConfigManager, apiURL: string, previewBaseBranch?: string): Promise<{
23
+ branchKnown: boolean;
23
24
  hasUpstream: boolean;
24
25
  timestamp: number;
26
+ detectedBotBranch: boolean;
27
+ defaultBranch: string | undefined;
25
28
  }>;
26
29
  syncProject(configManager: ConfigManager, apiURL: string, options?: {
27
30
  upstreamBranch?: string;
@@ -1,3 +1,4 @@
1
+ export declare function timeout(ms: any): Promise<void>;
1
2
  export declare function sleepAndCallFunc<T>({ fn, ms, }: {
2
3
  fn: () => Promise<T>;
3
4
  ms: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "0.0.0-bdc07c1-20250506013835",
3
+ "version": "0.0.0-bdea884-20250606054015",
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",
@@ -37,7 +41,7 @@
37
41
  "@types/prompts": "^2.4.9",
38
42
  "@types/yup": "^0.32.0",
39
43
  "jest": "^29.7.0",
40
- "@tinacms/scripts": "1.3.4"
44
+ "@tinacms/scripts": "0.0.0-bdea884-20250606054015"
41
45
  },
42
46
  "dependencies": {
43
47
  "@graphql-codegen/core": "^2.6.8",
@@ -65,20 +69,16 @@
65
69
  "clipanion": "^3.2.1",
66
70
  "cors": "^2.8.5",
67
71
  "crypto-js": "^4.2.0",
68
- "dotenv": "^16.4.5",
72
+ "dotenv": "^16.4.7",
69
73
  "esbuild": "^0.24.2",
70
74
  "fs-extra": "^11.3.0",
71
75
  "graphql": "15.8.0",
72
- "js-yaml": "^3.14.1",
73
- "lodash.camelcase": "^4.3.0",
74
- "lodash.upperfirst": "^4.3.1",
75
- "lru-cache": "^10.2.0",
76
- "micromatch": "4.0.8",
76
+ "js-yaml": "^4.1.0",
77
+ "log4js": "^6.9.1",
77
78
  "many-level": "^2.0.0",
78
79
  "memory-level": "^1.0.0",
79
80
  "minimatch": "^5.1.6",
80
81
  "normalize-path": "^3.0.0",
81
- "picomatch": "^3.0.0",
82
82
  "prettier": "^2.8.8",
83
83
  "progress": "^2.0.3",
84
84
  "prompts": "^2.4.2",
@@ -87,20 +87,14 @@
87
87
  "typanion": "3.13.0",
88
88
  "typescript": "^5.7.3",
89
89
  "vite": "^4.5.9",
90
- "url-pattern": "^1.0.3",
91
- "ws": "^8.16.0",
92
- "yup": "^0.32.11",
90
+ "yup": "^1.6.1",
93
91
  "zod": "^3.24.2",
94
- "log4js": "^6.9.1",
95
- "@tinacms/app": "0.0.0-bdc07c1-20250506013835",
96
- "@tinacms/metrics": "1.0.9",
97
- "@tinacms/graphql": "0.0.0-bdc07c1-20250506013835",
98
- "@tinacms/schema-tools": "0.0.0-bdc07c1-20250506013835",
99
- "@tinacms/search": "0.0.0-bdc07c1-20250506013835",
100
- "tinacms": "0.0.0-bdc07c1-20250506013835"
101
- },
102
- "peerDependencies": {
103
- "@tinacms/common": "0.0.0-bdc07c1-20250506013835"
92
+ "@tinacms/app": "0.0.0-bdea884-20250606054015",
93
+ "@tinacms/graphql": "0.0.0-bdea884-20250606054015",
94
+ "@tinacms/schema-tools": "0.0.0-bdea884-20250606054015",
95
+ "@tinacms/search": "0.0.0-bdea884-20250606054015",
96
+ "tinacms": "0.0.0-bdea884-20250606054015",
97
+ "@tinacms/metrics": "0.0.0-bdea884-20250606054015"
104
98
  },
105
99
  "publishConfig": {
106
100
  "registry": "https://registry.npmjs.org"