mikel 0.33.0 → 0.33.1

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -700,9 +700,6 @@ const result = m("Users: {{=fullName ...user1}} and {{=fullName ...user2}}", dat
700
700
  console.log(result); // --> "Users: John Doe and Alice Smith"
701
701
  ```
702
702
 
703
- Of course, Jose — here’s a version of the **Subexpressions** documentation written to perfectly match the tone, structure, and formatting conventions of the current README.
704
- It follows the same patterns: short intro, version note, examples, concise explanations, no extra fluff.
705
-
706
703
  ### Subexpressions
707
704
 
708
705
  > Added in `v0.30.0`.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mikel",
3
3
  "description": "Micro templating library with zero dependencies",
4
- "version": "0.33.0",
4
+ "version": "0.33.1",
5
5
  "type": "module",
6
6
  "author": {
7
7
  "name": "Josemi Juanes",