Comparing version 1.14.0 to 1.14.1
{ | ||
"name": "eta", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Lightweight, fast, and powerful embedded JS template engine", | ||
@@ -16,17 +16,15 @@ "keywords": [ | ||
"homepage": "https://eta.js.org", | ||
"type": "module", | ||
"type": "commonjs", | ||
"main": "./dist/eta.umd.js", | ||
"module": "./dist/eta.module.js", | ||
"umd:main": "./dist/eta.umd.js", | ||
"unpkg": "./dist/browser.min.umd.js", | ||
"module": "./dist/eta.module.mjs", | ||
"types": "./dist/types/eta.d.ts", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/eta.d.ts", | ||
"browser": "./dist/browser.min.umd.js", | ||
"require": "./dist/eta.umd.js", | ||
"import": "./dist/eta.module.js", | ||
"default": "./dist/eta.umd.js" | ||
} | ||
"types": "./dist/types/eta.d.ts", | ||
"browser": "./dist/browser.min.umd.js", | ||
"require": "./dist/eta.umd.js", | ||
"import": "./dist/eta.module.mjs", | ||
"default": "./dist/eta.umd.js" | ||
}, | ||
@@ -33,0 +31,0 @@ "sideEffects": false, |
@@ -15,3 +15,3 @@ <p align="center"> | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
[logo]: https://img.shields.io/badge/all_contributors-9-orange.svg 'Number of contributors on All-Contributors' | ||
[logo]: https://img.shields.io/badge/all_contributors-10-orange.svg 'Number of contributors on All-Contributors' | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
@@ -285,2 +285,3 @@ | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nhaef"><img src="https://avatars.githubusercontent.com/u/16443053?v=4?s=100" width="100px;" alt="nhaef"/><br /><sub><b>nhaef</b></sub></a><br /><a href="https://github.com/eta-dev/eta/commits?author=nhaef" title="Code">💻</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="http://heyhey.to/Gün"><img src="https://avatars.githubusercontent.com/u/74139498?v=4?s=100" width="100px;" alt="Gün"/><br /><sub><b>Gün</b></sub></a><br /><a href="https://github.com/eta-dev/eta/commits?author=gurgunday" title="Code">💻</a></td> | ||
</tr> | ||
@@ -287,0 +288,0 @@ </tbody> |
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
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
313512
300
4
No