@rljson/server 0.0.5 → 0.0.6

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": "@rljson/server",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Rljson server description",
5
5
  "homepage": "https://github.com/rljson/server",
6
6
  "bugs": "https://github.com/rljson/server/issues",
@@ -20,41 +20,41 @@
20
20
  ],
21
21
  "type": "module",
22
22
  "devDependencies": {
23
- "@types/node": "^25.1.0",
24
- "@typescript-eslint/eslint-plugin": "^8.54.0",
25
- "@typescript-eslint/parser": "^8.54.0",
23
+ "@types/node": "^25.2.3",
24
+ "@typescript-eslint/eslint-plugin": "^8.56.0",
25
+ "@typescript-eslint/parser": "^8.56.0",
26
26
  "@vitest/coverage-v8": "^4.0.18",
27
27
  "cross-env": "^10.1.0",
28
- "eslint": "^9.39.2",
29
- "eslint-plugin-jsdoc": "^62.5.0",
28
+ "eslint": "~9.39.2",
29
+ "eslint-plugin-jsdoc": "^62.5.5",
30
30
  "eslint-plugin-tsdoc": "^0.5.0",
31
- "globals": "^17.2.0",
31
+ "globals": "^17.3.0",
32
32
  "jsdoc": "^4.0.5",
33
- "read-pkg": "^10.0.0",
33
+ "read-pkg": "^10.1.0",
34
34
  "socket.io": "^4.8.3",
35
35
  "socket.io-client": "^4.8.3",
36
36
  "typescript": "~5.9.3",
37
- "typescript-eslint": "^8.54.0",
37
+ "typescript-eslint": "^8.56.0",
38
38
  "vite": "^7.3.1",
39
39
  "vite-node": "^5.3.0",
40
40
  "vite-plugin-dts": "^4.5.4",
41
- "vite-tsconfig-paths": "^6.0.5",
41
+ "vite-tsconfig-paths": "^6.1.1",
42
42
  "vitest": "^4.0.18",
43
43
  "vitest-dom": "^0.1.1"
44
44
  },
45
45
  "dependencies": {
46
- "@rljson/bs": "^0.0.20",
47
- "@rljson/db": "^0.0.13",
46
+ "@rljson/bs": "^0.0.21",
47
+ "@rljson/db": "^0.0.14",
48
48
  "@rljson/hash": "^0.0.18",
49
- "@rljson/io": "^0.0.65",
49
+ "@rljson/io": "^0.0.66",
50
50
  "@rljson/json": "^0.0.23",
51
- "@rljson/rljson": "^0.0.75"
51
+ "@rljson/rljson": "^0.0.76"
52
52
  },
53
53
  "scripts": {
54
- "build": "pnpx vite build && tsc && node scripts/copy-readme-to-dist.js",
55
- "test": "pnpx vitest run --coverage && pnpm run lint",
54
+ "build": "pnpm exec vite build && tsc && node scripts/copy-readme-to-dist.js",
55
+ "test": "pnpm exec vitest run --coverage && pnpm run lint",
56
56
  "prebuild": "npm run test",
57
- "lint": "pnpx eslint",
57
+ "lint": "pnpm exec eslint",
58
58
  "updateGoldens": "cross-env UPDATE_GOLDENS=true pnpm test"
59
59
  }
60
60
  }