@teambit/api-server 1.0.407 → 1.0.409
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.harmony/api-server@1.0.
|
|
3
|
+
<testsuite name="teambit.harmony/api-server@1.0.409" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
package/dist/server.cmd.js
CHANGED
|
@@ -13,7 +13,7 @@ class ServerCmd {
|
|
|
13
13
|
constructor(apiServer) {
|
|
14
14
|
this.apiServer = apiServer;
|
|
15
15
|
_defineProperty(this, "name", 'server');
|
|
16
|
-
_defineProperty(this, "description", '
|
|
16
|
+
_defineProperty(this, "description", 'communicate with bit cli program via http requests');
|
|
17
17
|
_defineProperty(this, "alias", '');
|
|
18
18
|
_defineProperty(this, "commands", []);
|
|
19
19
|
_defineProperty(this, "group", 'general');
|
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 = '
|
|
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 = 'general';\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,SAAS;IAAAA,eAAA,kBACP,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.409",
|
|
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.409"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"filenamify": "4.2.0",
|
|
@@ -20,30 +20,30 @@
|
|
|
20
20
|
"pretty-time": "1.1.0",
|
|
21
21
|
"@teambit/lane-id": "0.0.311",
|
|
22
22
|
"@teambit/harmony": "0.4.6",
|
|
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/install": "1.0.
|
|
33
|
-
"@teambit/lanes": "1.0.
|
|
23
|
+
"@teambit/application": "1.0.409",
|
|
24
|
+
"@teambit/checkout": "1.0.409",
|
|
25
|
+
"@teambit/component-compare": "1.0.409",
|
|
26
|
+
"@teambit/component-log": "1.0.409",
|
|
27
|
+
"@teambit/config": "0.0.1160",
|
|
28
|
+
"@teambit/deprecation": "1.0.409",
|
|
29
|
+
"@teambit/envs": "1.0.409",
|
|
30
|
+
"@teambit/export": "1.0.409",
|
|
31
|
+
"@teambit/generator": "1.0.410",
|
|
32
|
+
"@teambit/install": "1.0.409",
|
|
33
|
+
"@teambit/lanes": "1.0.409",
|
|
34
34
|
"@teambit/legacy.utils": "0.0.5",
|
|
35
|
-
"@teambit/merging": "1.0.
|
|
36
|
-
"@teambit/remove": "1.0.
|
|
37
|
-
"@teambit/snapping": "1.0.
|
|
38
|
-
"@teambit/workspace": "1.0.
|
|
39
|
-
"@teambit/cli": "0.0.
|
|
40
|
-
"@teambit/component": "1.0.
|
|
41
|
-
"@teambit/express": "0.0.
|
|
35
|
+
"@teambit/merging": "1.0.409",
|
|
36
|
+
"@teambit/remove": "1.0.409",
|
|
37
|
+
"@teambit/snapping": "1.0.409",
|
|
38
|
+
"@teambit/workspace": "1.0.409",
|
|
39
|
+
"@teambit/cli": "0.0.986",
|
|
40
|
+
"@teambit/component": "1.0.409",
|
|
41
|
+
"@teambit/express": "0.0.1085",
|
|
42
42
|
"@teambit/harmony.modules.send-server-sent-events": "0.0.3",
|
|
43
|
-
"@teambit/importer": "1.0.
|
|
44
|
-
"@teambit/logger": "0.0.
|
|
43
|
+
"@teambit/importer": "1.0.409",
|
|
44
|
+
"@teambit/logger": "0.0.1079",
|
|
45
45
|
"@teambit/toolbox.network.get-port": "1.0.6",
|
|
46
|
-
"@teambit/watcher": "1.0.
|
|
46
|
+
"@teambit/watcher": "1.0.409",
|
|
47
47
|
"@teambit/harmony.modules.feature-toggle": "0.0.6"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
File without changes
|