@teambit/api-server 1.0.998 → 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.
@@ -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.998",
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.998"
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.972",
23
- "@teambit/checkout": "1.0.973",
24
- "@teambit/component-compare": "1.0.972",
25
- "@teambit/component-log": "1.0.972",
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",
26
26
  "@teambit/component.modules.component-url": "0.0.187",
27
27
  "@teambit/component.modules.merge-helper": "0.0.54",
28
- "@teambit/component": "1.0.972",
28
+ "@teambit/component": "1.0.973",
29
29
  "@teambit/config": "0.0.1495",
30
- "@teambit/deprecation": "1.0.972",
31
- "@teambit/envs": "1.0.972",
32
- "@teambit/export": "1.0.972",
33
- "@teambit/generator": "1.0.973",
34
- "@teambit/graph": "1.0.972",
35
- "@teambit/install": "1.0.972",
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",
36
36
  "@teambit/lane-id": "0.0.312",
37
37
  "@teambit/lanes.modules.diff": "0.0.614",
38
- "@teambit/lanes": "1.0.988",
39
38
  "@teambit/legacy.consumer": "0.0.111",
40
39
  "@teambit/legacy.scope": "0.0.111",
41
40
  "@teambit/legacy.utils": "0.0.34",
42
41
  "@teambit/logger": "0.0.1413",
43
- "@teambit/objects": "0.0.479",
44
- "@teambit/remove": "1.0.972",
45
- "@teambit/schema": "1.0.972",
46
- "@teambit/scope": "1.0.972",
47
- "@teambit/snapping": "1.0.972",
48
- "@teambit/workspace": "1.0.972",
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",
49
48
  "@teambit/harmony": "0.4.7",
50
49
  "@teambit/cli": "0.0.1320",
51
50
  "@teambit/express": "0.0.1419",
52
51
  "@teambit/harmony.modules.send-server-sent-events": "0.0.17",
53
- "@teambit/importer": "1.0.972",
52
+ "@teambit/importer": "1.0.973",
54
53
  "@teambit/legacy.constants": "0.0.26",
55
54
  "@teambit/scope.network": "0.0.111",
56
55
  "@teambit/toolbox.network.get-port": "1.0.20",
57
- "@teambit/watcher": "1.0.972",
56
+ "@teambit/watcher": "1.0.973",
58
57
  "@teambit/harmony.modules.feature-toggle": "0.0.36",
59
58
  "@teambit/legacy.loader": "0.0.18",
60
- "@teambit/legacy.logger": "0.0.38"
59
+ "@teambit/legacy.logger": "0.0.38",
60
+ "@teambit/lanes": "1.0.990"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/fs-extra": "9.0.7",