web-to-markdown-crawler 1.0.0 → 1.0.1
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/dist/index.js +1 -1
- package/package.json +5 -1
package/dist/index.js
CHANGED
|
@@ -68287,7 +68287,7 @@ var STRINGS = {
|
|
|
68287
68287
|
COMMENT_END: toUint8Array("-->")
|
|
68288
68288
|
};
|
|
68289
68289
|
// node_modules/undici/index.js
|
|
68290
|
-
var __filename = "/home/
|
|
68290
|
+
var __filename = "/home/runner/work/web-to-markdown-crawler/web-to-markdown-crawler/node_modules/undici/index.js";
|
|
68291
68291
|
var Client = require_client();
|
|
68292
68292
|
var Dispatcher = require_dispatcher();
|
|
68293
68293
|
var Pool = require_pool();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-to-markdown-crawler",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Web crawler that converts site pages to markdown, mirroring the URL structure locally",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|
|
12
12
|
],
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/leochilds/web-to-markdown-crawler.git"
|
|
16
|
+
},
|
|
13
17
|
"engines": {
|
|
14
18
|
"node": ">=18"
|
|
15
19
|
},
|