diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7eb7a30..59bbb64 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/deno.json b/deno.json index 5c07223..062e611 100644 --- a/deno.json +++ b/deno.json @@ -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", diff --git a/package.json b/package.json index ef5af4d..f271dff 100644 --- a/package.json +++ b/package.json @@ -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", @@ -27,7 +27,9 @@ "gramio-plugin", "telegram-bot-api", "telegram-bot", - "scenes" + "scenes", + "conversation", + "dialog" ], "devDependencies": { "@biomejs/biome": "1.9.4",