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.10.0
to
0.11.0
+1
-1
package.json
{
"name": "@ailang/parse",
"version": "0.10.0",
"version": "0.11.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",

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

resolved?: boolean;
// SectionBlock
// SectionBlock. `name` is the container's own identity (sheet name, slide
// title, chapter); absent for sections that have no name of their own.
kind?: string;
name?: string;
blocks?: Block[];

@@ -178,0 +180,0 @@ }