Version Packages (#1293)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1295/head @hono/standard-validator@0.1.3
parent
a22fbe78e5
commit
76ec9e8f26
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/standard-validator': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Import `jsr:@standard-schema/spec`
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/standard-validator
|
# @hono/standard-validator
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1291](https://github.com/honojs/middleware/pull/1291) [`a22fbe78e5d3e8aa3790b39bbb590649cc34df2d`](https://github.com/honojs/middleware/commit/a22fbe78e5d3e8aa3790b39bbb590649cc34df2d) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Import `jsr:@standard-schema/spec`
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/standard-validator",
|
"name": "@hono/standard-validator",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts"
|
".": "./src/index.ts"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/standard-validator",
|
"name": "@hono/standard-validator",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "Validator middleware using Standard Schema",
|
"description": "Validator middleware using Standard Schema",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue