@heyhru/app-dms-server 0.5.0 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4448,8 +4448,9 @@ function verifyToken(token) {
4448
4448
 
4449
4449
  // src/logger.ts
4450
4450
  var import_pino = __toESM(require_pino(), 1);
4451
- import { createWriteStream } from "pino-roll";
4451
+ import pinoRoll from "pino-roll";
4452
4452
  import { createLogger } from "@heyhru/common-util-logger";
4453
+ var { createWriteStream } = pinoRoll;
4453
4454
  async function buildDestination() {
4454
4455
  if (config.nodeEnv !== "production" || !config.logDir) {
4455
4456
  return void 0;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.5.0",
6
+ "version": "0.5.2",
7
7
  "description": "DMS backend API server built on Fastify",
8
8
  "type": "module",
9
9
  "main": "./dist/index.mjs",
@@ -41,5 +41,5 @@
41
41
  "typescript": "^6.0.2",
42
42
  "vitest": "^4.1.2"
43
43
  },
44
- "gitHead": "1445c12d9c76c7698a240d9c69b28d8faae9f3fe"
44
+ "gitHead": "e2c0183c817c62415bb9e0c6e4b5cab4a85dd158"
45
45
  }