@routr/connect 2.9.1 → 2.11.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/dist/utils.js +1 -0
- package/package.json +5 -5
package/dist/utils.js
CHANGED
@@ -171,6 +171,7 @@ const createRemotePartyId = (trunk, number) => {
|
|
171
171
|
};
|
172
172
|
};
|
173
173
|
exports.createRemotePartyId = createRemotePartyId;
|
174
|
+
// Q: Why is this a promise?
|
174
175
|
const createTrunkAuthentication = (trunk) => __awaiter(void 0, void 0, void 0, function* () {
|
175
176
|
var _a, _b;
|
176
177
|
return {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@routr/connect",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.11.0",
|
4
4
|
"description": "Default processor",
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
6
6
|
"homepage": "https://github.com/fonoster/routr#readme",
|
@@ -28,9 +28,9 @@
|
|
28
28
|
"@opentelemetry/sdk-trace-base": "^1.0.4",
|
29
29
|
"@opentelemetry/sdk-trace-node": "^1.0.4",
|
30
30
|
"@opentelemetry/semantic-conventions": "^1.0.4",
|
31
|
-
"@routr/common": "^2.
|
32
|
-
"@routr/location": "^2.
|
33
|
-
"@routr/processor": "^2.
|
31
|
+
"@routr/common": "^2.11.0",
|
32
|
+
"@routr/location": "^2.11.0",
|
33
|
+
"@routr/processor": "^2.11.0",
|
34
34
|
"jsonwebtoken": "^9.0.0"
|
35
35
|
},
|
36
36
|
"devDependencies": {
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"bugs": {
|
50
50
|
"url": "https://github.com/fonoster/routr/issues"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
|
53
53
|
}
|