0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 11:17:33 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Yusuke Wada
7c050b2840
chore: deno install before jsr publishing (#3621) 2024-11-04 14:50:26 +09:00
Yusuke Wada
791d07a9e5
chore: fix jsr release workflow (#3620)
* chore: fix jsr release workflow

* remove the break
2024-11-04 14:32:41 +09:00
Minsoo Choo
08e2912eb8
ci: Use latest version of Bun and Deno for CI (#3554)
* workflow: update setup-bun to v2

* workflow: use bun 1.1.33

* workflow: use deno 2.x
2024-11-02 16:08:31 +09:00
Ame_x
19f859d398
ci: change name of workflow jobs (#2875)
* ci: change name of workflow jobs

* change
2024-06-01 03:25:36 +09:00
Sigui Kessé Emmanuel
df11eb182e
ci: Update workflow name of release.yml (#2874) 2024-05-31 17:38:42 +09:00
Yusuke Wada
2b0b1f1fc3
chore(actions): update on condition for publish-to-jsr (#2786) 2024-05-25 10:43:29 +09:00
Yusuke Wada
1b2a4c0800
feat(jsr): support JSR (#2662)
* feat(jsr): reduce slow types (#2369)

* feat(jsr): reduce slow types

* fix: use allow function

* chore: format code

* chore: denoify

* add `deno.json`

* add `jsr-dry-run` command for CI

* don't put `JSX` on `global`

* fix test settings for deno

* don't use `dynamicClass`

* don't declare `ExecutionContext` in `global`

* goodbye denoify

* exports `./middleware`

* exports `./helper`

* exports each helper and middleware

* remove the `awslambda` implementation which is not enough

* feat(jsr): remove helper.ts and middleware.ts (#2667)

* feat(jsr): remove helper.ts and middleware.ts

* fix: fix test

* dont' use `SuperClass`

Co-authored-by: Taku Amano <taku@taaas.jp>

* feat(jsr): delete `mod.ts` (#2669)

* rename `deno.json` to `jsr.json`

* lint

* remove slow type in lambda adapter

* fixed runtime test for deno

* export all utils

* add a GitHub action to publish the package to JSR

* fixed declaring `ContextVariableMap`

* fixed the type error

* include `jsr.json` in `jsr.json`

* update `jsr.json`

---------

Co-authored-by: Shotaro Nakamura <79000684+nakasyou@users.noreply.github.com>
Co-authored-by: Taku Amano <taku@taaas.jp>
2024-05-24 17:47:28 +09:00