Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jun 16, 2024
1 parent a2b63b0 commit 76046f7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
Binary file modified bun.lockb
Binary file not shown.
73 changes: 37 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
{
"name": "esbuild-plugin-autoload",
"type": "module",
"version": "0.1.2",
"author": {
"name": "kravets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kravetsone/esbuild-plugin-autoload"
},
"description": "Bun/esbuild plugin for work with autoload at runtime",
"keywords": [
"esbuild-plugin",
"bun-plugin",
"autoload",
"elysia"
],
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"prepublishOnly": "bun build.ts"
},
"devDependencies": {
"@types/bun": "latest",
"elysia": "^1.0.23",
"elysia-autoload": "^0.2.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"files": [
"dist"
]
"name": "esbuild-plugin-autoload",
"type": "module",
"version": "0.2.0",
"author": {
"name": "kravets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kravetsone/esbuild-plugin-autoload"
},
"description": "Bun/esbuild plugin for work with autoload at runtime",
"keywords": [
"esbuild-plugin",
"bun-plugin",
"autoload",
"elysia",
"elysia-plugin",
"gramio",
"gramio-plugin"
],
"module": "./dist/index.js",
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"prepublishOnly": "bun build.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"files": [
"dist"
]
}

0 comments on commit 76046f7

Please sign in to comment.