@finnair/path
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [6.2.0](https://github.com/finnair/v-validation/compare/v6.1.0...v6.2.0) (2024-11-21) | ||
### Bug Fixes | ||
- exports ([188dd9a](https://github.com/finnair/v-validation/commit/188dd9a1a79b3cc968d9750699472c8091a191e5)) | ||
# [6.1.0](https://github.com/finnair/v-validation/compare/v6.0.2...v6.1.0) (2024-10-21) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@finnair/path", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"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": "24a7a43d0a5201a29d650e8bb767195d14af9784" | ||
"gitHead": "1ef5c21a5a5281c5f799784cf84d2bed2c0bede0" | ||
} |
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
94417