@teambit/api-server 1.0.848 → 1.0.849
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.
package/dist/api-for-ide.d.ts
CHANGED
|
@@ -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/component-log.main.runtime").FileLog[]>;
|
|
132
|
-
blame(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").BlameLineInfo[]>;
|
|
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[]>;
|
|
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").
|
|
180
|
+
tagOrSnap(message?: string): Promise<import("@teambit/snapping").SnapResults | import("@teambit/snapping").TagResults | 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.
|
|
3
|
+
"version": "1.0.849",
|
|
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.
|
|
9
|
+
"version": "1.0.849"
|
|
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/component.modules.component-url": "0.0.183",
|
|
23
|
-
"@teambit/component.modules.merge-helper": "0.0.31",
|
|
24
|
-
"@teambit/config": "0.0.1465",
|
|
25
|
-
"@teambit/lane-id": "0.0.312",
|
|
26
|
-
"@teambit/legacy.consumer": "0.0.90",
|
|
27
|
-
"@teambit/legacy.scope": "0.0.90",
|
|
28
|
-
"@teambit/legacy.utils": "0.0.30",
|
|
29
|
-
"@teambit/logger": "0.0.1383",
|
|
30
|
-
"@teambit/harmony": "0.4.7",
|
|
31
|
-
"@teambit/cli": "0.0.1290",
|
|
32
|
-
"@teambit/express": "0.0.1389",
|
|
33
|
-
"@teambit/harmony.modules.send-server-sent-events": "0.0.13",
|
|
34
|
-
"@teambit/legacy.constants": "0.0.20",
|
|
35
|
-
"@teambit/scope.network": "0.0.90",
|
|
36
|
-
"@teambit/toolbox.network.get-port": "1.0.16",
|
|
37
|
-
"@teambit/harmony.modules.feature-toggle": "0.0.30",
|
|
38
|
-
"@teambit/legacy.loader": "0.0.14",
|
|
39
|
-
"@teambit/legacy.logger": "0.0.31",
|
|
40
22
|
"@teambit/application": "1.0.839",
|
|
41
23
|
"@teambit/checkout": "1.0.839",
|
|
42
24
|
"@teambit/component-compare": "1.0.839",
|
|
43
25
|
"@teambit/component-log": "1.0.839",
|
|
26
|
+
"@teambit/component.modules.component-url": "0.0.183",
|
|
27
|
+
"@teambit/component.modules.merge-helper": "0.0.31",
|
|
44
28
|
"@teambit/component": "1.0.839",
|
|
29
|
+
"@teambit/config": "0.0.1465",
|
|
45
30
|
"@teambit/deprecation": "1.0.839",
|
|
46
31
|
"@teambit/envs": "1.0.839",
|
|
47
32
|
"@teambit/export": "1.0.839",
|
|
48
33
|
"@teambit/generator": "1.0.840",
|
|
49
34
|
"@teambit/graph": "1.0.839",
|
|
50
35
|
"@teambit/install": "1.0.839",
|
|
51
|
-
"@teambit/
|
|
36
|
+
"@teambit/lane-id": "0.0.312",
|
|
37
|
+
"@teambit/legacy.consumer": "0.0.90",
|
|
38
|
+
"@teambit/legacy.scope": "0.0.90",
|
|
39
|
+
"@teambit/legacy.utils": "0.0.30",
|
|
40
|
+
"@teambit/logger": "0.0.1383",
|
|
52
41
|
"@teambit/objects": "0.0.346",
|
|
53
42
|
"@teambit/remove": "1.0.839",
|
|
54
43
|
"@teambit/schema": "1.0.839",
|
|
55
44
|
"@teambit/scope": "1.0.839",
|
|
56
45
|
"@teambit/snapping": "1.0.839",
|
|
57
46
|
"@teambit/workspace": "1.0.839",
|
|
47
|
+
"@teambit/harmony": "0.4.7",
|
|
48
|
+
"@teambit/cli": "0.0.1290",
|
|
49
|
+
"@teambit/express": "0.0.1389",
|
|
50
|
+
"@teambit/harmony.modules.send-server-sent-events": "0.0.13",
|
|
58
51
|
"@teambit/importer": "1.0.839",
|
|
59
|
-
"@teambit/
|
|
52
|
+
"@teambit/legacy.constants": "0.0.20",
|
|
53
|
+
"@teambit/scope.network": "0.0.90",
|
|
54
|
+
"@teambit/toolbox.network.get-port": "1.0.16",
|
|
55
|
+
"@teambit/watcher": "1.0.839",
|
|
56
|
+
"@teambit/harmony.modules.feature-toggle": "0.0.30",
|
|
57
|
+
"@teambit/legacy.loader": "0.0.14",
|
|
58
|
+
"@teambit/legacy.logger": "0.0.31",
|
|
59
|
+
"@teambit/lanes": "1.0.845"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|