@bilig/workpaper 0.119.1 → 0.119.2

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/README.md CHANGED
@@ -227,7 +227,7 @@ and need recalculated formula results after changing inputs.
227
227
 
228
228
  ## Agent Commands And Optional MCP
229
229
 
230
- The npm tarball exposes the same CLI entrypoints as `@bilig/headless`, so agents
230
+ The npm tarball exposes the same CLI entrypoints through the canonical scoped package, so agents
231
231
  can install one focused package and still get the MCP stdio server:
232
232
 
233
233
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/workpaper",
3
- "version": "0.119.1",
3
+ "version": "0.119.2",
4
4
  "description": "Scoped Bilig WorkPaper runtime and MCP server for Node.js services, agent tools, and server-side spreadsheet formulas.",
5
5
  "keywords": [
6
6
  "agent-tools",
@@ -89,8 +89,8 @@
89
89
  "build": "pnpm --dir ../.. --filter bilig-workpaper build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
90
90
  },
91
91
  "dependencies": {
92
- "@bilig/headless": "0.119.1",
93
- "bilig-workpaper": "0.119.1"
92
+ "@bilig/headless": "0.119.2",
93
+ "bilig-workpaper": "0.119.2"
94
94
  },
95
95
  "devDependencies": {
96
96
  "ai": "6.0.182",
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.proompteng/bilig-workpaper",
4
4
  "title": "Bilig WorkPaper",
5
5
  "description": "WorkPaper MCP tools, resources, and prompts for readback, edits, and JSON persistence.",
6
- "version": "0.119.1",
6
+ "version": "0.119.2",
7
7
  "repository": {
8
8
  "url": "https://github.com/proompteng/bilig",
9
9
  "source": "github"
@@ -18,7 +18,7 @@
18
18
  {
19
19
  "registryType": "npm",
20
20
  "identifier": "@bilig/workpaper",
21
- "version": "0.119.1",
21
+ "version": "0.119.2",
22
22
  "transport": {
23
23
  "type": "stdio"
24
24
  }