@finnair/path
Advanced tools
Comparing version 5.0.1 to 5.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.1.0](https://github.com/finnair/v-validation/compare/v5.0.1...v5.1.0) (2023-11-16) | ||
### Features | ||
* support both ESM and CommonJS ([#96](https://github.com/finnair/v-validation/issues/96)) ([c32a104](https://github.com/finnair/v-validation/commit/c32a1040cd2e0412005cf9e6ff869569ab194950)) | ||
## [5.0.1](https://github.com/finnair/v-validation/compare/v5.0.0...v5.0.1) (2023-10-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@finnair/path", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"private": false, | ||
"description": "Simple object path as array of strings and numbers", | ||
"type": "module", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
} | ||
@@ -30,5 +36,7 @@ } | ||
"scripts": { | ||
"build": "tsc -b ." | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build:cjs": "tsc -b tsconfig.cjs.json && cp ../../package.cjs.json dist/cjs/package.json", | ||
"build:esm": "tsc -b . && cp ../../package.esm.json dist/esm/package.json" | ||
}, | ||
"gitHead": "002badde317763fb6ec6a0350b0043d04cc07163" | ||
"gitHead": "fdba98ed7487efbd1d54c6bfbc85805b45a65299" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
91198
28
1273
1
No