Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
timoschlueter committed Nov 15, 2024
1 parent f851a50 commit cfa81b1
Showing 2 changed files with 900 additions and 733 deletions.
1,606 changes: 886 additions & 720 deletions package-lock.json

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightscout-librelink-up",
"version": "2.7.1",
"version": "2.7.2",
"description": "Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout",
"main": "dist/index.js",
"scripts": {
@@ -35,25 +35,26 @@
},
"homepage": "https://github.com/timoschlueter/nightscout-librelink-up#readme",
"dependencies": {
"axios": "~1.7.2",
"axios-mock-adapter": "~1.22.0",
"http-cookie-agent": "~6.0.1",
"axios": "~1.7.7",
"axios-mock-adapter": "~2.1.0",
"http-cookie-agent": "~6.0.6",
"jwt-decode": "~4.0.0",
"node-cron": "~3.0.3",
"tough-cookie": "~4.1.3",
"winston": "~3.13.0"
"tough-cookie": "~5.0.0",
"winston": "~3.17.0"
},
"devDependencies": {
"@tsconfig/node20": "~20.1.4",
"@types/jest": "~29.5.12",
"@types/node": "~20.14.9",
"@types/jest": "~29.5.14",
"@types/node": "~22.9.0",
"@types/node-cron": "~3.0.11",
"@types/tough-cookie": "~4.0.5",
"@typescript-eslint/eslint-plugin": "~7.14.1",
"@typescript-eslint/parser": "~7.14.1",
"eslint": "~8.57.0",
"@typescript-eslint/eslint-plugin": "~8.14.0",
"@typescript-eslint/parser": "~8.14.0",
"eslint": "~9.14.0",
"jest": "~29.7.0",
"ts-jest": "~29.1.2",
"ts-jest": "~29.2.5",
"ts-node": "~10.9.2",
"typescript": "~5.5.2"
"typescript": "~5.6.3"
}
}

0 comments on commit cfa81b1

Please sign in to comment.