@itrocks/framework 0.0.33 → 0.0.34

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.
@@ -13,6 +13,7 @@ const composition_1 = require("@itrocks/composition");
13
13
  const config_1 = require("@itrocks/config");
14
14
  const core_transformers_1 = require("@itrocks/core-transformers");
15
15
  const core_transformers_2 = require("@itrocks/core-transformers");
16
+ const file_1 = require("@itrocks/file");
16
17
  const lazy_loading_2 = require("@itrocks/lazy-loading");
17
18
  const list_properties_1 = require("@itrocks/list-properties");
18
19
  const menu_1 = require("@itrocks/menu");
@@ -52,6 +53,7 @@ function bind() {
52
53
  routeOf: route_2.routeOf,
53
54
  tr: translate_1.tr
54
55
  });
56
+ (0, file_1.initFileTransformers)();
55
57
  (0, list_properties_1.initListProperties)();
56
58
  (0, mysql_1.mysqlDependsOn)({
57
59
  applyReadTransformer: async function (data, property, object) {
package/package.json CHANGED
@@ -31,6 +31,7 @@
31
31
  "@itrocks/domain-components": "latest",
32
32
  "@itrocks/fastify": "latest",
33
33
  "@itrocks/fastify-file-session-store": "latest",
34
+ "@itrocks/file": "latest",
34
35
  "@itrocks/forgot-password": "latest",
35
36
  "@itrocks/home": "latest",
36
37
  "@itrocks/lazy-loading": "latest",
@@ -96,5 +97,5 @@
96
97
  "build:front": "tsc -p src/front/tsconfig.json && sed -i 's#../../##g' *.js *.d.ts"
97
98
  },
98
99
  "types": "./cjs/framework.d.ts",
99
- "version": "0.0.33"
100
+ "version": "0.0.34"
100
101
  }