-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from swrlab/dev/dts-api-migration
refactor: migrate DTS APIs
- Loading branch information
Showing
11 changed files
with
1,306 additions
and
810 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
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
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
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
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
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,10 +1,10 @@ | ||
{ | ||
"name": "ard-eventhub", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "ARD system to distribute real-time (live) metadata for primarily radio broadcasts.", | ||
"main": "./src/ingest/index.js", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
"scripts": { | ||
"docs:serve": "docsify serve . --port 3000", | ||
|
@@ -29,37 +29,37 @@ | |
"author": "SWR Audio Lab <[email protected]>", | ||
"license": "EUPL-1.2", | ||
"dependencies": { | ||
"@google-cloud/datastore": "7.5.1", | ||
"@google-cloud/pubsub": "3.7.1", | ||
"@google-cloud/secret-manager": "4.2.2", | ||
"@google-cloud/datastore": "8.1.0", | ||
"@google-cloud/pubsub": "4.0.6", | ||
"@google-cloud/secret-manager": "5.0.1", | ||
"@swrlab/utils": "1.1.3", | ||
"compression": "1.7.4", | ||
"dd-trace": "4.11.1", | ||
"dd-trace": "4.15.0", | ||
"dotenv": "16.3.1", | ||
"express": "4.18.2", | ||
"express-openapi-validator": "5.0.4", | ||
"firebase-admin": "11.9.0", | ||
"google-auth-library": "8.8.0", | ||
"jsonwebtoken": "9.0.0", | ||
"luxon": "3.3.0", | ||
"slug": "8.2.2", | ||
"swagger-ui-express": "4.6.3", | ||
"uuid": "9.0.0", | ||
"winston": "3.9.0" | ||
"express-openapi-validator": "5.0.6", | ||
"firebase-admin": "11.10.1", | ||
"google-auth-library": "9.0.0", | ||
"jsonwebtoken": "9.0.2", | ||
"luxon": "3.4.3", | ||
"slug": "8.2.3", | ||
"swagger-ui-express": "5.0.0", | ||
"uuid": "9.0.1", | ||
"winston": "3.10.0" | ||
}, | ||
"devDependencies": { | ||
"@swrlab/eslint-plugin-swr": "^0.2.0", | ||
"@swrlab/swr-prettier-config": "^0.2.0", | ||
"chai": "^4.3.7", | ||
"@swrlab/eslint-plugin-swr": "^0.3.0", | ||
"@swrlab/swr-prettier-config": "^0.3.0", | ||
"chai": "^4.3.8", | ||
"chai-http": "^4.4.0", | ||
"docsify-cli": "^4.4.4", | ||
"eslint": "^8.43.0", | ||
"eslint": "^8.50.0", | ||
"eslint-plugin-chai-friendly": "^0.7.2", | ||
"license-compliance": "^2.0.0", | ||
"mocha": "^10.2.0", | ||
"nodemon": "^2.0.22", | ||
"prettier": "^2.8.8", | ||
"typescript": "^5.1.3" | ||
"nodemon": "^3.0.1", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2" | ||
}, | ||
"resolutions": { | ||
"ansi-regex": "^5.0.1", | ||
|
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
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
Oops, something went wrong.