Skip to content

Commit aafa1ec

Browse files
committed
build(deps): add typebox and validation alias
- Add @neabyte/typebox jsr dependency - Add @Validation import map alias
1 parent 18f7d22 commit aafa1ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deno.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"imports": {
6565
"@neabyte/fast-router": "jsr:@neabyte/fast-router@^0.1.0",
6666
"@neabyte/superwatcher": "jsr:@neabyte/superwatcher@^0.1.1",
67+
"@neabyte/typebox": "jsr:@neabyte/typebox@^0.1.1",
6768
"@neabyte/utils-core": "jsr:@neabyte/utils-core@^0.2.0",
6869
"@std/assert": "jsr:@std/assert@^1.0.19",
6970
"@app/": "./src/",
@@ -72,6 +73,7 @@
7273
"@middleware/": "./src/middleware/",
7374
"@rendering/": "./src/rendering/",
7475
"@routing/": "./src/routing/",
76+
"@validation/": "./src/validation/",
7577
"@tests/": "./tests/"
7678
},
7779
"publish": {

0 commit comments

Comments
 (0)