@rljson/bs 0.0.20 → 0.0.21

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 (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/bs",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Blob storage interface and implementations for rljson",
5
5
  "homepage": "https://github.com/rljson/bs",
6
6
  "bugs": "https://github.com/rljson/bs/issues",
@@ -20,36 +20,36 @@
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
  "typescript": "~5.9.3",
35
- "typescript-eslint": "^8.54.0",
35
+ "typescript-eslint": "^8.56.0",
36
36
  "vite": "^7.3.1",
37
37
  "vite-node": "^5.3.0",
38
38
  "vite-plugin-dts": "^4.5.4",
39
- "vite-tsconfig-paths": "^6.0.5",
39
+ "vite-tsconfig-paths": "^6.1.1",
40
40
  "vitest": "^4.0.18",
41
41
  "vitest-dom": "^0.1.1"
42
42
  },
43
43
  "dependencies": {
44
44
  "@rljson/hash": "^0.0.18",
45
45
  "@rljson/json": "^0.0.23",
46
- "@rljson/rljson": "^0.0.75"
46
+ "@rljson/rljson": "^0.0.76"
47
47
  },
48
48
  "scripts": {
49
- "build": "pnpx vite build && tsc && node scripts/copy-readme-to-dist.js && node scripts/deploy-conformance-tests.js",
50
- "test": "pnpx vitest run --coverage && pnpm run lint",
51
- "prebuild": "npm run test",
52
- "lint": "pnpx eslint",
49
+ "build": "pnpm exec vite build && tsc && node scripts/copy-readme-to-dist.js && node scripts/deploy-conformance-tests.js",
50
+ "test": "pnpm exec vitest run --coverage && pnpm run lint",
51
+ "prebuild": "pnpm run test",
52
+ "lint": "pnpm exec eslint",
53
53
  "updateGoldens": "cross-env UPDATE_GOLDENS=true pnpm test"
54
54
  }
55
55
  }