Make Tauron service supports Dayjs

This commit is contained in:
2024-11-12 22:46:17 +01:00
parent 59e0829f8a
commit 33e9644e1a
3 changed files with 27 additions and 12 deletions

6
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"dependencies": {
"axios": "^1.7.7",
"axios-cookiejar-support": "^5.0.3",
"dayjs": "^1.11.13",
"tough-cookie": "^5.0.0",
"tough-cookie-file-store": "^2.0.3",
"yaml": "^2.6.0"
@@ -469,6 +470,11 @@
"node": ">= 0.8"
}
},
"node_modules/dayjs": {
"version": "1.11.13",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz",
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
},
"node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",