@felte/core
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @felte/core | ||
## 0.1.4 | ||
### Patch Changes | ||
- 16ff018: Export ES module as default | ||
- Updated dependencies [16ff018] | ||
- @felte/common@0.4.9 | ||
## 0.1.3 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@felte/core", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Core package for FelteJS", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@felte/common": "0.4.8" | ||
"@felte/common": "0.4.9" | ||
}, | ||
@@ -35,3 +35,4 @@ "publishConfig": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.mjs" | ||
}, | ||
@@ -38,0 +39,0 @@ "./package.json": "./package.json" |
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
221389
+ Added@felte/common@0.4.9(transitive)
- Removed@felte/common@0.4.8(transitive)
Updated@felte/common@0.4.9