-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): publish v2.13.6 [skip ci]
- Loading branch information
1 parent
c0ee2ed
commit 978336c
Showing
13 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"packages": ["mods/*"], | ||
"version": "2.13.5" | ||
"version": "2.13.6" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/connect", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Default processor", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
@@ -29,7 +29,7 @@ | |
"@opentelemetry/sdk-trace-node": "^1.0.4", | ||
"@opentelemetry/semantic-conventions": "^1.0.4", | ||
"@routr/common": "^2.13.5", | ||
"@routr/location": "^2.13.5", | ||
"@routr/location": "^2.13.6", | ||
"@routr/processor": "^2.13.5", | ||
"jsonwebtoken": "^9.0.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/dispatcher", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Receives SIP messages and forwards them to the corresponding Message Processor", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/echo", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Dummy implementation of a Processor service", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/edgeport", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "SIP endpoint at the edge of the network", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/location", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Creates and maintains a list of routes to all registered endpoints", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/one", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Bundle server with everything needed to run Routr Connect", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
@@ -21,11 +21,11 @@ | |
"dependencies": { | ||
"@fonoster/logger": "0.6.0", | ||
"@routr/common": "^2.13.5", | ||
"@routr/connect": "^2.13.5", | ||
"@routr/dispatcher": "^2.13.5", | ||
"@routr/location": "^2.13.5", | ||
"@routr/pgdata": "^2.13.5", | ||
"@routr/rtprelay": "^2.13.5" | ||
"@routr/connect": "^2.13.6", | ||
"@routr/dispatcher": "^2.13.6", | ||
"@routr/location": "^2.13.6", | ||
"@routr/pgdata": "^2.13.6", | ||
"@routr/rtprelay": "^2.13.6" | ||
}, | ||
"files": [ | ||
"dist" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/pgdata", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Postgres API Server for Routr Connect", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/registry", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Sends trunks registrations and maintains their bindings", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/rtprelay", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Media Relay for Routr using RTPengine", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/simpleauth", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "This middleware delegates authentication to an external service", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@routr/simpledata", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Files-based API Server for Routr Connect", | ||
"author": "Pedro Sanders <[email protected]>", | ||
"homepage": "https://github.com/fonoster/routr#readme", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.