@teambit/api-server 1.0.408 → 1.0.410

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.408" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.harmony/api-server@1.0.410" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -1380,7 +1380,7 @@
1380
1380
  "componentId": {
1381
1381
  "scope": "teambit.harmony",
1382
1382
  "name": "api-server",
1383
- "version": "1.0.408"
1383
+ "version": "1.0.410"
1384
1384
  },
1385
1385
  "taggedModuleExports": []
1386
1386
  }
@@ -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", 'EXPERIMENTAL. communicate with bit cli program via http requests');
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');
@@ -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 = 'EXPERIMENTAL. 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,kEAAkE;IAAAA,eAAA,gBACxE,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":[]}
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.408",
3
+ "version": "1.0.410",
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.408"
9
+ "version": "1.0.410"
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.408",
24
- "@teambit/checkout": "1.0.408",
25
- "@teambit/component-compare": "1.0.408",
26
- "@teambit/component-log": "1.0.408",
27
- "@teambit/config": "0.0.1159",
28
- "@teambit/deprecation": "1.0.408",
29
- "@teambit/envs": "1.0.408",
30
- "@teambit/export": "1.0.408",
31
- "@teambit/generator": "1.0.409",
32
- "@teambit/install": "1.0.408",
33
- "@teambit/lanes": "1.0.408",
23
+ "@teambit/application": "1.0.410",
24
+ "@teambit/checkout": "1.0.410",
25
+ "@teambit/component-compare": "1.0.410",
26
+ "@teambit/component-log": "1.0.410",
27
+ "@teambit/config": "0.0.1161",
28
+ "@teambit/deprecation": "1.0.410",
29
+ "@teambit/envs": "1.0.410",
30
+ "@teambit/export": "1.0.410",
31
+ "@teambit/generator": "1.0.411",
32
+ "@teambit/install": "1.0.410",
33
+ "@teambit/lanes": "1.0.410",
34
34
  "@teambit/legacy.utils": "0.0.5",
35
- "@teambit/merging": "1.0.408",
36
- "@teambit/remove": "1.0.408",
37
- "@teambit/snapping": "1.0.408",
38
- "@teambit/workspace": "1.0.408",
39
- "@teambit/cli": "0.0.985",
40
- "@teambit/component": "1.0.408",
41
- "@teambit/express": "0.0.1084",
35
+ "@teambit/merging": "1.0.410",
36
+ "@teambit/remove": "1.0.410",
37
+ "@teambit/snapping": "1.0.410",
38
+ "@teambit/workspace": "1.0.410",
39
+ "@teambit/cli": "0.0.987",
40
+ "@teambit/component": "1.0.410",
41
+ "@teambit/express": "0.0.1086",
42
42
  "@teambit/harmony.modules.send-server-sent-events": "0.0.3",
43
- "@teambit/importer": "1.0.408",
44
- "@teambit/logger": "0.0.1078",
43
+ "@teambit/importer": "1.0.410",
44
+ "@teambit/logger": "0.0.1080",
45
45
  "@teambit/toolbox.network.get-port": "1.0.6",
46
- "@teambit/watcher": "1.0.408",
46
+ "@teambit/watcher": "1.0.410",
47
47
  "@teambit/harmony.modules.feature-toggle": "0.0.6"
48
48
  },
49
49
  "devDependencies": {