Browse Source

add errors from tsdb-kit to progress (e.g. "Unauthorized. Check the API_KEY")

pull/8/head
rozetko 1 year ago
parent
commit
9034175e0d
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -11,7 +11,7 @@
"license": "ISC", "license": "ISC",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@corpglory/tsdb-kit": "^2.0.3", "@corpglory/tsdb-kit": "^2.0.4",
"axios": "^1.2.1", "axios": "^1.2.1",
"express": "^4.18.2", "express": "^4.18.2",
"fast-csv": "^2.5.0", "fast-csv": "^2.5.0",

8
yarn.lock

@ -2,10 +2,10 @@
# yarn lockfile v1 # yarn lockfile v1
"@corpglory/tsdb-kit@^2.0.3": "@corpglory/tsdb-kit@^2.0.4":
version "2.0.3" version "2.0.4"
resolved "https://registry.yarnpkg.com/@corpglory/tsdb-kit/-/tsdb-kit-2.0.3.tgz#aa95b26579c1984009853ea97361c5a9180dc96b" resolved "https://registry.yarnpkg.com/@corpglory/tsdb-kit/-/tsdb-kit-2.0.4.tgz#0991f700a0fae58fa5f877a808c0e8879da398ee"
integrity sha512-xMYWKpWeKa8IVnZL5bKd8NHi0WGZFmfXepdI3PcbfF5HG3Sr2Q1Nuhga53J1EgNat9QizY//UGhhPVCNtsmjjA== integrity sha512-/MZ4BgTdXWubXBPUYwMxq2BLuLnffNkPa680ADt0/36d/tC5IlebQ26Gx6r/hoqPqobhEpvWqMJgSEmmldhKuw==
dependencies: dependencies:
axios "^0.18.0" axios "^0.18.0"
moment "^2.22.2" moment "^2.22.2"

Loading…
Cancel
Save