@trustme24/flext 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  ## Flext
2
2
 
3
- ![Static Badge](https://img.shields.io/badge/GitHub-Star%20%281%29-yellow?logo=github&link=https%3A%2F%2Fgithub.com%2FTrustMe-kz%2Fflext) ![Static Badge](https://img.shields.io/badge/NPM-Download%20%28393%29-blue?link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40trustme24%2Fflext)
3
+ [![Static Badge](https://img.shields.io/badge/GitHub-Star%20%281%29-yellow?logo=github)](https://github.com/TrustMe-kz/flext)
4
+ [![Static Badge](https://img.shields.io/badge/NPM-Download%20%28393%29-blue)](https://www.npmjs.com/package/@trustme24/flext)
4
5
 
5
6
  **Flext** is a lightweight extension over Handlebars. It introduces a small DSL for handling macros and modules to help create dynamic templates. The library is compiled to both ESM and CommonJS bundles and can be embedded in other projects such as [Vue components](https://www.npmjs.com/package/vue-flext).
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "A Powerful Templating Engine",
5
5
  "keywords": ["templates", "templating engine", "modular templates", "handlebars"],
6
6
  "type": "module",