Comparing version 2.1.6 to 2.1.7
# fast-copy CHANGELOG | ||
## 2.1.5 | ||
## 2.1.7 | ||
- Republish of [`2.1.6`](#216), as the release process failed mid-publish | ||
## 2.1.6 | ||
- Revert [#69](https://github.com/planttheidea/fast-copy/pull/69) and [#71](https://github.com/planttheidea/fast-copy/pull/71), as they broke the package for NodeJS consumption (will be reintroduced in v3, as breaking changes are required) | ||
## 2.1.5 - DO NOT USE | ||
- Ensure `"type": "module"` is set to allow ESM in NodeJS to work [#71](https://github.com/planttheidea/fast-copy/pull/71) | ||
## 2.1.4 | ||
## 2.1.4 - DO NOT USE | ||
@@ -9,0 +17,0 @@ - Provide `"exports"` definition in `package.json` [#69](https://github.com/planttheidea/fast-copy/pull/69) (thanks [@liteoood](https://github.com/ilteoood)) |
@@ -47,9 +47,2 @@ { | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./dist/fast-copy.cjs.js", | ||
"import": "./dist/fast-copy.esm.js", | ||
"default": "./dist/fast-copy.js" | ||
} | ||
}, | ||
"homepage": "https://github.com/planttheidea/fast-copy#readme", | ||
@@ -88,5 +81,4 @@ "keywords": [ | ||
}, | ||
"type": "module", | ||
"types": "index.d.ts", | ||
"version": "2.1.6" | ||
"version": "2.1.7" | ||
} |
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
118523
No