@trustme24/flext 1.4.1 → 1.4.3

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.
@@ -1,4 +1,5 @@
1
1
  export declare function op(state: any): boolean;
2
+ export declare function not(state: any): boolean;
2
3
  export declare function equal(state: any): boolean;
3
4
  export declare function notEqual(state: any): boolean;
4
5
  export declare function and(state: any): boolean;
@@ -1,7 +1,6 @@
1
1
  import { DateTime } from 'luxon';
2
2
  import { SafeString } from 'handlebars';
3
- export declare const DEFAULT_LANG = "en-US";
4
- export declare function op(state: any): DateTime | string | number;
3
+ export declare function op(state: any): DateTime | string | number | null;
5
4
  export declare function opWithColor(state: any): SafeString;
6
5
  export declare function now(state: any): DateTime;
7
6
  export declare function seconds(state: any): SafeString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "A Powerful Templating Engine",
5
5
  "keywords": ["templates", "templating engine", "modular templates", "handlebars"],
6
6
  "type": "module",
@@ -36,11 +36,11 @@
36
36
  "@babel/preset-env": "^7.28.3",
37
37
  "@babel/preset-typescript": "^7.27.1",
38
38
  "@handlebars/parser": "^2.2.1",
39
- "@tailwindcss/cli": "^4.1.14",
40
- "@types/node": "^24.7.2",
39
+ "@tailwindcss/cli": "^4.1.15",
40
+ "@types/node": "^24.9.1",
41
41
  "esbuild": "^0.25.11",
42
42
  "esbuild-plugin-import-glob": "^0.1.1",
43
- "tailwindcss": "^4.1.14",
43
+ "tailwindcss": "^4.1.15",
44
44
  "tsc-alias": "^1.8.16",
45
45
  "typescript": "^5.9.3",
46
46
  "vitest": "^3.2.4"