Skip to content

Commit 431f201

Browse files
chore: wip
1 parent 7c34e1e commit 431f201

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

storage/framework/core/validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"prepublishOnly": "bun run build"
3838
},
3939
"dependencies": {
40-
"@stacksjs/ts-validation": "link:@stacksjs/ts-validation",
40+
"@stacksjs/ts-validation": "^0.4.7",
4141
"validator": "^13.15.15"
4242
},
4343
"devDependencies": {

storage/framework/core/validation/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export * from '@stacksjs/ts-validation'
33

44
// Export local validation helpers
55
export * from './reporter'
6+
export * from './schema'
67
export * from './validator'

0 commit comments

Comments
 (0)