@resolveio/server-lib 10.0.9 → 11.0.0
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/client-server-app.js +8 -7
- package/client-server-app.js.map +1 -1
- package/package.json +1 -3
package/client-server-app.js
CHANGED
|
@@ -38,13 +38,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
var serverConfig = require('./settings.json');
|
|
40
40
|
var monitorAgent = null;
|
|
41
|
-
if (serverConfig['ROOT_URL'] !== 'http://localhost:4200') {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
41
|
+
// if (serverConfig['ROOT_URL'] !== 'http://localhost:4200') {
|
|
42
|
+
// let appmetrics = require('appmetrics');
|
|
43
|
+
// appmetrics.configure({
|
|
44
|
+
// mqtt: 'off',
|
|
45
|
+
// // profiling: 'on'
|
|
46
|
+
// });
|
|
47
|
+
// monitorAgent = appmetrics.monitor();
|
|
48
|
+
// }
|
|
48
49
|
var index_1 = require("./index");
|
|
49
50
|
new index_1.ResolveIOServer(monitorAgent, serverConfig, [], 'ResolveIO Server Library', __dirname);
|
|
50
51
|
index_1.ResolveIOServer.connectAndRun().then(function () { return __awaiter(void 0, void 0, void 0, function () {
|
package/client-server-app.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/client-server-app.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAI,YAAY,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAC9C,IAAI,YAAY,GAAG,IAAI,CAAC;AACxB,
|
|
1
|
+
{"version":3,"sources":["../../src/client-server-app.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAI,YAAY,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAC9C,IAAI,YAAY,GAAG,IAAI,CAAC;AACxB,8DAA8D;AAC9D,2CAA2C;AAC3C,0BAA0B;AAC1B,iBAAiB;AACjB,uBAAuB;AACvB,OAAO;AACP,wCAAwC;AACxC,IAAI;AAEJ,iCAA0C;AAE1C,IAAI,uBAAe,CAAC,YAAY,EAAE,YAAY,EAAE,EAAE,EAAE,0BAA0B,EAAE,SAAS,CAAC,CAAC;AAC3F,uBAAe,CAAC,aAAa,EAAE,CAAC,IAAI,CAAC;;;;KAEpC,CAAC,CAAC","file":"client-server-app.js","sourcesContent":["let serverConfig = require('./settings.json');\nlet monitorAgent = null;\n// if (serverConfig['ROOT_URL'] !== 'http://localhost:4200') {\n// \tlet appmetrics = require('appmetrics');\n// \tappmetrics.configure({\n// \t\tmqtt: 'off',\n// \t\t// profiling: 'on'\n// \t});\n// \tmonitorAgent = appmetrics.monitor();\n// }\n\nimport { ResolveIOServer } from './index';\n\nnew ResolveIOServer(monitorAgent, serverConfig, [], 'ResolveIO Server Library', __dirname);\nResolveIOServer.connectAndRun().then(async () => {\n\t\n});"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resolveio/server-lib",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"package": "npm run build-prod && npm pack ./dist",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"author": "",
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"appmetrics": "5.1.1",
|
|
16
15
|
"aws-sdk": "2.1009.0",
|
|
17
16
|
"bent": "7.3.12",
|
|
18
17
|
"body-parser": "1.19.0",
|
|
@@ -70,7 +69,6 @@
|
|
|
70
69
|
"typescript": "4.1.3"
|
|
71
70
|
},
|
|
72
71
|
"peerDependencies": {
|
|
73
|
-
"appmetrics": "5.1.1",
|
|
74
72
|
"aws-sdk": "2.1009.0",
|
|
75
73
|
"bent": "7.3.12",
|
|
76
74
|
"body-parser": "1.19.0",
|