Skip to content

Commit

Permalink
chore: Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterDeveloper committed Apr 20, 2024
2 parents 2c91344 + 3c351e1 commit 83428b0
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 10 deletions.
12 changes: 12 additions & 0 deletions packages/clerk-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @hono/clerk-auth

## 1.0.3

### Patch Changes

- [#463](https://github.com/honojs/middleware/pull/463) [`892ea7da85fb2c799eacc4d29651e1fa45a6aec0`](https://github.com/honojs/middleware/commit/892ea7da85fb2c799eacc4d29651e1fa45a6aec0) Thanks [@yudai-nkt](https://github.com/yudai-nkt)! - Update peer dependencies so that newer validators can be installed.

## 1.0.2

### Patch Changes

- [#460](https://github.com/honojs/middleware/pull/460) [`6497f5772f84027a07ef2c728cb10b2f8a172dda`](https://github.com/honojs/middleware/commit/6497f5772f84027a07ef2c728cb10b2f8a172dda) Thanks [@hadeeb](https://github.com/hadeeb)! - fix: export esm

## 1.0.1

### Patch Changes
Expand Down
File renamed without changes.
20 changes: 17 additions & 3 deletions packages/clerk-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
{
"name": "@hono/clerk-auth",
"version": "1.0.1",
"version": "1.0.3",
"description": "A third-party Clerk auth middleware for Hono",
"main": "dist/index.js",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "rimraf dist && tsc",
"build": "tsup ./src/index.ts --format esm,cjs --dts",
"prerelease": "yarn build && yarn test",
"release": "yarn publish"
},
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/typebox-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hono/typebox-validator

## 0.2.3

### Patch Changes

- [#463](https://github.com/honojs/middleware/pull/463) [`892ea7da85fb2c799eacc4d29651e1fa45a6aec0`](https://github.com/honojs/middleware/commit/892ea7da85fb2c799eacc4d29651e1fa45a6aec0) Thanks [@yudai-nkt](https://github.com/yudai-nkt)! - Update peer dependencies so that newer validators can be installed.

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/typebox-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/typebox-validator",
"version": "0.2.2",
"version": "0.2.3",
"description": "Validator middleware using TypeBox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"@sinclair/typebox": "^0.31.15",
"@sinclair/typebox": ">=0.31.15 <1",
"hono": ">=3.9.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/valibot-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hono/valibot-validator

## 0.2.3

### Patch Changes

- [#463](https://github.com/honojs/middleware/pull/463) [`892ea7da85fb2c799eacc4d29651e1fa45a6aec0`](https://github.com/honojs/middleware/commit/892ea7da85fb2c799eacc4d29651e1fa45a6aec0) Thanks [@yudai-nkt](https://github.com/yudai-nkt)! - Update peer dependencies so that newer validators can be installed.

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/valibot-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/valibot-validator",
"version": "0.2.2",
"version": "0.2.3",
"description": "Validator middleware using Valibot",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"hono": ">=3.9.0",
"valibot": "^0.13.1"
"valibot": ">=0.13.1 <1"
},
"devDependencies": {
"hono": "^3.11.7",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@ __metadata:
jest: "npm:^29.7.0"
node-fetch-native: "npm:^1.4.0"
react: "npm:^18.2.0"
rimraf: "npm:^5.0.5"
tsup: "npm:^8.0.1"
peerDependencies:
"@clerk/backend": 1
"@clerk/shared": 2
Expand Down Expand Up @@ -2087,7 +2087,7 @@ __metadata:
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
peerDependencies:
"@sinclair/typebox": ^0.31.15
"@sinclair/typebox": ">=0.31.15 <1"
hono: ">=3.9.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2116,7 +2116,7 @@ __metadata:
valibot: "npm:^0.24.1"
peerDependencies:
hono: ">=3.9.0"
valibot: ^0.13.1
valibot: ">=0.13.1 <1"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 83428b0

Please sign in to comment.