Files
huly-platform/dev/doc-import-tool
Alexander OnnikovandGitHub 8a21c04739 feat: product and document patch versions (#10265)
* feat: product and document patch versions

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* fix: use proper patch version

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* fix qms ui tests

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

---------

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-12-02 11:43:38 +07:00
..
2025-06-04 17:57:10 +05:00
2024-11-12 11:58:20 +05:00
2024-07-28 14:55:43 +07:00
2025-11-26 23:24:41 +05:00
2024-08-07 20:22:18 +07:00
2024-07-28 14:55:43 +07:00

Note: if vscode fails to resolve docx4js.d.ts types the following fragment need to be added to compilerOptions in tsconfig.json

    "typeRoots": [
      "./src/type",
      "./node_modules/@types"
    ],