@haybarn/ext-webbed-h1-5-3 202606.1.30607 → 202606.1.306073
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/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Comprehensive processing extension for web markup languages (XML and HTML) with
|
|
|
14
14
|
```sh
|
|
15
15
|
npm install @haybarn/ext-webbed-h1-5-3
|
|
16
16
|
# or use the exact version:
|
|
17
|
-
npm install @haybarn/ext-webbed-h1-5-3@202606.1.
|
|
17
|
+
npm install @haybarn/ext-webbed-h1-5-3@202606.1.306073
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
npm picks the matching platform binary from the leaves below via its `os` / `cpu` / `libc` fields. No postinstall scripts, no network calls after `npm install`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haybarn/ext-webbed-h1-5-3",
|
|
3
|
-
"version": "202606.1.
|
|
3
|
+
"version": "202606.1.306073",
|
|
4
4
|
"description": "Comprehensive processing extension for web markup languages (XML and HTML) with SAX streaming for large files, intelligent schema inference, XPath-based data extraction, and HTML table parsing.",
|
|
5
5
|
"homepage": "https://github.com/teaguesterling/duckdb_webbed",
|
|
6
6
|
"bugs": {
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"webbed"
|
|
19
19
|
],
|
|
20
20
|
"optionalDependencies": {
|
|
21
|
-
"@haybarn/ext-webbed-h1-5-3-linux-arm64": "202606.1.
|
|
22
|
-
"@haybarn/ext-webbed-h1-5-3-win32-x64": "202606.1.
|
|
23
|
-
"@haybarn/ext-webbed-h1-5-3-linux-x64": "202606.1.
|
|
24
|
-
"@haybarn/ext-webbed-h1-5-3-darwin-x64": "202606.1.
|
|
25
|
-
"@haybarn/ext-webbed-h1-5-3-darwin-arm64": "202606.1.
|
|
21
|
+
"@haybarn/ext-webbed-h1-5-3-linux-arm64": "202606.1.306073",
|
|
22
|
+
"@haybarn/ext-webbed-h1-5-3-win32-x64": "202606.1.306073",
|
|
23
|
+
"@haybarn/ext-webbed-h1-5-3-linux-x64": "202606.1.306073",
|
|
24
|
+
"@haybarn/ext-webbed-h1-5-3-darwin-x64": "202606.1.306073",
|
|
25
|
+
"@haybarn/ext-webbed-h1-5-3-darwin-arm64": "202606.1.306073"
|
|
26
26
|
},
|
|
27
27
|
"haybarn": {
|
|
28
|
-
"built_at": "2026-06-
|
|
28
|
+
"built_at": "2026-06-04T13:25:30Z",
|
|
29
29
|
"ext_commit": "3ccf005124491090a6e291a6cde2e848044e6992",
|
|
30
30
|
"ext_version_label": "",
|
|
31
31
|
"extension": "webbed",
|