Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Dec 3, 2023
1 parent 3733904 commit 12ef114
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 95 deletions.
46 changes: 0 additions & 46 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,52 +52,6 @@
"0.1.0": {
"en": "Fix VW Login",
"de": "Fix VW Login"
},
"0.0.72": {
"en": "Redirect Seat to Seat Cupra #2 Login",
"de": "Seat auf Seat Cupra #2 Login umgeleitet"
},
"0.0.71": {
"en": "Fix Audi Login",
"de": "Fix Audi Login"
},
"0.0.67:": {
"en": "Fix Cupra login. Add Alternative Login for Cupra",
"de": "Fix Cupra login. Eine Alternative für Cupra Login hinzugefügt"
},
"0.0.63:": {
"en": "Fix VW/Skoda login"
},
"0.0.62:": {
"en": "Fix Audi etron login"
},
"0.0.61:": {
"en": "Fix VW id login"
},
"0.0.60": {
"en": "Minor improvements. WeCharge Minimum interval is now 15 minutes",
"de": "Kleine Verbesserungen. WeCharge Mindestintervall beträgt jetzt 15 Minuten"
},
"0.0.56": {
"en": "Fix invalid state warning"
},
"0.0.55": {
"en": "Fix ID status update"
},
"0.0.53": {
"en": "Add datapoints for Skoda Enyaq v3"
},
"0.0.52": {
"en": "small bugfixes"
},
"0.0.51": {
"en": "fix Audi etron login"
},
"0.0.50": {
"en": "fix VWc2 Vehicle list, Add Audi Etron, Add start stop for WC Wallbox, fix restart after failed login"
},
"0.0.48": {
"en": "fix login, fix audi update, add limit for wallbox"
}
},
"title": "VW Connect",
Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@peculiar/webcrypto": "^1.4.3",
"axios": "^1.6.2",
"json-bigint": "^1.0.0",
"json2iob": "^2.4.10",
"json2iob": "^2.4.11",
"ngeohash": "^0.6.3",
"qs": "^6.11.2",
"request": "^2.88.2",
Expand All @@ -36,13 +36,13 @@
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.0",
"@types/node": "^20.10.3",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
Expand Down Expand Up @@ -79,5 +79,5 @@
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "0.2.5"
"version": "0.3.0"
}

0 comments on commit 12ef114

Please sign in to comment.