-
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.
refactor: drop
contentId
mapping from dts
plugin
- Loading branch information
Showing
6 changed files
with
524 additions
and
485 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ard-eventhub", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "ARD system to distribute real-time (live) metadata for primarily radio broadcasts.", | ||
"main": "./src/ingest/index.js", | ||
"engines": { | ||
|
@@ -10,7 +10,7 @@ | |
"docs:serve": "docsify serve . --port 3000", | ||
"coreId": "node ./src/coreId/index.js", | ||
"ingest:local": "nodemon -r dotenv/config ./src/ingest/index.js", | ||
"ingest:cloud": "node -r dotenv/config ./src/ingest/index.js", | ||
"ingest:cloud": "node ./src/ingest/index.js", | ||
"ingest:test": "mocha test/ingest.test.js --timeout 15000 --exit -r dotenv/config", | ||
"ingest:lint": "eslint src", | ||
"docker:build": "docker build . -t swr/ard-eventhub", | ||
|
@@ -29,31 +29,30 @@ | |
"author": "SWR Audio Lab <[email protected]>", | ||
"license": "EUPL-1.2", | ||
"dependencies": { | ||
"@google-cloud/datastore": "8.1.0", | ||
"@google-cloud/datastore": "8.2.2", | ||
"@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.15.0", | ||
"dotenv": "16.3.1", | ||
"dd-trace": "4.17.0", | ||
"express": "4.18.2", | ||
"express-openapi-validator": "5.0.6", | ||
"firebase-admin": "11.10.1", | ||
"google-auth-library": "9.0.0", | ||
"firebase-admin": "11.11.0", | ||
"google-auth-library": "9.2.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" | ||
"winston": "3.11.0" | ||
}, | ||
"devDependencies": { | ||
"@swrlab/eslint-plugin-swr": "^0.3.0", | ||
"@swrlab/swr-prettier-config": "^0.3.0", | ||
"chai": "^4.3.8", | ||
"chai": "^4.3.10", | ||
"chai-http": "^4.4.0", | ||
"docsify-cli": "^4.4.4", | ||
"eslint": "^8.50.0", | ||
"dotenv": "16.3.1", | ||
"eslint": "^8.52.0", | ||
"eslint-plugin-chai-friendly": "^0.7.2", | ||
"license-compliance": "^2.0.0", | ||
"mocha": "^10.2.0", | ||
|
@@ -64,7 +63,8 @@ | |
"resolutions": { | ||
"ansi-regex": "^5.0.1", | ||
"got": "^11.8.6", | ||
"strip-ansi": "^6.0.1" | ||
"strip-ansi": "^6.0.1", | ||
"update-notifier": "^5.1.0" | ||
}, | ||
"prettier": "@swrlab/swr-prettier-config" | ||
} |
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.