Skip to content

Commit

Permalink
chore: some bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Aug 9, 2024
1 parent 57fe80d commit 548819c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 52 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"include": ["deno.json", "src", "README.md", "tsconfig.json", "LICENSE"]
},
"imports": {
"fdir": "npm:fdir@^6.1.1",
"fdir": "npm:fdir@^6.2.0",
"picomatch": "npm:picomatch@^4.0.2",
"@types/picomatch": "npm:@types/picomatch@^3.0.0",
"@types/picomatch": "npm:@types/picomatch@^3.0.1",
"gramio": "jsr:@gramio/core@^0.0.39"
}
}
102 changes: 52 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,53 @@
{
"name": "@gramio/autoload",
"version": "1.1.0",
"description": "Autoload commands plugin for GramIO",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"type": "module",
"homepage": "https://github.com/gramiojs/autoload",
"readme": "https://gramio.dev/plugins/official/autoload.html",
"scripts": {
"prepublishOnly": "bunx pkgroll"
},
"keywords": [
"gramio",
"gramio-plugin",
"telegram",
"autoload",
"nextjs",
"filerouter",
"commander"
],
"devDependencies": {
"@types/bun": "^1.1.6",
"gramio": "^0.0.39",
"pkgroll": "2.4.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"gramio": ">=0.0.39 < 1.0.0"
},
"files": ["dist"],
"license": "MIT",
"dependencies": {
"fdir": "^6.2.0",
"picomatch": "^4.0.2",
"@types/picomatch": "^3.0.0"
}
}
"name": "@gramio/autoload",
"version": "1.1.0",
"description": "Autoload commands plugin for GramIO",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"type": "module",
"homepage": "https://github.com/gramiojs/autoload",
"readme": "https://gramio.dev/plugins/official/autoload.html",
"scripts": {
"prepublishOnly": "bunx pkgroll"
},
"keywords": [
"gramio",
"gramio-plugin",
"telegram",
"autoload",
"nextjs",
"filerouter",
"commander"
],
"devDependencies": {
"@types/bun": "^1.1.6",
"gramio": "^0.0.39",
"pkgroll": "2.4.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"gramio": ">=0.0.39 < 1.0.0"
},
"files": [
"dist"
],
"license": "MIT",
"dependencies": {
"@types/picomatch": "^3.0.1",
"fdir": "^6.2.0",
"picomatch": "^4.0.2"
}
}

0 comments on commit 548819c

Please sign in to comment.