* ci: pull version from package.json on build

* fix: implicit any type

* feat: inital support for logger

* style: fix lint

* feat: move more logging over to pino

* fix: logging around company importing
This commit is contained in:
Husky
2025-07-08 22:01:23 -04:00
committed by GitHub
parent e4fbc7cd50
commit 2b70cea4e0
33 changed files with 481 additions and 171 deletions

View File

@ -1,6 +1,6 @@
{
"name": "drop",
"version": "0.3.0",
"version": "0.3.0-alpha.0",
"private": true,
"type": "module",
"license": "AGPL-3.0-or-later",
@ -41,6 +41,8 @@
"normalize-url": "^8.0.2",
"nuxt": "^3.17.4",
"nuxt-security": "2.2.0",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"prisma": "^6.7.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.7.1",