@trustme24/flext 1.10.0 → 1.10.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.
@@ -6,3 +6,4 @@ export { default as math } from './math';
6
6
  export { default as media } from './media';
7
7
  export { default as number } from './number';
8
8
  export { default as put } from './put';
9
+ export { default as string } from './string';
@@ -0,0 +1,5 @@
1
+ export declare function op(state: any): any[] | boolean;
2
+ export declare function json(state: any): any[];
3
+ export declare function check(state: any): boolean;
4
+ declare const _default: any;
5
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "A Powerful Templating Engine",
5
5
  "keywords": ["templates", "templating engine", "modular templates", "handlebars"],
6
6
  "type": "module",
@@ -37,8 +37,8 @@
37
37
  "@babel/preset-typescript": "^7.28.5",
38
38
  "@handlebars/parser": "^2.2.2",
39
39
  "@tailwindcss/cli": "^4.1.18",
40
- "@types/node": "^25.2.0",
41
- "esbuild": "^0.27.2",
40
+ "@types/node": "^25.2.2",
41
+ "esbuild": "^0.27.3",
42
42
  "esbuild-plugin-import-glob": "^0.1.1",
43
43
  "tailwindcss": "^4.1.18",
44
44
  "tsc-alias": "^1.8.16",