parent
6f2c42919e
commit
a32b21bcd2
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/qwik-city': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
expose qwik city throughout all the request methods instead of only the get
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/auth-js': major
|
|
||||||
---
|
|
||||||
|
|
||||||
initial support auth.js with hono
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @hono/auth-js
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
- [#326](https://github.com/honojs/middleware/pull/326) [`f9859e8fa7e79e1111b8d335d927e7de0309dd7d`](https://github.com/honojs/middleware/commit/f9859e8fa7e79e1111b8d335d927e7de0309dd7d) Thanks [@divyam234](https://github.com/divyam234)! - initial support auth.js with hono
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/auth-js",
|
"name": "@hono/auth-js",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A third-party Auth js middleware for Hono",
|
"description": "A third-party Auth js middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/qwik-city
|
# @hono/qwik-city
|
||||||
|
|
||||||
|
## 0.0.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#321](https://github.com/honojs/middleware/pull/321) [`616afbcd03928dbec40089cec638e15eea3e2030`](https://github.com/honojs/middleware/commit/616afbcd03928dbec40089cec638e15eea3e2030) Thanks [@tleperou](https://github.com/tleperou)! - expose qwik city throughout all the request methods instead of only the get
|
||||||
|
|
||||||
## 0.0.4
|
## 0.0.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/qwik-city",
|
"name": "@hono/qwik-city",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"description": "Qwik City middleware for Hono",
|
"description": "Qwik City middleware for Hono",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
|
Loading…
Reference in New Issue