@rljson/io-sqlite 0.0.10 → 0.0.11

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/io-sqlite",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "IoSql rljson files",
5
5
  "homepage": "https://github.com/rljson/io-sqlite",
6
6
  "bugs": "https://github.com/rljson/io-sqlite/issues",
@@ -21,7 +21,7 @@
21
21
  "type": "module",
22
22
  "scripts": {
23
23
  "build": "echo 'Please add esbuild to create builds'",
24
- "test": "pnpx vitest run --coverage && pnpm run lint",
24
+ "test": "pnpm installConformanceTests && pnpx vitest run --coverage && pnpm run lint",
25
25
  "prebuild": "npm run test",
26
26
  "prepublishOnly": "npm run build",
27
27
  "lint": "pnpx eslint",
@@ -30,32 +30,32 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/better-sqlite3": "^7.6.13",
33
- "@types/node": "^22.15.17",
34
- "@typescript-eslint/eslint-plugin": "^8.32.0",
35
- "@typescript-eslint/parser": "^8.32.0",
36
- "@vitest/coverage-v8": "^3.1.3",
33
+ "@types/node": "^22.15.19",
34
+ "@typescript-eslint/eslint-plugin": "^8.32.1",
35
+ "@typescript-eslint/parser": "^8.32.1",
36
+ "@vitest/coverage-v8": "^3.1.4",
37
37
  "cross-env": "^7.0.3",
38
- "eslint": "^9.26.0",
39
- "eslint-plugin-jsdoc": "^50.6.14",
38
+ "eslint": "^9.27.0",
39
+ "eslint-plugin-jsdoc": "^50.6.17",
40
40
  "eslint-plugin-tsdoc": "^0.4.0",
41
41
  "globals": "^16.1.0",
42
42
  "jsdoc": "^4.0.4",
43
43
  "read-pkg": "^9.0.1",
44
44
  "typescript": "~5.8.3",
45
- "typescript-eslint": "^8.32.0",
45
+ "typescript-eslint": "^8.32.1",
46
46
  "vite": "^6.3.5",
47
- "vite-node": "^3.1.3",
48
- "vite-plugin-dts": "^4.5.3",
47
+ "vite-node": "^3.1.4",
48
+ "vite-plugin-dts": "^4.5.4",
49
49
  "vite-tsconfig-paths": "^5.1.4",
50
- "vitest": "^3.1.3",
50
+ "vitest": "^3.1.4",
51
51
  "vitest-dom": "^0.1.1"
52
52
  },
53
53
  "dependencies": {
54
- "@rljson/hash": "^0.0.15",
55
- "@rljson/io": "^0.0.32",
54
+ "@rljson/hash": "^0.0.16",
55
+ "@rljson/io": "^0.0.38",
56
56
  "@rljson/is-ready": "^0.0.17",
57
57
  "@rljson/json": "^0.0.21",
58
- "@rljson/rljson": "^0.0.50",
58
+ "@rljson/rljson": "^0.0.51",
59
59
  "better-sqlite3": "^11.10.0"
60
60
  },
61
61
  "pnpm": {
@@ -65,5 +65,5 @@
65
65
  ],
66
66
  "overrides": {}
67
67
  },
68
- "packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
68
+ "packageManager": "pnpm@10.11.0"
69
69
  }