@teambit/api-server 1.0.849 → 1.0.850

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.
@@ -128,8 +128,8 @@ export declare class APIForIDE {
128
128
  [relativePath: string]: string;
129
129
  }>;
130
130
  catObject(hash: string): Promise<string>;
131
- logFile(filePath: string): Promise<import("@teambit/component-log/dist/component-log.main.runtime").FileLog[]>;
132
- blame(filePath: string): Promise<import("@teambit/component-log/dist/component-log.main.runtime").BlameLineInfo[]>;
131
+ logFile(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").FileLog[]>;
132
+ blame(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").BlameLineInfo[]>;
133
133
  changedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>;
134
134
  getConfigForDiff(id: string): Promise<{
135
135
  version?: string;
@@ -177,7 +177,7 @@ export declare class APIForIDE {
177
177
  [relativePath: string]: string;
178
178
  }>;
179
179
  getCurrentLaneName(includeScope?: boolean): string;
180
- tagOrSnap(message?: string): Promise<import("@teambit/snapping").SnapResults | import("@teambit/snapping").TagResults | null>;
180
+ tagOrSnap(message?: string): Promise<import("@teambit/snapping").TagResults | import("@teambit/snapping").SnapResults | null>;
181
181
  tag(message?: string): Promise<string[]>;
182
182
  snap(message?: string): Promise<string[]>;
183
183
  getCompDetails(id: string, includeSchema?: boolean): Promise<Record<string, any>>;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/api-server",
3
- "version": "1.0.849",
3
+ "version": "1.0.850",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/api-server",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "api-server",
9
- "version": "1.0.849"
9
+ "version": "1.0.850"
10
10
  },
11
11
  "dependencies": {
12
12
  "filenamify": "4.2.0",
@@ -19,44 +19,44 @@
19
19
  "http-proxy": "1.18.1",
20
20
  "chalk": "4.1.2",
21
21
  "pretty-time": "1.1.0",
22
- "@teambit/application": "1.0.839",
23
- "@teambit/checkout": "1.0.839",
24
- "@teambit/component-compare": "1.0.839",
25
- "@teambit/component-log": "1.0.839",
26
22
  "@teambit/component.modules.component-url": "0.0.183",
27
23
  "@teambit/component.modules.merge-helper": "0.0.31",
28
- "@teambit/component": "1.0.839",
29
24
  "@teambit/config": "0.0.1465",
30
- "@teambit/deprecation": "1.0.839",
31
- "@teambit/envs": "1.0.839",
32
- "@teambit/export": "1.0.839",
33
- "@teambit/generator": "1.0.840",
34
- "@teambit/graph": "1.0.839",
35
- "@teambit/install": "1.0.839",
36
25
  "@teambit/lane-id": "0.0.312",
37
26
  "@teambit/legacy.consumer": "0.0.90",
38
27
  "@teambit/legacy.scope": "0.0.90",
39
28
  "@teambit/legacy.utils": "0.0.30",
40
29
  "@teambit/logger": "0.0.1383",
41
- "@teambit/objects": "0.0.346",
42
- "@teambit/remove": "1.0.839",
43
- "@teambit/schema": "1.0.839",
44
- "@teambit/scope": "1.0.839",
45
- "@teambit/snapping": "1.0.839",
46
- "@teambit/workspace": "1.0.839",
47
30
  "@teambit/harmony": "0.4.7",
48
31
  "@teambit/cli": "0.0.1290",
49
32
  "@teambit/express": "0.0.1389",
50
33
  "@teambit/harmony.modules.send-server-sent-events": "0.0.13",
51
- "@teambit/importer": "1.0.839",
52
34
  "@teambit/legacy.constants": "0.0.20",
53
35
  "@teambit/scope.network": "0.0.90",
54
36
  "@teambit/toolbox.network.get-port": "1.0.16",
55
- "@teambit/watcher": "1.0.839",
56
37
  "@teambit/harmony.modules.feature-toggle": "0.0.30",
57
38
  "@teambit/legacy.loader": "0.0.14",
58
39
  "@teambit/legacy.logger": "0.0.31",
59
- "@teambit/lanes": "1.0.845"
40
+ "@teambit/application": "1.0.840",
41
+ "@teambit/checkout": "1.0.840",
42
+ "@teambit/component-compare": "1.0.840",
43
+ "@teambit/component-log": "1.0.840",
44
+ "@teambit/component": "1.0.840",
45
+ "@teambit/deprecation": "1.0.840",
46
+ "@teambit/envs": "1.0.840",
47
+ "@teambit/export": "1.0.840",
48
+ "@teambit/generator": "1.0.841",
49
+ "@teambit/graph": "1.0.840",
50
+ "@teambit/install": "1.0.840",
51
+ "@teambit/lanes": "1.0.846",
52
+ "@teambit/objects": "0.0.347",
53
+ "@teambit/remove": "1.0.840",
54
+ "@teambit/schema": "1.0.840",
55
+ "@teambit/scope": "1.0.840",
56
+ "@teambit/snapping": "1.0.840",
57
+ "@teambit/workspace": "1.0.840",
58
+ "@teambit/importer": "1.0.840",
59
+ "@teambit/watcher": "1.0.840"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/fs-extra": "9.0.7",