@finnair/v-validation-luxon
Advanced tools
Comparing version 7.0.0-alpha.6 to 7.0.0-alpha.7
@@ -6,2 +6,8 @@ # Change Log | ||
# [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) | ||
### Bug Fixes | ||
- package.json exports ([7edf1ee](https://github.com/finnair/v-validation/commit/7edf1ee0b2295c7659802aab10963a0579869e5a)) | ||
# [7.0.0-alpha.6](https://github.com/finnair/v-validation/compare/v7.0.0-alpha.5...v7.0.0-alpha.6) (2024-11-18) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@finnair/v-validation-luxon", | ||
"version": "7.0.0-alpha.6", | ||
"version": "7.0.0-alpha.7", | ||
"private": false, | ||
"description": "Luxon validators", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
@@ -19,3 +19,4 @@ "exports": { | ||
} | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -49,6 +50,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@finnair/path": "^7.0.0-alpha.6", | ||
"@finnair/v-validation": "^7.0.0-alpha.6" | ||
"@finnair/path": "^7.0.0-alpha.7", | ||
"@finnair/v-validation": "^7.0.0-alpha.7" | ||
}, | ||
"gitHead": "468a1d6fd29ab8ec10915603731dee7a07dac97c" | ||
"gitHead": "33d04890181755ce41098efc2fb87d820beee0d7" | ||
} |
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
112965