@trustme24/flext 1.10.2 → 1.10.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.
@@ -3,7 +3,7 @@ import { TemplateDataValidationError } from '../errors';
3
3
  import striptags from 'striptags';
4
4
  import Handlebars, { TemplateDelegate } from 'handlebars';
5
5
  import * as types from '../types';
6
- export declare const uno: any;
6
+ export declare const uno: Promise<import("unocss").UnoGenerator<import("@unocss/preset-typography").TypographyTheme>>;
7
7
  export declare const DEFAULT_MODEL_DEPTH = 10;
8
8
  export declare const DEFAULT_FIELD_TYPE: types.FieldType;
9
9
  export declare const stripHtml: typeof striptags;
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "A Powerful Templating Engine",
5
5
  "keywords": ["templates", "templating engine", "modular templates", "handlebars"],
6
+ "repository": "https://github.com/TrustMe-kz/flext.git",
6
7
  "type": "module",
7
8
  "main": "dist/index.js",
8
9
  "types": "dist/index.d.ts",
@@ -23,7 +24,7 @@
23
24
  "test:app": "npm run build && cd test/app && npm i && npm run test-app",
24
25
  "test-only": "vitest run",
25
26
  "test": "npm run npm run build-only && npm run test-only",
26
- "prepare": "npm run build"
27
+ "prepublish": "npm run build"
27
28
  },
28
29
  "files": [
29
30
  "dist/",
@@ -37,21 +38,21 @@
37
38
  "@babel/preset-env": "^7.29.0",
38
39
  "@babel/preset-typescript": "^7.28.5",
39
40
  "@handlebars/parser": "^2.2.2",
40
- "@tailwindcss/cli": "^4.2.0",
41
- "@types/node": "^25.3.0",
42
- "esbuild": "^0.27.3",
41
+ "@tailwindcss/cli": "^4.2.1",
42
+ "@types/node": "^25.5.0",
43
+ "esbuild": "^0.27.4",
43
44
  "esbuild-plugin-import-glob": "^0.1.1",
44
- "tailwindcss": "^4.2.0",
45
+ "tailwindcss": "^4.2.1",
45
46
  "tsc-alias": "^1.8.16",
46
47
  "typescript": "^5.9.3",
47
- "vitest": "^4.0.18"
48
+ "vitest": "^4.1.0"
48
49
  },
49
50
  "dependencies": {
50
- "@unocss/preset-wind4": "^66.6.0",
51
+ "@unocss/preset-wind4": "^66.6.6",
51
52
  "handlebars": "^4.7.8",
52
53
  "luxon": "^3.7.2",
53
54
  "striptags": "^3.2.0",
54
- "unocss": "^66.6.0",
55
+ "unocss": "^66.6.6",
55
56
  "written-number": "^0.11.1"
56
57
  }
57
58
  }