Skip to content

Commit

Permalink
pass the interfaces as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
markusahlstrand committed Nov 20, 2024
1 parent b5c5ce8 commit 04a5148
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
8 changes: 8 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @authhero/demo

## 0.1.2

### Patch Changes

- Updated dependencies
- [email protected]
- @authhero/kysely-adapter@0.19.0

## 0.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@authhero/demo",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"dev": "bun --watch src/bun.ts"
},
"dependencies": {
"@authhero/kysely-adapter": "^0.18.1",
"@authhero/kysely-adapter": "^0.19.0",
"@hono/swagger-ui": "^0.4.1",
"@hono/zod-openapi": "^0.18.0",
"authhero": "^0.10.1",
"authhero": "^0.11.0",
"hono": "^4.6.11",
"hono-openapi-middlewares": "^1.0.11",
"kysely-bun-sqlite": "^0.3.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/authhero/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# authhero

## 0.11.0

### Minor Changes

- pass the interfaces as a peer dependency

## 0.10.1

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/authhero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authhero",
"version": "0.10.1",
"version": "0.11.0",
"files": [
"dist"
],
Expand All @@ -21,6 +21,7 @@
"test": "vitest"
},
"devDependencies": {
"@authhero/adapter-interfaces": "workspace:^",
"@authhero/kysely-adapter": "workspace:^",
"@hono/zod-openapi": "^0.18.0",
"@types/node": "^22.9.1",
Expand All @@ -33,13 +34,13 @@
"vitest": "^2.1.5"
},
"dependencies": {
"@authhero/adapter-interfaces": "workspace:^",
"@peculiar/x509": "^1.12.3",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"oslo": "^1.2.1"
},
"peerDependencies": {
"@authhero/adapter-interfaces": "workspace:^",
"@hono/zod-openapi": "^0.18.0",
"hono": "^4.6.11"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/kysely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @authhero/kysely-adapter

## 0.19.0

### Minor Changes

- pass the interfaces as a peer dependency

## 0.18.1

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/markusahlstrand/authhero"
},
"version": "0.18.1",
"version": "0.19.0",
"files": [
"dist"
],
Expand All @@ -30,6 +30,7 @@
"test": "vitest"
},
"devDependencies": {
"@authhero/adapter-interfaces": "workspace:^",
"@hono/zod-openapi": "^0.18.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand All @@ -43,11 +44,11 @@
"vitest": "^2.1.5"
},
"dependencies": {
"@authhero/adapter-interfaces": "workspace:^",
"kysely": "^0.27.4",
"nanoid": "^5.0.8"
},
"peerDependencies": {
"@authhero/adapter-interfaces": "workspace:^",
"@hono/zod-openapi": "^0.16.4",
"hono": "^4.6.8",
"kysely-bun-sqlite": "^0.3.2",
Expand Down

0 comments on commit 04a5148

Please sign in to comment.