@teambit/api-server 1.0.625 → 1.0.626
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/server.cmd.js
CHANGED
|
@@ -16,7 +16,7 @@ class ServerCmd {
|
|
|
16
16
|
_defineProperty(this, "description", 'communicate with bit cli program via http requests');
|
|
17
17
|
_defineProperty(this, "alias", '');
|
|
18
18
|
_defineProperty(this, "commands", []);
|
|
19
|
-
_defineProperty(this, "group", '
|
|
19
|
+
_defineProperty(this, "group", 'workspace-setup');
|
|
20
20
|
_defineProperty(this, "options", [['p', 'port [port]', 'port to run the server on'], ['c', 'compile', 'compile components during the watch process']]);
|
|
21
21
|
}
|
|
22
22
|
async wait(args, options) {
|
package/dist/server.cmd.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ServerCmd","constructor","apiServer","_defineProperty","wait","args","options","runApiServer","exports"],"sources":["server.cmd.ts"],"sourcesContent":["// eslint-disable-next-line max-classes-per-file\nimport { Command, CommandOptions } from '@teambit/cli';\nimport { ApiServerMain } from './api-server.main.runtime';\n\nexport class ServerCmd implements Command {\n name = 'server';\n description = 'communicate with bit cli program via http requests';\n alias = '';\n commands: Command[] = [];\n group = '
|
|
1
|
+
{"version":3,"names":["ServerCmd","constructor","apiServer","_defineProperty","wait","args","options","runApiServer","exports"],"sources":["server.cmd.ts"],"sourcesContent":["// eslint-disable-next-line max-classes-per-file\nimport { Command, CommandOptions } from '@teambit/cli';\nimport { ApiServerMain } from './api-server.main.runtime';\n\nexport class ServerCmd implements Command {\n name = 'server';\n description = 'communicate with bit cli program via http requests';\n alias = '';\n commands: Command[] = [];\n group = 'workspace-setup';\n options = [\n ['p', 'port [port]', 'port to run the server on'],\n ['c', 'compile', 'compile components during the watch process'],\n ] as CommandOptions;\n\n constructor(private apiServer: ApiServerMain) {}\n\n async wait(args, options: { port: number; compile: boolean }) {\n await this.apiServer.runApiServer(options);\n }\n}\n"],"mappings":";;;;;;;;;AAAA;;AAIO,MAAMA,SAAS,CAAoB;EAWxCC,WAAWA,CAASC,SAAwB,EAAE;IAAA,KAA1BA,SAAwB,GAAxBA,SAAwB;IAAAC,eAAA,eAVrC,QAAQ;IAAAA,eAAA,sBACD,oDAAoD;IAAAA,eAAA,gBAC1D,EAAE;IAAAA,eAAA,mBACY,EAAE;IAAAA,eAAA,gBAChB,iBAAiB;IAAAA,eAAA,kBACf,CACR,CAAC,GAAG,EAAE,aAAa,EAAE,2BAA2B,CAAC,EACjD,CAAC,GAAG,EAAE,SAAS,EAAE,6CAA6C,CAAC,CAChE;EAE8C;EAE/C,MAAMC,IAAIA,CAACC,IAAI,EAAEC,OAA2C,EAAE;IAC5D,MAAM,IAAI,CAACJ,SAAS,CAACK,YAAY,CAACD,OAAO,CAAC;EAC5C;AACF;AAACE,OAAA,CAAAR,SAAA,GAAAA,SAAA","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/api-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.626",
|
|
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.626"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"filenamify": "4.2.0",
|
|
@@ -20,36 +20,36 @@
|
|
|
20
20
|
"pretty-time": "1.1.0",
|
|
21
21
|
"@teambit/lane-id": "0.0.312",
|
|
22
22
|
"@teambit/harmony": "0.4.7",
|
|
23
|
-
"@teambit/application": "1.0.
|
|
24
|
-
"@teambit/checkout": "1.0.
|
|
25
|
-
"@teambit/component-compare": "1.0.
|
|
26
|
-
"@teambit/component-log": "1.0.
|
|
27
|
-
"@teambit/config": "0.0.
|
|
28
|
-
"@teambit/deprecation": "1.0.
|
|
29
|
-
"@teambit/envs": "1.0.
|
|
30
|
-
"@teambit/export": "1.0.
|
|
31
|
-
"@teambit/generator": "1.0.
|
|
32
|
-
"@teambit/graph": "1.0.
|
|
33
|
-
"@teambit/install": "1.0.
|
|
34
|
-
"@teambit/lanes": "1.0.
|
|
23
|
+
"@teambit/application": "1.0.624",
|
|
24
|
+
"@teambit/checkout": "1.0.624",
|
|
25
|
+
"@teambit/component-compare": "1.0.624",
|
|
26
|
+
"@teambit/component-log": "1.0.624",
|
|
27
|
+
"@teambit/config": "0.0.1375",
|
|
28
|
+
"@teambit/deprecation": "1.0.624",
|
|
29
|
+
"@teambit/envs": "1.0.624",
|
|
30
|
+
"@teambit/export": "1.0.624",
|
|
31
|
+
"@teambit/generator": "1.0.625",
|
|
32
|
+
"@teambit/graph": "1.0.624",
|
|
33
|
+
"@teambit/install": "1.0.624",
|
|
34
|
+
"@teambit/lanes": "1.0.625",
|
|
35
35
|
"@teambit/legacy.consumer": "0.0.50",
|
|
36
36
|
"@teambit/legacy.scope": "0.0.50",
|
|
37
37
|
"@teambit/legacy.utils": "0.0.21",
|
|
38
|
-
"@teambit/merging": "1.0.
|
|
39
|
-
"@teambit/objects": "0.0.
|
|
40
|
-
"@teambit/remove": "1.0.
|
|
41
|
-
"@teambit/snapping": "1.0.
|
|
42
|
-
"@teambit/workspace": "1.0.
|
|
43
|
-
"@teambit/cli": "0.0.
|
|
44
|
-
"@teambit/component": "1.0.
|
|
45
|
-
"@teambit/express": "0.0.
|
|
38
|
+
"@teambit/merging": "1.0.624",
|
|
39
|
+
"@teambit/objects": "0.0.131",
|
|
40
|
+
"@teambit/remove": "1.0.624",
|
|
41
|
+
"@teambit/snapping": "1.0.624",
|
|
42
|
+
"@teambit/workspace": "1.0.624",
|
|
43
|
+
"@teambit/cli": "0.0.1201",
|
|
44
|
+
"@teambit/component": "1.0.624",
|
|
45
|
+
"@teambit/express": "0.0.1300",
|
|
46
46
|
"@teambit/harmony.modules.send-server-sent-events": "0.0.7",
|
|
47
|
-
"@teambit/importer": "1.0.
|
|
47
|
+
"@teambit/importer": "1.0.624",
|
|
48
48
|
"@teambit/legacy.constants": "0.0.11",
|
|
49
|
-
"@teambit/logger": "0.0.
|
|
49
|
+
"@teambit/logger": "0.0.1294",
|
|
50
50
|
"@teambit/scope.network": "0.0.50",
|
|
51
51
|
"@teambit/toolbox.network.get-port": "1.0.10",
|
|
52
|
-
"@teambit/watcher": "1.0.
|
|
52
|
+
"@teambit/watcher": "1.0.624",
|
|
53
53
|
"@teambit/harmony.modules.feature-toggle": "0.0.19",
|
|
54
54
|
"@teambit/legacy.loader": "0.0.7",
|
|
55
55
|
"@teambit/legacy.logger": "0.0.19"
|
|
File without changes
|