Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
inaridiy committed Jun 5, 2024
1 parent 233b486 commit c5e8416
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-foxes-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"webforai": patch
---

Minimal Param update
27 changes: 5 additions & 22 deletions packages/webforai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
"description": "A library that provides a web interface for AI",
"author": "inaridiy",
"license": "MIT",
"keywords": [
"web",
"ai",
"html",
"html2md",
"markdown",
"mdast",
"hast"
],
"keywords": ["web", "ai", "html", "html2md", "markdown", "mdast", "hast"],
"repository": {
"type": "git",
"url": "https://github.com/inaridiy/webforai.git"
Expand All @@ -26,10 +18,7 @@
"prerelease": "pnpm build",
"release": "np"
},
"files": [
"dist",
"!dist/types/**/*.js"
],
"files": ["dist", "!dist/types/**/*.js"],
"main": "dist/cjs/index.js",
"type": "module",
"module": "dist/index.js",
Expand Down Expand Up @@ -58,15 +47,9 @@
},
"typesVersions": {
"*": {
"types": [
"./dist/types/index.d.ts"
],
"loaders/playwright": [
"./dist/types/loaders/playwright.d.ts"
],
"loaders/cf-puppeteer": [
"./dist/types/loaders/cf-puppeteer.d.ts"
]
"types": ["./dist/types/index.d.ts"],
"loaders/playwright": ["./dist/types/loaders/playwright.d.ts"],
"loaders/cf-puppeteer": ["./dist/types/loaders/cf-puppeteer.d.ts"]
}
},
"peerDependencies": {
Expand Down

0 comments on commit c5e8416

Please sign in to comment.