hikoutei 0.7.0 → 0.8.0
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Read-only observability over the local SQLite authority for first-party
|
|
3
|
-
* tooling (the `
|
|
3
|
+
* * tooling (the `spreadsheet-db-mcp` server)..
|
|
4
4
|
*
|
|
5
5
|
* This module is deliberately NOT part of the public application contract:
|
|
6
6
|
* it is exposed only through the unstable `hikoutei/internal/sync-status`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Read-only observability over the local SQLite authority for first-party
|
|
3
|
-
* tooling (the `
|
|
3
|
+
* * tooling (the `spreadsheet-db-mcp` server)..
|
|
4
4
|
*
|
|
5
5
|
* This module is deliberately NOT part of the public application contract:
|
|
6
6
|
* it is exposed only through the unstable `hikoutei/internal/sync-status`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hikoutei",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Typed repository and safe write layer for Google Sheets-backed MVPs. SQLite-authoritative entity lifecycle with asynchronous Google Sheets projection.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
],
|
|
35
35
|
"scripts": {
|
|
36
36
|
"clean": "node scripts/clean-dist.mjs",
|
|
37
|
-
"build": "npm run build -w @hikoutei/ikisaki && npm run clean && tsc -p tsconfig.json",
|
|
37
|
+
"build": "npm run build -w @hikoutei/ikisaki && npm run clean && tsc -p tsconfig.json && npm run build -w spreadsheet-db-mcp",
|
|
38
38
|
"typecheck": "npm run build -w @hikoutei/ikisaki && tsc -p tsconfig.json --noEmit",
|
|
39
|
-
"typecheck:test": "npm run build -w @hikoutei/ikisaki && tsc -p tsconfig.test.json && tsc -p packages/ikisaki/tsconfig.test.json",
|
|
39
|
+
"typecheck:test": "npm run build -w @hikoutei/ikisaki && tsc -p tsconfig.test.json && tsc -p packages/ikisaki/tsconfig.test.json && tsc -p packages/mcp/tsconfig.test.json",
|
|
40
40
|
"test": "npm run build -w @hikoutei/ikisaki && vitest run"
|
|
41
41
|
},
|
|
42
42
|
"keywords": [
|