@anvilco/anvil
Advanced tools
Comparing version 3.0.1-beta.0 to 3.0.1
@@ -8,2 +8,5 @@ # Changelog | ||
## [v3.0.1] | ||
- Fix "double-default" ESM exports, but also leave for backwards compatibility. https://github.com/anvilco/node-anvil/issues/354 | ||
## [v3.0.0] | ||
@@ -10,0 +13,0 @@ - BREAKING: Drop support for `Node 12`. |
@@ -5,2 +5,4 @@ const Dist = require('./dist') | ||
module.exports = Dist.default | ||
// This is here just for backwards compatibilty. Should be removed at next | ||
// major verison to avoid a breaking change | ||
module.exports.default = Dist.default |
{ | ||
"name": "@anvilco/anvil", | ||
"version": "3.0.1-beta.0", | ||
"version": "3.0.1", | ||
"description": "Anvil API Client", | ||
@@ -5,0 +5,0 @@ "author": "Anvil Foundry Inc.", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3547259
4503
3