@teambit/api-server 1.0.659 → 1.0.660

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.
@@ -176,7 +176,7 @@ export declare class APIForIDE {
176
176
  [relativePath: string]: string;
177
177
  }>;
178
178
  getCurrentLaneName(includeScope?: boolean): string;
179
- tagOrSnap(message?: string): Promise<import("@teambit/snapping").TagResults | import("@teambit/snapping").SnapResults | null>;
179
+ tagOrSnap(message?: string): Promise<import("@teambit/snapping").SnapResults | import("@teambit/snapping").TagResults | null>;
180
180
  tag(message?: string): Promise<string[]>;
181
181
  snap(message?: string): Promise<string[]>;
182
182
  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.659",
3
+ "version": "1.0.660",
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.659"
9
+ "version": "1.0.660"
10
10
  },
11
11
  "dependencies": {
12
12
  "filenamify": "4.2.0",
@@ -18,44 +18,44 @@
18
18
  "http-proxy-middleware": "^3.0.3",
19
19
  "chalk": "4.1.2",
20
20
  "pretty-time": "1.1.0",
21
- "@teambit/lane-id": "0.0.312",
22
- "@teambit/harmony": "0.4.7",
23
- "@teambit/toolbox.network.get-port": "1.0.10",
24
- "@teambit/application": "1.0.656",
25
- "@teambit/checkout": "1.0.656",
26
- "@teambit/component-compare": "1.0.656",
27
- "@teambit/component-log": "1.0.656",
28
21
  "@teambit/component.modules.component-url": "0.0.177",
29
- "@teambit/component": "1.0.656",
30
- "@teambit/config": "0.0.1407",
31
- "@teambit/deprecation": "1.0.656",
32
- "@teambit/envs": "1.0.656",
33
- "@teambit/export": "1.0.656",
34
- "@teambit/generator": "1.0.657",
35
- "@teambit/graph": "1.0.656",
36
- "@teambit/install": "1.0.656",
37
- "@teambit/lanes": "1.0.657",
22
+ "@teambit/lane-id": "0.0.312",
38
23
  "@teambit/legacy.consumer": "0.0.57",
39
24
  "@teambit/legacy.scope": "0.0.57",
40
25
  "@teambit/legacy.utils": "0.0.22",
41
- "@teambit/logger": "0.0.1326",
42
- "@teambit/merging": "1.0.656",
43
- "@teambit/objects": "0.0.163",
44
- "@teambit/remove": "1.0.656",
45
- "@teambit/schema": "1.0.656",
46
- "@teambit/scope": "1.0.656",
47
- "@teambit/snapping": "1.0.656",
48
- "@teambit/workspace": "1.0.656",
49
- "@teambit/cli": "0.0.1233",
50
- "@teambit/express": "0.0.1332",
26
+ "@teambit/harmony": "0.4.7",
51
27
  "@teambit/harmony.modules.send-server-sent-events": "0.0.8",
52
- "@teambit/importer": "1.0.656",
53
28
  "@teambit/legacy.constants": "0.0.13",
54
29
  "@teambit/scope.network": "0.0.57",
55
- "@teambit/watcher": "1.0.656",
30
+ "@teambit/toolbox.network.get-port": "1.0.10",
56
31
  "@teambit/harmony.modules.feature-toggle": "0.0.23",
57
32
  "@teambit/legacy.loader": "0.0.8",
58
- "@teambit/legacy.logger": "0.0.22"
33
+ "@teambit/legacy.logger": "0.0.22",
34
+ "@teambit/application": "1.0.657",
35
+ "@teambit/checkout": "1.0.657",
36
+ "@teambit/component-compare": "1.0.657",
37
+ "@teambit/component-log": "1.0.657",
38
+ "@teambit/component": "1.0.657",
39
+ "@teambit/config": "0.0.1408",
40
+ "@teambit/deprecation": "1.0.657",
41
+ "@teambit/envs": "1.0.657",
42
+ "@teambit/export": "1.0.657",
43
+ "@teambit/generator": "1.0.658",
44
+ "@teambit/graph": "1.0.657",
45
+ "@teambit/install": "1.0.657",
46
+ "@teambit/lanes": "1.0.658",
47
+ "@teambit/logger": "0.0.1327",
48
+ "@teambit/merging": "1.0.657",
49
+ "@teambit/objects": "0.0.164",
50
+ "@teambit/remove": "1.0.657",
51
+ "@teambit/schema": "1.0.657",
52
+ "@teambit/scope": "1.0.657",
53
+ "@teambit/snapping": "1.0.657",
54
+ "@teambit/workspace": "1.0.657",
55
+ "@teambit/cli": "0.0.1234",
56
+ "@teambit/express": "0.0.1333",
57
+ "@teambit/importer": "1.0.657",
58
+ "@teambit/watcher": "1.0.657"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/fs-extra": "9.0.7",