@bilig/workpaper 0.164.0 → 0.164.1

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 (2) hide show
  1. package/package.json +4 -4
  2. package/server.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/workpaper",
3
- "version": "0.164.0",
3
+ "version": "0.164.1",
4
4
  "description": "Bilig WorkPaper API, CLI evaluator, and MCP server for headless spreadsheet formulas in Node.js services and agents.",
5
5
  "keywords": [
6
6
  "agent-tools",
@@ -96,9 +96,9 @@
96
96
  "build": "pnpm --dir ../.. --filter bilig-workpaper build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
97
97
  },
98
98
  "dependencies": {
99
- "@bilig/headless": "0.164.0",
100
- "@bilig/xlsx-formula-recalc": "0.164.0",
101
- "bilig-workpaper": "0.164.0"
99
+ "@bilig/headless": "0.164.1",
100
+ "@bilig/xlsx-formula-recalc": "0.164.1",
101
+ "bilig-workpaper": "0.164.1"
102
102
  },
103
103
  "devDependencies": {
104
104
  "ai": "6.0.195",
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.proompteng/bilig-workpaper",
4
4
  "title": "Bilig WorkPaper",
5
5
  "description": "Formula readback, input edits, JSON persistence, and workbook risk preflight for agents.",
6
- "version": "0.164.0",
6
+ "version": "0.164.1",
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.164.0",
21
+ "version": "0.164.1",
22
22
  "transport": {
23
23
  "type": "stdio"
24
24
  }