sqlew 3.6.7 → 3.6.8
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/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [3.6.8] - 2025-10-30
|
|
11
|
+
|
|
12
|
+
### Fixed - Windows Environment Compatibility
|
|
13
|
+
|
|
14
|
+
**Updated better-sqlite3 for Windows support**
|
|
15
|
+
|
|
16
|
+
#### Changes
|
|
17
|
+
- Updated `better-sqlite3` from `^11.0.0` to `^12.4.1`
|
|
18
|
+
- Fixes Windows environment compatibility issues
|
|
19
|
+
- Improves cross-platform stability
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
10
23
|
## [3.6.7] - 2025-10-30
|
|
11
24
|
|
|
12
25
|
### Fixed - Dependency Update
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sqlew",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.8",
|
|
4
4
|
"description": "MCP server for efficient context sharing between Claude Code sub-agents (60-70% token reduction), Kanban Task Watcher, Decision or Constraint Context, and streamlined documentation",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"license": "AGPL-3.0",
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@modelcontextprotocol/sdk": "latest",
|
|
71
|
-
"better-sqlite3": "^
|
|
71
|
+
"better-sqlite3": "^12.4.1",
|
|
72
72
|
"chokidar": "^4.0.3",
|
|
73
73
|
"ignore": "^7.0.5",
|
|
74
74
|
"knex": "^3.1.0",
|