@finnair/v-validation
Advanced tools
Comparing version 7.0.0-alpha.7 to 7.0.0-alpha.8
@@ -6,2 +6,8 @@ # Change Log | ||
# [7.0.0-alpha.8](https://github.com/finnair/v-validation/compare/v7.0.0-alpha.7...v7.0.0-alpha.8) (2024-11-21) | ||
### Bug Fixes | ||
- SchemaValidator export ([987f88c](https://github.com/finnair/v-validation/commit/987f88ccb7a5f0bc90c54d0a83b2fba901375d5f)) | ||
# [7.0.0-alpha.7](https://github.com/finnair/v-validation/compare/v7.0.0-alpha.6...v7.0.0-alpha.7) (2024-11-21) | ||
@@ -8,0 +14,0 @@ |
@@ -6,1 +6,2 @@ export * from './V.js'; | ||
export * from './typing.js'; | ||
export * from './schema.js'; |
@@ -22,1 +22,2 @@ "use strict"; | ||
__exportStar(require("./typing.js"), exports); | ||
__exportStar(require("./schema.js"), exports); |
@@ -6,1 +6,2 @@ export * from './V.js'; | ||
export * from './typing.js'; | ||
export * from './schema.js'; |
@@ -6,1 +6,2 @@ export * from './V.js'; | ||
export * from './typing.js'; | ||
export * from './schema.js'; |
{ | ||
"name": "@finnair/v-validation", | ||
"version": "7.0.0-alpha.7", | ||
"version": "7.0.0-alpha.8", | ||
"private": false, | ||
@@ -51,5 +51,5 @@ "description": "V-validation core package", | ||
"devDependencies": { | ||
"@finnair/path": "^7.0.0-alpha.7" | ||
"@finnair/path": "^7.0.0-alpha.8" | ||
}, | ||
"gitHead": "33d04890181755ce41098efc2fb87d820beee0d7" | ||
"gitHead": "ac7c2ffa732c06f485d51656fa538ae95457611f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
310800
5460