Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 24, 2024
1 parent c008d23 commit 76027fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Type-check
run: tsc --noEmit

# - name: Publish package to JSR
# if: ${{ github.event.inputs.publish_to_jsr }}
# run: bunx jsr publish --allow-dirty --allow-slow-types
- name: Publish package to JSR
if: ${{ github.event.inputs.publish_to_jsr }}
run: bunx jsr publish --allow-dirty --allow-slow-types

- name: Publish package to NPM
if: ${{ github.event.inputs.publish_to_npm }}
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"exports": "./src/index.ts",
"publish": {
"include": ["deno.json", "src", "README.md", "LICENSE"]
"include": ["src", "README.md", "LICENSE"]
},
"imports": {
"gramio": "jsr:@gramio/core@^0.1.3",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gramio/scenes",
"version": "0.1.4",
"version": "0.2.0",
"description": "Scenes plugin for GramIO",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand All @@ -27,7 +27,9 @@
"gramio-plugin",
"telegram-bot-api",
"telegram-bot",
"scenes"
"scenes",
"conversation",
"dialog"
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down

0 comments on commit 76027fd

Please sign in to comment.