@routr/one 2.4.0 → 2.4.2
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/envs.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/tracer.js +1 -1
- package/package.json +8 -8
package/dist/envs.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
exports.RTPENGINE_PORT = exports.RTPENGINE_HOST = exports.EDGEPORT_RUNNER = exports.BIND_ADDR = void 0;
|
|
5
5
|
/*
|
|
6
6
|
* Copyright (C) 2023 by Fonoster Inc (https://fonoster.com)
|
|
7
|
-
* http://github.com/fonoster
|
|
7
|
+
* http://github.com/fonoster/routr
|
|
8
8
|
*
|
|
9
9
|
* This file is part of Routr.
|
|
10
10
|
*
|
package/dist/runner.js
CHANGED
package/dist/tracer.js
CHANGED
|
@@ -10,7 +10,7 @@ exports.init = void 0;
|
|
|
10
10
|
*
|
|
11
11
|
* This file is part of Routr
|
|
12
12
|
*
|
|
13
|
-
* Licensed under the MIT License (the "License")
|
|
13
|
+
* Licensed under the MIT License (the "License");
|
|
14
14
|
* you may not use this file except in compliance with
|
|
15
15
|
* the License. You may obtain a copy of the License at
|
|
16
16
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@routr/one",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "Bundle server with everything needed to run Routr Connect",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/routr#readme",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@fonoster/logger": "0.3.20",
|
|
23
|
-
"@routr/common": "^2.4.
|
|
24
|
-
"@routr/connect": "^2.4.
|
|
25
|
-
"@routr/dispatcher": "^2.4.
|
|
26
|
-
"@routr/location": "^2.4.
|
|
27
|
-
"@routr/pgdata": "^2.4.
|
|
28
|
-
"@routr/rtprelay": "^2.4.
|
|
23
|
+
"@routr/common": "^2.4.1",
|
|
24
|
+
"@routr/connect": "^2.4.2",
|
|
25
|
+
"@routr/dispatcher": "^2.4.2",
|
|
26
|
+
"@routr/location": "^2.4.2",
|
|
27
|
+
"@routr/pgdata": "^2.4.1",
|
|
28
|
+
"@routr/rtprelay": "^2.4.1"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"bugs": {
|
|
41
41
|
"url": "https://github.com/fonoster/routr/issues"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "52833e4aa168461a95bee87068919a7838b4b418"
|
|
44
44
|
}
|