Skip to content

Commit c4a6b1a

Browse files
committed
v0.14.3 - see CHANGELOG for details
1 parent a96752f commit c4a6b1a

File tree

3 files changed

+67
-31
lines changed

3 files changed

+67
-31
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.14.3] - 2025-04-27
2+
3+
upgraded dependencies: `jsr:@std/assert@^1.0.13`, `jsr:@std/path@^1.0.9`,
4+
`jsr:@std/testing@^1.0.11`, `npm:zod@^3.24.3`
5+
16
## [0.14.2] - 2025-03-03
27

38
### Fixed

deno.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dklab/oak-routing-ctrl",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"exports": {
55
".": "./mod.ts",
66
"./mod": "./mod.ts"
@@ -22,11 +22,11 @@
2222
"imports": {
2323
"@asteasolutions/zod-to-openapi": "npm:@asteasolutions/zod-to-openapi@^7.3.0",
2424
"@oak/oak": "jsr:@oak/oak@^17.1.4",
25-
"@std/assert": "jsr:@std/assert@^1.0.11",
25+
"@std/assert": "jsr:@std/assert@^1.0.13",
2626
"@std/io": "jsr:@std/io@^0.225.2",
27-
"@std/path": "jsr:@std/path@^1.0.8",
28-
"@std/testing": "jsr:@std/testing@^1.0.9",
29-
"zod": "npm:zod@^3.24.2",
27+
"@std/path": "jsr:@std/path@^1.0.9",
28+
"@std/testing": "jsr:@std/testing@^1.0.11",
29+
"zod": "npm:zod@^3.24.3",
3030
"superoak": "https://deno.land/x/[email protected]/mod.ts"
3131
},
3232
"fmt": {

deno.lock

Lines changed: 57 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)