valheim-oz-dsm 1.5.1 → 1.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valheim-oz-dsm",
3
- "version": "1.5.1",
3
+ "version": "1.6.1",
4
4
  "description": "Land of OZ - Valheim Dedicated Server Manager",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,7 +19,8 @@
19
19
  },
20
20
  "scripts": {
21
21
  "dev": "tsx watch main.ts",
22
- "start": "tsx main.ts",
22
+ "start": "npm run build && node dist/main.js",
23
+ "start:dev": "tsx main.ts",
23
24
  "build": "tsup",
24
25
  "test": "vitest run",
25
26
  "test:watch": "vitest",
@@ -32,7 +33,7 @@
32
33
  "prepublishOnly": "npm run typecheck && npm run lint && npm test && npm run build"
33
34
  },
34
35
  "dependencies": {
35
- "@caleb-collar/steamcmd": "^1.1.0",
36
+ "@caleb-collar/steamcmd": "^1.1.1",
36
37
  "conf": "^13.0.1",
37
38
  "fullscreen-ink": "^0.1.0",
38
39
  "ink": "^6.6.0",