We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c34e1e commit 431f201Copy full SHA for 431f201
storage/framework/core/validation/package.json
@@ -37,7 +37,7 @@
37
"prepublishOnly": "bun run build"
38
},
39
"dependencies": {
40
- "@stacksjs/ts-validation": "link:@stacksjs/ts-validation",
+ "@stacksjs/ts-validation": "^0.4.7",
41
"validator": "^13.15.15"
42
43
"devDependencies": {
storage/framework/core/validation/src/index.ts
@@ -3,4 +3,5 @@ export * from '@stacksjs/ts-validation'
3
4
// Export local validation helpers
5
export * from './reporter'
6
+export * from './schema'
7
export * from './validator'
0 commit comments