Skip to content

Commit

Permalink
bump versions as we start adding support for A177r7 (in development a…
Browse files Browse the repository at this point in the history
…t DVB)
  • Loading branch information
paulhiggs committed Sep 11, 2024
1 parent f7a0d9f commit 22fbcac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dvb-i-tools",
"version": "1.1.7",
"version": "1.2.0",
"description": "DVB-I V&V Tools",
"main": "all-in-one.js",
"type": "module",
Expand All @@ -15,16 +15,15 @@
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.3",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.20.0",
"express-fileupload": "^1.5.1",
"express-session": "^1.18.0",
"libxmljs2": "^0.35.0",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0",
"sync-fetch": "^0.5.2",
"xml-formatter": "^3.6.3",
"xmllint": "^0.1.1",
"xsd-schema-validator": "^0.9.0"
"xmllint": "^0.1.1"
},
"engines": {
"node": ">= 20.10.0",
Expand Down

0 comments on commit 22fbcac

Please sign in to comment.