@heyhru/app-dms-server 0.3.0 → 0.3.1

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -700,7 +700,7 @@ CREATE TABLE IF NOT EXISTS users (
700
700
 
701
701
  INSERT INTO users (id, username, email, password_hash, role)
702
702
  VALUES (
703
- 'admin-seed-id-0000000000000000',
703
+ '00000000-0000-0000-0000-000000000001',
704
704
  'admin',
705
705
  'admin@example.com',
706
706
  '178c20236d9629bffcb301f57d1b8383:40c49d6500a8f322754ac0cd2d5c9dea019a4c14feef60e436d767cc2dd44bc1eeee7ef16f1bd768260aeec4025e06c479c4c367537899002ec89962382a3104',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.0",
6
+ "version": "0.3.1",
7
7
  "description": "DMS backend API server built on Fastify",
8
8
  "type": "module",
9
9
  "main": "./dist/index.mjs",
@@ -37,5 +37,5 @@
37
37
  "typescript": "^6.0.2",
38
38
  "vitest": "^4.1.2"
39
39
  },
40
- "gitHead": "577a6d89e51ac836bf14d9e6d12eeb61d1b17939"
40
+ "gitHead": "34b5ef9caab1f78253079b83eee01afcb9ac25d9"
41
41
  }