@kreuzberg/html-to-markdown-wasm 3.6.0-rc.20 → 3.6.0-rc.22
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.
- package/package.json +1 -1
- package/pkg/bundler/html_to_markdown_wasm.d.ts +1 -1
- package/pkg/bundler/html_to_markdown_wasm_bg.js +1 -1
- package/pkg/bundler/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/bundler/package.json +1 -1
- package/pkg/deno/html_to_markdown_wasm.d.ts +1 -1
- package/pkg/deno/html_to_markdown_wasm.js +1 -1
- package/pkg/deno/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/nodejs/html_to_markdown_wasm.d.ts +1 -1
- package/pkg/nodejs/html_to_markdown_wasm.js +1 -1
- package/pkg/nodejs/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/nodejs/package.json +1 -1
- package/pkg/web/html_to_markdown_wasm.d.ts +1 -1
- package/pkg/web/html_to_markdown_wasm.js +1 -1
- package/pkg/web/html_to_markdown_wasm_bg.wasm +0 -0
- package/pkg/web/package.json +1 -1
package/package.json
CHANGED
|
@@ -806,7 +806,7 @@ export class WasmProcessingWarning {
|
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
/**
|
|
809
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
809
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
810
810
|
*
|
|
811
811
|
* Represents machine-readable structured data found in the document.
|
|
812
812
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
@@ -5048,7 +5048,7 @@ export class WasmProcessingWarning {
|
|
|
5048
5048
|
if (Symbol.dispose) WasmProcessingWarning.prototype[Symbol.dispose] = WasmProcessingWarning.prototype.free;
|
|
5049
5049
|
|
|
5050
5050
|
/**
|
|
5051
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
5051
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
5052
5052
|
*
|
|
5053
5053
|
* Represents machine-readable structured data found in the document.
|
|
5054
5054
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
Binary file
|
package/pkg/bundler/package.json
CHANGED
|
@@ -806,7 +806,7 @@ export class WasmProcessingWarning {
|
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
/**
|
|
809
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
809
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
810
810
|
*
|
|
811
811
|
* Represents machine-readable structured data found in the document.
|
|
812
812
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
@@ -5050,7 +5050,7 @@ export class WasmProcessingWarning {
|
|
|
5050
5050
|
if (Symbol.dispose) WasmProcessingWarning.prototype[Symbol.dispose] = WasmProcessingWarning.prototype.free;
|
|
5051
5051
|
|
|
5052
5052
|
/**
|
|
5053
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
5053
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
5054
5054
|
*
|
|
5055
5055
|
* Represents machine-readable structured data found in the document.
|
|
5056
5056
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
Binary file
|
|
@@ -806,7 +806,7 @@ export class WasmProcessingWarning {
|
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
/**
|
|
809
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
809
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
810
810
|
*
|
|
811
811
|
* Represents machine-readable structured data found in the document.
|
|
812
812
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
@@ -5080,7 +5080,7 @@ if (Symbol.dispose) WasmProcessingWarning.prototype[Symbol.dispose] = WasmProces
|
|
|
5080
5080
|
exports.WasmProcessingWarning = WasmProcessingWarning;
|
|
5081
5081
|
|
|
5082
5082
|
/**
|
|
5083
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
5083
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
5084
5084
|
*
|
|
5085
5085
|
* Represents machine-readable structured data found in the document.
|
|
5086
5086
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
Binary file
|
package/pkg/nodejs/package.json
CHANGED
|
@@ -806,7 +806,7 @@ export class WasmProcessingWarning {
|
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
/**
|
|
809
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
809
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
810
810
|
*
|
|
811
811
|
* Represents machine-readable structured data found in the document.
|
|
812
812
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
@@ -5050,7 +5050,7 @@ export class WasmProcessingWarning {
|
|
|
5050
5050
|
if (Symbol.dispose) WasmProcessingWarning.prototype[Symbol.dispose] = WasmProcessingWarning.prototype.free;
|
|
5051
5051
|
|
|
5052
5052
|
/**
|
|
5053
|
-
* Structured data block (JSON-LD, Microdata, or RDFa).
|
|
5053
|
+
* Structured data block (JSON-LD, Microdata, or `RDFa`).
|
|
5054
5054
|
*
|
|
5055
5055
|
* Represents machine-readable structured data found in the document.
|
|
5056
5056
|
* JSON-LD blocks are collected as raw JSON strings for flexibility.
|
|
Binary file
|