@routr/connect 2.13.13 → 2.13.17
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/access.js +1 -1
- package/dist/assertions.js +2 -2
- package/dist/envs.js +1 -1
- package/dist/errors.js +2 -2
- package/dist/handlers/register.js +2 -2
- package/dist/handlers/registry.js +2 -2
- package/dist/handlers/request.js +2 -2
- package/dist/router.js +1 -1
- package/dist/runner.js +2 -2
- package/dist/tailor.js +2 -2
- package/dist/tracer.js +2 -2
- package/dist/utils.js +2 -2
- package/package.json +5 -5
package/dist/access.js
CHANGED
|
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.checkAccessFromPSTN = exports.checkAgentOrPeerAccess = exports.checkAccess = void 0;
|
|
13
13
|
/*
|
|
14
|
-
* Copyright (C)
|
|
14
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
15
15
|
* http://github.com/fonoster/routr
|
|
16
16
|
*
|
|
17
17
|
* This file is part of Routr.
|
package/dist/assertions.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.assertOnlyOneEnvIsSet = void 0;
|
|
4
4
|
/*
|
|
5
|
-
* Copyright (C)
|
|
5
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
6
6
|
* http://github.com/fonoster/routr
|
|
7
7
|
*
|
|
8
|
-
* This file is part of Routr
|
|
8
|
+
* This file is part of Routr.
|
|
9
9
|
*
|
|
10
10
|
* Licensed under the MIT License (the "License");
|
|
11
11
|
* you may not use this file except in compliance with
|
package/dist/envs.js
CHANGED
|
@@ -3,7 +3,7 @@ var _a;
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.CONNECT_VERIFIER_OPTIONS = exports.CONNECT_VERIFIER_PUBLIC_KEY_PATH = exports.CONNECT_VERIFIER_ADDR = exports.API_ADDR = exports.LOCATION_ADDR = exports.BIND_ADDR = void 0;
|
|
5
5
|
/*
|
|
6
|
-
* Copyright (C)
|
|
6
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
7
7
|
* http://github.com/fonoster/routr
|
|
8
8
|
*
|
|
9
9
|
* This file is part of Routr.
|
package/dist/errors.js
CHANGED
|
@@ -35,10 +35,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
36
|
exports.UnsupportedRoutingError = exports.ServiceUnavailableError = void 0;
|
|
37
37
|
/*
|
|
38
|
-
* Copyright (C)
|
|
38
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
39
39
|
* http://github.com/fonoster/routr
|
|
40
40
|
*
|
|
41
|
-
* This file is part of Routr
|
|
41
|
+
* This file is part of Routr.
|
|
42
42
|
*
|
|
43
43
|
* Licensed under the MIT License (the "License");
|
|
44
44
|
* you may not use this file except in compliance with
|
|
@@ -44,10 +44,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
44
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
45
|
exports.handleRegister = void 0;
|
|
46
46
|
/*
|
|
47
|
-
* Copyright (C)
|
|
47
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
48
48
|
* http://github.com/fonoster/routr
|
|
49
49
|
*
|
|
50
|
-
* This file is part of Routr
|
|
50
|
+
* This file is part of Routr.
|
|
51
51
|
*
|
|
52
52
|
* Licensed under the MIT License (the "License");
|
|
53
53
|
* you may not use this file except in compliance with
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.handleRegistry = void 0;
|
|
4
4
|
/*
|
|
5
|
-
* Copyright (C)
|
|
5
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
6
6
|
* http://github.com/fonoster/routr
|
|
7
7
|
*
|
|
8
|
-
* This file is part of Routr
|
|
8
|
+
* This file is part of Routr.
|
|
9
9
|
*
|
|
10
10
|
* Licensed under the MIT License (the "License");
|
|
11
11
|
* you may not use this file except in compliance with
|
package/dist/handlers/request.js
CHANGED
|
@@ -44,10 +44,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
44
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
45
|
exports.handleRequest = void 0;
|
|
46
46
|
/*
|
|
47
|
-
* Copyright (C)
|
|
47
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
48
48
|
* http://github.com/fonoster/routr
|
|
49
49
|
*
|
|
50
|
-
* This file is part of Routr
|
|
50
|
+
* This file is part of Routr.
|
|
51
51
|
*
|
|
52
52
|
* Licensed under the MIT License (the "License");
|
|
53
53
|
* you may not use this file except in compliance with
|
package/dist/router.js
CHANGED
|
@@ -11,7 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.router = router;
|
|
13
13
|
/*
|
|
14
|
-
* Copyright (C)
|
|
14
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
15
15
|
* http://github.com/fonoster/routr
|
|
16
16
|
*
|
|
17
17
|
* This file is part of Routr.
|
package/dist/runner.js
CHANGED
|
@@ -5,10 +5,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
};
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
/*
|
|
8
|
-
* Copyright (C)
|
|
8
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
9
9
|
* http://github.com/fonoster/routr
|
|
10
10
|
*
|
|
11
|
-
* This file is part of Routr
|
|
11
|
+
* This file is part of Routr.
|
|
12
12
|
*
|
|
13
13
|
* Licensed under the MIT License (the "License");
|
|
14
14
|
* you may not use this file except in compliance with
|
package/dist/tailor.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tailor = void 0;
|
|
4
4
|
/*
|
|
5
|
-
* Copyright (C)
|
|
5
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
6
6
|
* http://github.com/fonoster/routr
|
|
7
7
|
*
|
|
8
|
-
* This file is part of Routr
|
|
8
|
+
* This file is part of Routr.
|
|
9
9
|
*
|
|
10
10
|
* Licensed under the MIT License (the "License");
|
|
11
11
|
* you may not use this file except in compliance with
|
package/dist/tracer.js
CHANGED
|
@@ -5,10 +5,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.init = init;
|
|
7
7
|
/*
|
|
8
|
-
* Copyright (C)
|
|
8
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
9
9
|
* http://github.com/fonoster/routr
|
|
10
10
|
*
|
|
11
|
-
* This file is part of Routr
|
|
11
|
+
* This file is part of Routr.
|
|
12
12
|
*
|
|
13
13
|
* Licensed under the MIT License (the "License");
|
|
14
14
|
* you may not use this file except in compliance with
|
package/dist/utils.js
CHANGED
|
@@ -47,10 +47,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
47
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
48
|
exports.getVerifierImpl = exports.hasXConnectObjectHeader = exports.getSipUri = exports.getTrunkURI = exports.createTrunkAuthentication = exports.createRemotePartyId = exports.createPAssertedIdentity = exports.getRoutingDirection = exports.findResource = exports.findNumberByTelUrl = exports.findDomain = exports.isKind = void 0;
|
|
49
49
|
/*
|
|
50
|
-
* Copyright (C)
|
|
50
|
+
* Copyright (C) 2026 by Fonoster Inc (https://fonoster.com)
|
|
51
51
|
* http://github.com/fonoster/routr
|
|
52
52
|
*
|
|
53
|
-
* This file is part of Routr
|
|
53
|
+
* This file is part of Routr.
|
|
54
54
|
*
|
|
55
55
|
* Licensed under the MIT License (the "License");
|
|
56
56
|
* you may not use this file except in compliance with
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@routr/connect",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.17",
|
|
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.13.
|
|
32
|
-
"@routr/location": "^2.13.
|
|
33
|
-
"@routr/processor": "^2.13.
|
|
31
|
+
"@routr/common": "^2.13.17",
|
|
32
|
+
"@routr/location": "^2.13.17",
|
|
33
|
+
"@routr/processor": "^2.13.17",
|
|
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": "c36b09038352bb1823003c581c8864483ed60997"
|
|
53
53
|
}
|