bilig-workpaper 0.119.3 → 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 (2) hide show
  1. package/SKILL.md +1 -0
  2. package/package.json +2 -2
package/SKILL.md CHANGED
@@ -43,6 +43,7 @@ If the host supports installable skills, first check that the public skill
43
43
  package is discoverable:
44
44
 
45
45
  ```sh
46
+ npx --yes skills@latest add https://bilig.proompteng.ai --list
46
47
  npx --yes skills@latest add proompteng/bilig --skill bilig-workpaper --list
47
48
  ```
48
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bilig-workpaper",
3
- "version": "0.119.3",
3
+ "version": "0.119.5",
4
4
  "description": "Bilig WorkPaper runtime for Node.js services, agent tools, and server-side spreadsheet formulas.",
5
5
  "keywords": [
6
6
  "agent-tools",
@@ -81,7 +81,7 @@
81
81
  "build": "pnpm --dir ../.. --filter @bilig/headless build && rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json"
82
82
  },
83
83
  "dependencies": {
84
- "@bilig/headless": "0.119.3"
84
+ "@bilig/headless": "0.119.5"
85
85
  },
86
86
  "engines": {
87
87
  "node": ">=22.0.0"