@trustme24/flext 1.7.0 → 1.7.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.
package/dist/lib.d.ts CHANGED
@@ -38,6 +38,7 @@ export declare function getHtmlH1(ast: AST.Program, doWarn?: boolean): string[];
38
38
  export declare function ensureString(val: any): string;
39
39
  export declare function ensureDate(val: Date | string | number): Date;
40
40
  export declare function ensureTitle(val: string | number): string;
41
+ export declare function ensureFieldPathItem(val: string): string;
41
42
  export declare function filter(regex: RegExp, val: string | number): boolean;
42
43
  export declare class RegexHelper {
43
44
  static dbDateStr: RegExp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
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.13"
46
+ "vitest": "^4.0.14"
47
47
  },
48
48
  "dependencies": {
49
49
  "@unocss/preset-wind4": "^66.5.9",