@teambit/api-server 1.0.967 → 1.0.968

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.
@@ -132,8 +132,8 @@ export declare class APIForIDE {
132
132
  [relativePath: string]: string;
133
133
  }>;
134
134
  catObject(hash: string): Promise<string>;
135
- logFile(filePath: string): Promise<import("@teambit/component-log/dist/component-log.main.runtime").FileLog[]>;
136
- blame(filePath: string): Promise<import("@teambit/component-log/dist/component-log.main.runtime").BlameLineInfo[]>;
135
+ logFile(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").FileLog[]>;
136
+ blame(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").BlameLineInfo[]>;
137
137
  changedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>;
138
138
  getConfigForDiff(id: string): Promise<{
139
139
  version?: string;
@@ -223,7 +223,7 @@ export declare class APIForIDE {
223
223
  }[];
224
224
  }>;
225
225
  getCurrentLaneName(includeScope?: boolean): string;
226
- tagOrSnap(message?: string): Promise<import("@teambit/snapping").SnapResults | import("@teambit/snapping").TagResults | null>;
226
+ tagOrSnap(message?: string): Promise<import("@teambit/snapping").TagResults | import("@teambit/snapping").SnapResults | null>;
227
227
  tag(message?: string): Promise<string[]>;
228
228
  snap(message?: string): Promise<string[]>;
229
229
  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.967",
3
+ "version": "1.0.968",
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.967"
9
+ "version": "1.0.968"
10
10
  },
11
11
  "dependencies": {
12
12
  "filenamify": "4.2.0",
@@ -18,45 +18,45 @@
18
18
  "http-proxy-middleware": "^3.0.3",
19
19
  "chalk": "4.1.2",
20
20
  "pretty-time": "1.1.0",
21
- "@teambit/application": "1.0.944",
22
- "@teambit/component-compare": "1.0.944",
23
- "@teambit/component-log": "1.0.944",
24
21
  "@teambit/component.modules.component-url": "0.0.187",
25
22
  "@teambit/component.modules.merge-helper": "0.0.50",
26
- "@teambit/component": "1.0.944",
27
23
  "@teambit/config": "0.0.1490",
28
- "@teambit/deprecation": "1.0.944",
29
- "@teambit/envs": "1.0.944",
30
- "@teambit/export": "1.0.944",
31
- "@teambit/generator": "1.0.945",
32
- "@teambit/graph": "1.0.944",
33
- "@teambit/install": "1.0.944",
34
24
  "@teambit/lane-id": "0.0.312",
35
25
  "@teambit/lanes.modules.diff": "0.0.609",
36
26
  "@teambit/legacy.consumer": "0.0.107",
37
27
  "@teambit/legacy.scope": "0.0.107",
38
28
  "@teambit/legacy.utils": "0.0.34",
39
29
  "@teambit/logger": "0.0.1408",
40
- "@teambit/objects": "0.0.451",
41
- "@teambit/remove": "1.0.944",
42
- "@teambit/schema": "1.0.944",
43
- "@teambit/scope": "1.0.944",
44
- "@teambit/snapping": "1.0.944",
45
- "@teambit/workspace": "1.0.944",
46
30
  "@teambit/harmony": "0.4.7",
47
31
  "@teambit/cli": "0.0.1315",
48
32
  "@teambit/express": "0.0.1414",
49
33
  "@teambit/harmony.modules.send-server-sent-events": "0.0.17",
50
- "@teambit/importer": "1.0.944",
51
34
  "@teambit/legacy.constants": "0.0.26",
52
35
  "@teambit/scope.network": "0.0.107",
53
36
  "@teambit/toolbox.network.get-port": "1.0.20",
54
- "@teambit/watcher": "1.0.944",
55
37
  "@teambit/harmony.modules.feature-toggle": "0.0.36",
56
38
  "@teambit/legacy.loader": "0.0.18",
57
39
  "@teambit/legacy.logger": "0.0.38",
58
- "@teambit/checkout": "1.0.945",
59
- "@teambit/lanes": "1.0.960"
40
+ "@teambit/application": "1.0.945",
41
+ "@teambit/checkout": "1.0.946",
42
+ "@teambit/component-compare": "1.0.945",
43
+ "@teambit/component-log": "1.0.945",
44
+ "@teambit/component": "1.0.945",
45
+ "@teambit/deprecation": "1.0.945",
46
+ "@teambit/envs": "1.0.945",
47
+ "@teambit/export": "1.0.945",
48
+ "@teambit/generator": "1.0.946",
49
+ "@teambit/graph": "1.0.945",
50
+ "@teambit/install": "1.0.945",
51
+ "@teambit/lanes": "1.0.961",
52
+ "@teambit/objects": "0.0.452",
53
+ "@teambit/remove": "1.0.945",
54
+ "@teambit/schema": "1.0.945",
55
+ "@teambit/scope": "1.0.945",
56
+ "@teambit/snapping": "1.0.945",
57
+ "@teambit/workspace": "1.0.945",
58
+ "@teambit/importer": "1.0.945",
59
+ "@teambit/watcher": "1.0.945"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/fs-extra": "9.0.7",