@felte/common
Advanced tools
Comparing version 0.4.8 to 0.4.9
# @felte/common | ||
## 0.4.9 | ||
### Patch Changes | ||
- 16ff018: Export ES module as default | ||
## 0.4.8 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@felte/common", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Common utilities for Felte packages", | ||
@@ -34,3 +34,4 @@ "author": "Pablo Berganza <pablo@berganza.dev>", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/index.js" | ||
"require": "./dist/index.js", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
@@ -37,0 +38,0 @@ "./dist/utils/*": "./dist/esm/utils/*.js", |
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
102648