@bilig/workpaper 0.119.4 → 0.119.5

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 +3 -3
  3. package/server.json +2 -2
package/SKILL.md CHANGED
@@ -41,7 +41,7 @@ If the host supports installable skills, first check that the public skill
41
41
  package is discoverable:
42
42
 
43
43
  ```sh
44
- npx --yes skills@latest add https://proompteng.github.io/bilig --list
44
+ npx --yes skills@latest add https://bilig.proompteng.ai --list
45
45
  npx --yes skills@latest add proompteng/bilig --skill bilig-workpaper --list
46
46
  ```
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bilig/workpaper",
3
- "version": "0.119.4",
3
+ "version": "0.119.5",
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.4",
93
- "bilig-workpaper": "0.119.4"
92
+ "@bilig/headless": "0.119.5",
93
+ "bilig-workpaper": "0.119.5"
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.4",
6
+ "version": "0.119.5",
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.4",
21
+ "version": "0.119.5",
22
22
  "transport": {
23
23
  "type": "stdio"
24
24
  }