Sign In

@ailang/parse

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ailang/parse - npm Package Compare versions

Comparing version
0.11.0
to
0.12.0
+1
-1
package.json
{
"name": "@ailang/parse",
"version": "0.11.0",
"version": "0.12.0",
"mcpName": "io.github.sunholo-data/parse",

@@ -5,0 +5,0 @@ "description": "JavaScript/TypeScript client and MCP server for the AILANG Parse document parsing API",

@@ -92,2 +92,4 @@ /** AILANG Parse types — Block ADT, ParseResult, metadata, errors. */

merged: boolean;
/** "" | "left" | "center" | "right"; absent when unspecified. */
align?: string;
}

@@ -175,2 +177,4 @@

resolved?: boolean;
/** Nesting depth per list item, parallel to `items`; absent for a flat list. */
itemLevels?: number[];
// SectionBlock. `name` is the container's own identity (sheet name, slide

@@ -177,0 +181,0 @@ // title, chapter); absent for sections that have no name of their own.