@teambit/api-server 1.0.762 → 1.0.763
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.763",
|
|
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.763"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"filenamify": "4.2.0",
|
|
@@ -19,20 +19,11 @@
|
|
|
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.181",
|
|
23
|
-
"@teambit/lane-id": "0.0.312",
|
|
24
|
-
"@teambit/legacy.utils": "0.0.27",
|
|
25
|
-
"@teambit/harmony": "0.4.7",
|
|
26
|
-
"@teambit/harmony.modules.send-server-sent-events": "0.0.11",
|
|
27
|
-
"@teambit/legacy.constants": "0.0.18",
|
|
28
|
-
"@teambit/toolbox.network.get-port": "1.0.14",
|
|
29
|
-
"@teambit/harmony.modules.feature-toggle": "0.0.28",
|
|
30
|
-
"@teambit/legacy.loader": "0.0.12",
|
|
31
|
-
"@teambit/legacy.logger": "0.0.29",
|
|
32
22
|
"@teambit/application": "1.0.758",
|
|
33
23
|
"@teambit/checkout": "1.0.758",
|
|
34
24
|
"@teambit/component-compare": "1.0.758",
|
|
35
25
|
"@teambit/component-log": "1.0.758",
|
|
26
|
+
"@teambit/component.modules.component-url": "0.0.181",
|
|
36
27
|
"@teambit/component.modules.merge-helper": "0.0.16",
|
|
37
28
|
"@teambit/component": "1.0.758",
|
|
38
29
|
"@teambit/config": "0.0.1449",
|
|
@@ -42,9 +33,10 @@
|
|
|
42
33
|
"@teambit/generator": "1.0.759",
|
|
43
34
|
"@teambit/graph": "1.0.758",
|
|
44
35
|
"@teambit/install": "1.0.758",
|
|
45
|
-
"@teambit/
|
|
36
|
+
"@teambit/lane-id": "0.0.312",
|
|
46
37
|
"@teambit/legacy.consumer": "0.0.76",
|
|
47
38
|
"@teambit/legacy.scope": "0.0.76",
|
|
39
|
+
"@teambit/legacy.utils": "0.0.27",
|
|
48
40
|
"@teambit/logger": "0.0.1368",
|
|
49
41
|
"@teambit/objects": "0.0.265",
|
|
50
42
|
"@teambit/remove": "1.0.758",
|
|
@@ -52,11 +44,19 @@
|
|
|
52
44
|
"@teambit/scope": "1.0.758",
|
|
53
45
|
"@teambit/snapping": "1.0.758",
|
|
54
46
|
"@teambit/workspace": "1.0.758",
|
|
47
|
+
"@teambit/harmony": "0.4.7",
|
|
55
48
|
"@teambit/cli": "0.0.1275",
|
|
56
49
|
"@teambit/express": "0.0.1374",
|
|
50
|
+
"@teambit/harmony.modules.send-server-sent-events": "0.0.11",
|
|
57
51
|
"@teambit/importer": "1.0.758",
|
|
52
|
+
"@teambit/legacy.constants": "0.0.18",
|
|
58
53
|
"@teambit/scope.network": "0.0.76",
|
|
59
|
-
"@teambit/
|
|
54
|
+
"@teambit/toolbox.network.get-port": "1.0.14",
|
|
55
|
+
"@teambit/watcher": "1.0.758",
|
|
56
|
+
"@teambit/harmony.modules.feature-toggle": "0.0.28",
|
|
57
|
+
"@teambit/legacy.loader": "0.0.12",
|
|
58
|
+
"@teambit/legacy.logger": "0.0.29",
|
|
59
|
+
"@teambit/lanes": "1.0.760"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/fs-extra": "9.0.7",
|
|
File without changes
|