Merge pull request #891 from getmaxun/pre-release-27

chore: pre-release v0.0.27
This commit is contained in:
Karishma Shukla
2025-11-21 00:24:43 +05:30
committed by GitHub
3 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "maxun-core",
"version": "0.0.26",
"version": "0.0.27",
"description": "Core package for Maxun, responsible for data extraction",
"main": "build/index.js",
"typings": "build/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "maxun",
"version": "0.0.26",
"version": "0.0.27",
"author": "Maxun",
"license": "AGPL-3.0-or-later",
"dependencies": {

View File

@@ -1,6 +0,0 @@
import { convertPageToMarkdown } from "./scrape";
(async () => {
const md = await convertPageToMarkdown("https://quotes.toscrape.com/");
console.log(md);
})();