Skip to content

Commit

Permalink
Merge pull request #405 from swrlab/dev/update-1.3.9
Browse files Browse the repository at this point in the history
Dev/update 1.3.9
  • Loading branch information
rafaelmaeuer authored Oct 5, 2022
2 parents 81112a4 + f992428 commit eb1246d
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 467 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.9] - 2022-10-04

- chore: update dd-trace to `v3`
- chore: update slug to `v8`
- chore: update uuid to `v9`

## [1.3.8] - 2022-08-22

- chore: code-format and linting
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "European Union Public License 1.2",
"url": "https://spdx.org/licenses/EUPL-1.2.html"
},
"version": "1.3.8"
"version": "1.3.9"
},
"externalDocs": {
"description": "ARD-Eventhub Documentation",
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
license:
name: European Union Public License 1.2
url: "https://spdx.org/licenses/EUPL-1.2.html"
version: 1.3.8
version: 1.3.9
externalDocs:
description: ARD-Eventhub Documentation
url: "https://swrlab.github.io/ard-eventhub/"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ard-eventhub",
"version": "1.3.8",
"version": "1.3.9",
"description": "ARD system to distribute real-time (live) metadata for primarily radio broadcasts.",
"main": "./src/ingest/index.js",
"engines": {
Expand Down Expand Up @@ -30,36 +30,36 @@
"license": "EUPL-1.2",
"dependencies": {
"@google-cloud/datastore": "^7.0.0",
"@google-cloud/pubsub": "^3.1.0",
"@google-cloud/secret-manager": "^4.0.0",
"@google-cloud/pubsub": "^3.2.0",
"@google-cloud/secret-manager": "^4.1.3",
"@swrlab/utils": "^1.0.1",
"compression": "^1.7.4",
"dd-trace": "^2.13.0",
"dotenv": "^16.0.1",
"dd-trace": "^3.3.1",
"dotenv": "^16.0.3",
"express": "4.18.1",
"express-openapi-validator": "^4.13.8",
"firebase-admin": "^11.0.1",
"google-auth-library": "^8.3.0",
"google-auth-library": "^8.5.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"slug": "^5.3.0",
"slug": "^8.2.2",
"swagger-ui-express": "^4.5.0",
"uuid": "^8.3.2",
"winston": "^3.8.1"
"uuid": "^9.0.0",
"winston": "^3.8.2"
},
"devDependencies": {
"@swrlab/eslint-plugin-swr": "^0.2.0",
"@swrlab/swr-prettier-config": "^0.2.0",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"docsify-cli": "^4.4.4",
"eslint": "^8.22.0",
"eslint": "^8.24.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"license-compliance": "^1.2.4",
"license-compliance": "^1.2.5",
"mocha": "^10.0.0",
"nodemon": "^2.0.19",
"nodemon": "^2.0.20",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

0 comments on commit eb1246d

Please sign in to comment.