@bilig/workpaper 0.164.2 → 0.164.4

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 (3) hide show
  1. package/SKILL.md +1 -1
  2. package/package.json +13 -15
  3. package/server.json +2 -2
package/SKILL.md CHANGED
@@ -4,7 +4,7 @@ version: 0.1.0
4
4
  description: Use @bilig/workpaper WorkPaper state for workbook formulas, MCP editing, and tool integrations without driving spreadsheet UI.
5
5
  tags:
6
6
  - agents
7
- - spreadsheet-automation
7
+ - workbook-runtime
8
8
  - formulas
9
9
  - workpaper
10
10
  - mcp
package/package.json CHANGED
@@ -1,30 +1,28 @@
1
1
  {
2
2
  "name": "@bilig/workpaper",
3
- "version": "0.164.2",
3
+ "version": "0.164.4",
4
4
  "description": "Run workbook-shaped business rules in Node services: edit inputs, recalculate formulas, read outputs, and save WorkPaper JSON.",
5
5
  "keywords": [
6
6
  "bilig",
7
7
  "bilig-workpaper",
8
- "excel-formulas",
9
8
  "formula-engine",
10
- "headless-spreadsheet",
9
+ "formula-recalculation",
10
+ "formula-workbook",
11
11
  "mcp",
12
12
  "mcp-server",
13
+ "mcp-tools",
13
14
  "model-context-protocol",
14
15
  "node",
15
- "node-spreadsheet",
16
- "node-spreadsheet-formulas",
17
16
  "server-side-formula-engine",
18
- "server-side-spreadsheet",
19
- "spreadsheet",
20
- "spreadsheet-automation",
21
- "spreadsheet-engine",
22
- "spreadsheet-formula-engine",
23
- "spreadsheet-formulas",
17
+ "server-side-formulas",
18
+ "tool-integration",
19
+ "typescript",
24
20
  "workbook",
25
21
  "workbook-api",
22
+ "workbook-formulas",
23
+ "workbook-runtime",
26
24
  "workpaper",
27
- "xlsx"
25
+ "workpaper-json"
28
26
  ],
29
27
  "homepage": "https://proompteng.github.io/bilig/",
30
28
  "bugs": {
@@ -92,9 +90,9 @@
92
90
  "build": "pnpm --dir ../.. --filter bilig-workpaper build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
93
91
  },
94
92
  "dependencies": {
95
- "@bilig/headless": "0.164.2",
96
- "@bilig/xlsx-formula-recalc": "0.164.2",
97
- "bilig-workpaper": "0.164.2"
93
+ "@bilig/headless": "0.164.4",
94
+ "@bilig/xlsx-formula-recalc": "0.164.4",
95
+ "bilig-workpaper": "0.164.4"
98
96
  },
99
97
  "devDependencies": {
100
98
  "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.2",
6
+ "version": "0.164.4",
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.2",
21
+ "version": "0.164.4",
22
22
  "transport": {
23
23
  "type": "stdio"
24
24
  }