@trustme24/flext 1.6.0 → 1.7.0

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.
@@ -2,5 +2,6 @@ export { default as cond } from './cond';
2
2
  export { default as date } from './date';
3
3
  export { default as match } from './match';
4
4
  export { default as math } from './math';
5
+ export { default as media } from './media';
5
6
  export { default as number } from './number';
6
7
  export { default as put } from './put';
@@ -0,0 +1,3 @@
1
+ export declare function url(state: any): string;
2
+ declare const _default: any;
3
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "A Powerful Templating Engine",
5
5
  "keywords": ["templates", "templating engine", "modular templates", "handlebars"],
6
6
  "type": "module",
@@ -43,7 +43,7 @@
43
43
  "tailwindcss": "^4.1.17",
44
44
  "tsc-alias": "^1.8.16",
45
45
  "typescript": "^5.9.3",
46
- "vitest": "^4.0.12"
46
+ "vitest": "^4.0.13"
47
47
  },
48
48
  "dependencies": {
49
49
  "@unocss/preset-wind4": "^66.5.9",