Sign In

@bilig/workbook

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bilig/workbook - npm Package Compare versions

Comparing version
0.164.10
to
0.164.11
+3
-3
package.json
{
"name": "@bilig/workbook",
"version": "0.164.10",
"version": "0.164.11",
"description": "Transport-neutral workbook intent API for plans, command receipts, and formula readback checks.",

@@ -106,4 +106,4 @@ "keywords": [

"dependencies": {
"@bilig/formula": "0.164.10",
"@bilig/protocol": "0.164.10"
"@bilig/formula": "0.164.11",
"@bilig/protocol": "0.164.11"
},

@@ -110,0 +110,0 @@ "engines": {

@@ -5,5 +5,4 @@ # @bilig/workbook

`@bilig/workbook` defines generic, inspectable workbook intent for products,
tool hosts, and runtime adapters. It does not depend on hardcoded business
models or human spreadsheet UI assumptions.
`@bilig/workbook` defines generic, inspectable workbook intent for products, tool hosts,
and runtime adapters. It does not depend on hardcoded business models or human spreadsheet UI assumptions.

@@ -87,8 +86,8 @@ Use this package when a consumer wants to define their own workbook model and

| Package | Choose when | Do not use for |
| ------------------ | --------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| Package | Choose when | Do not use for |
| ------------------ | ------------------------------------------------------------------------------------------------ | -------------------------------------------------- |
| `@bilig/workbook` | Defining generic workbook intent, refs, formulas, checks, plan data, schemas, and proof handoff. | Calculating formulas or owning workbook state. |
| `@bilig/workpaper` | Running workbook tools, MCP, or product workflows around persisted WorkPaper state. | Designing a reusable model API for other runtimes. |
| `@bilig/headless` | Owning workbook state inside Node with formula recalculation and import/export. | Publishing generic intent contracts. |
| `@bilig/core` | Implementing calculation or mutation internals. | Consumer-facing model definitions. |
| `@bilig/workpaper` | Running workbook tools, MCP, or product workflows around persisted WorkPaper state. | Designing a reusable model API for other runtimes. |
| `@bilig/headless` | Owning workbook state inside Node with formula recalculation and import/export. | Publishing generic intent contracts. |
| `@bilig/core` | Implementing calculation or mutation internals. | Consumer-facing model definitions. |

@@ -95,0 +94,0 @@ The root export keeps the ordinary adapter path: models, refs, checks,