@teambit/api-server 1.0.999 → 1.0.1000

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.
@@ -157,8 +157,8 @@ export declare class APIForIDE {
157
157
  [relativePath: string]: string;
158
158
  }>;
159
159
  catObject(hash: string): Promise<string>;
160
- logFile(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").FileLog[]>;
161
- blame(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").BlameLineInfo[]>;
160
+ logFile(filePath: string): Promise<import("@teambit/component-log/dist/component-log.main.runtime").FileLog[]>;
161
+ blame(filePath: string): Promise<import("@teambit/component-log/dist/component-log.main.runtime").BlameLineInfo[]>;
162
162
  changedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>;
163
163
  getConfigForDiff(id: string): Promise<{
164
164
  version?: string;
@@ -226,7 +226,7 @@ export declare class APIForIDE {
226
226
  getLaneDiffForIDE(): Promise<LaneDiffForIDEResult>;
227
227
  private toLaneDiffForIDEResult;
228
228
  getCurrentLaneName(includeScope?: boolean): string;
229
- tagOrSnap(message?: string): Promise<import("@teambit/snapping").TagResults | import("@teambit/snapping").SnapResults | null>;
229
+ tagOrSnap(message?: string): Promise<import("@teambit/snapping").SnapResults | import("@teambit/snapping").TagResults | null>;
230
230
  tag(message?: string): Promise<string[]>;
231
231
  snap(message?: string): Promise<string[]>;
232
232
  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.999",
3
+ "version": "1.0.1000",
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.999"
9
+ "version": "1.0.1000"
10
10
  },
11
11
  "dependencies": {
12
12
  "filenamify": "4.2.0",
@@ -19,45 +19,45 @@
19
19
  "http-proxy-middleware": "^3.0.3",
20
20
  "chalk": "4.1.2",
21
21
  "pretty-time": "1.1.0",
22
+ "@teambit/application": "1.0.973",
23
+ "@teambit/checkout": "1.0.974",
24
+ "@teambit/component-compare": "1.0.973",
25
+ "@teambit/component-log": "1.0.973",
22
26
  "@teambit/component.modules.component-url": "0.0.187",
23
27
  "@teambit/component.modules.merge-helper": "0.0.54",
28
+ "@teambit/component": "1.0.973",
24
29
  "@teambit/config": "0.0.1495",
30
+ "@teambit/deprecation": "1.0.973",
31
+ "@teambit/envs": "1.0.973",
32
+ "@teambit/export": "1.0.973",
33
+ "@teambit/generator": "1.0.974",
34
+ "@teambit/graph": "1.0.973",
35
+ "@teambit/install": "1.0.973",
25
36
  "@teambit/lane-id": "0.0.312",
26
37
  "@teambit/lanes.modules.diff": "0.0.614",
27
38
  "@teambit/legacy.consumer": "0.0.111",
28
39
  "@teambit/legacy.scope": "0.0.111",
29
40
  "@teambit/legacy.utils": "0.0.34",
30
41
  "@teambit/logger": "0.0.1413",
42
+ "@teambit/objects": "0.0.480",
43
+ "@teambit/remove": "1.0.973",
44
+ "@teambit/schema": "1.0.973",
45
+ "@teambit/scope": "1.0.973",
46
+ "@teambit/snapping": "1.0.973",
47
+ "@teambit/workspace": "1.0.973",
31
48
  "@teambit/harmony": "0.4.7",
32
49
  "@teambit/cli": "0.0.1320",
33
50
  "@teambit/express": "0.0.1419",
34
51
  "@teambit/harmony.modules.send-server-sent-events": "0.0.17",
52
+ "@teambit/importer": "1.0.973",
35
53
  "@teambit/legacy.constants": "0.0.26",
36
54
  "@teambit/scope.network": "0.0.111",
37
55
  "@teambit/toolbox.network.get-port": "1.0.20",
56
+ "@teambit/watcher": "1.0.973",
38
57
  "@teambit/harmony.modules.feature-toggle": "0.0.36",
39
58
  "@teambit/legacy.loader": "0.0.18",
40
59
  "@teambit/legacy.logger": "0.0.38",
41
- "@teambit/application": "1.0.973",
42
- "@teambit/checkout": "1.0.974",
43
- "@teambit/component-compare": "1.0.973",
44
- "@teambit/component-log": "1.0.973",
45
- "@teambit/component": "1.0.973",
46
- "@teambit/deprecation": "1.0.973",
47
- "@teambit/envs": "1.0.973",
48
- "@teambit/export": "1.0.973",
49
- "@teambit/generator": "1.0.974",
50
- "@teambit/graph": "1.0.973",
51
- "@teambit/install": "1.0.973",
52
- "@teambit/lanes": "1.0.989",
53
- "@teambit/objects": "0.0.480",
54
- "@teambit/remove": "1.0.973",
55
- "@teambit/schema": "1.0.973",
56
- "@teambit/scope": "1.0.973",
57
- "@teambit/snapping": "1.0.973",
58
- "@teambit/workspace": "1.0.973",
59
- "@teambit/importer": "1.0.973",
60
- "@teambit/watcher": "1.0.973"
60
+ "@teambit/lanes": "1.0.990"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/fs-extra": "9.0.7",