@finnair/path
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/path", | ||
"version": "7.0.0-alpha.6", | ||
"version": "7.0.0-alpha.7", | ||
"private": false, | ||
"description": "Simple object path as array of strings and numbers", | ||
"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" | ||
}, | ||
@@ -41,3 +42,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "468a1d6fd29ab8ec10915603731dee7a07dac97c" | ||
"gitHead": "33d04890181755ce41098efc2fb87d820beee0d7" | ||
} |
Sorry, the diff of this file is not supported yet
97793