@taujs/server 0.6.4 → 0.6.5

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 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -1553,8 +1553,8 @@ var setupDevServer = async (app, baseClientRoot, alias, debug, devNet, plugins =
1553
1553
  resolve: {
1554
1554
  alias: {
1555
1555
  "@client": path3.resolve(baseClientRoot),
1556
- "@server": path3.resolve(__dirname),
1557
- "@shared": path3.resolve(__dirname, "../shared"),
1556
+ "@server": path3.resolve(baseClientRoot, "../server"),
1557
+ "@shared": path3.resolve(baseClientRoot, "../shared"),
1558
1558
  ...alias
1559
1559
  }
1560
1560
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taujs/server",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "τjs [ taujs ]",
5
5
  "author": "John Smith | Aoede <taujs@aoede.uk.net> (https://www.aoede.uk.net)",
6
6
  "license": "MIT",
@@ -48,24 +48,24 @@
48
48
  "fastify": "^5.8.5",
49
49
  "fastify-plugin": "^5.1.0",
50
50
  "path-to-regexp": "^8.1.0",
51
- "vite": "^7.3.1"
51
+ "vite": "^7.3.6"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@arethetypeswrong/cli": "^0.15.4",
55
55
  "@babel/preset-typescript": "^7.24.7",
56
56
  "@changesets/cli": "^2.27.7",
57
57
  "@types/node": "^20.14.9",
58
- "@vitest/coverage-v8": "^3.2.4",
59
- "@vitest/ui": "^3.2.4",
58
+ "@vitest/coverage-v8": "^4.1.9",
59
+ "@vitest/ui": "^4.1.9",
60
60
  "jsdom": "^25.0.0",
61
61
  "prettier": "^3.3.3",
62
62
  "tsup": "^8.2.4",
63
63
  "typescript": "^5.5.4",
64
- "vitest": "^3.2.4"
64
+ "vitest": "^4.1.9"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "typescript": "^5.5.4",
68
- "vite": "^7.3.1"
68
+ "vite": "^7.3.6"
69
69
  },
70
70
  "scripts": {
71
71
  "build": "tsup",