@itrocks/framework 0.0.42 → 0.0.44
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.
- package/cjs/main.js +1 -1
- package/package.json +8 -15
package/cjs/main.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.run = run;
|
|
4
|
-
const app_dir_1 = require("@itrocks/app-dir");
|
|
5
4
|
const action_1 = require("@itrocks/action");
|
|
6
5
|
const action_request_1 = require("@itrocks/action-request");
|
|
7
6
|
const action_request_2 = require("@itrocks/action-request");
|
|
7
|
+
const app_dir_1 = require("@itrocks/app-dir");
|
|
8
8
|
const class_type_1 = require("@itrocks/class-type");
|
|
9
9
|
const config_1 = require("@itrocks/config");
|
|
10
10
|
const fastify_1 = require("@itrocks/fastify");
|
package/package.json
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"email": "baptiste@pillot.fr"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@itrocks/action
|
|
7
|
+
"@itrocks/action": "latest",
|
|
8
|
+
"@itrocks/action-request": "latest",
|
|
8
9
|
"@itrocks/air-datepicker": "latest",
|
|
9
10
|
"@itrocks/app-dir": "latest",
|
|
10
11
|
"@itrocks/asset-loader": "latest",
|
|
@@ -13,51 +14,43 @@
|
|
|
13
14
|
"@itrocks/autocomplete": "latest",
|
|
14
15
|
"@itrocks/breadcrumb": "latest",
|
|
15
16
|
"@itrocks/build": "latest",
|
|
16
|
-
"@itrocks/business-pack": "latest",
|
|
17
17
|
"@itrocks/class-file": "latest",
|
|
18
18
|
"@itrocks/class-type": "latest",
|
|
19
19
|
"@itrocks/class-view": "latest",
|
|
20
20
|
"@itrocks/collapse": "latest",
|
|
21
21
|
"@itrocks/collection": "latest",
|
|
22
22
|
"@itrocks/compose": "latest",
|
|
23
|
+
"@itrocks/composition": "latest",
|
|
24
|
+
"@itrocks/config": "latest",
|
|
23
25
|
"@itrocks/confirm": "latest",
|
|
24
26
|
"@itrocks/contained-auto-width": "latest",
|
|
25
|
-
"@itrocks/contenteditable": "latest",
|
|
26
|
-
"@itrocks/core-responses": "latest",
|
|
27
27
|
"@itrocks/core-transformers": "latest",
|
|
28
|
-
"@itrocks/config": "latest",
|
|
29
|
-
"@itrocks/crud-pack": "latest",
|
|
30
|
-
"@itrocks/decorator": "latest",
|
|
31
28
|
"@itrocks/default-action-workflow": "latest",
|
|
32
29
|
"@itrocks/fastify": "latest",
|
|
33
30
|
"@itrocks/fastify-file-session-store": "latest",
|
|
34
31
|
"@itrocks/file": "latest",
|
|
35
|
-
"@itrocks/forgot-password": "latest",
|
|
36
|
-
"@itrocks/home": "latest",
|
|
37
32
|
"@itrocks/lazy-loading": "latest",
|
|
38
33
|
"@itrocks/links": "latest",
|
|
39
34
|
"@itrocks/list-properties": "latest",
|
|
40
|
-
"@itrocks/modal": "latest",
|
|
41
35
|
"@itrocks/mysql": "latest",
|
|
42
36
|
"@itrocks/notifications": "latest",
|
|
43
37
|
"@itrocks/password": "latest",
|
|
44
|
-
"@itrocks/print": "latest",
|
|
45
38
|
"@itrocks/property-type": "latest",
|
|
46
39
|
"@itrocks/property-view": "latest",
|
|
47
40
|
"@itrocks/real-viewport-height": "latest",
|
|
48
41
|
"@itrocks/reflect": "latest",
|
|
49
42
|
"@itrocks/rename": "latest",
|
|
50
43
|
"@itrocks/request-response": "latest",
|
|
51
|
-
"@itrocks/
|
|
44
|
+
"@itrocks/required": "latest",
|
|
45
|
+
"@itrocks/route": "latest",
|
|
52
46
|
"@itrocks/sql-functions": "latest",
|
|
47
|
+
"@itrocks/storage": "latest",
|
|
53
48
|
"@itrocks/store": "latest",
|
|
54
|
-
"@itrocks/table": "latest",
|
|
55
49
|
"@itrocks/template": "latest",
|
|
56
50
|
"@itrocks/template-insight": "latest",
|
|
57
51
|
"@itrocks/transformer": "latest",
|
|
58
52
|
"@itrocks/translate": "latest",
|
|
59
53
|
"@itrocks/user": "latest",
|
|
60
|
-
"@itrocks/uses": "latest",
|
|
61
54
|
"@itrocks/xtarget": "latest",
|
|
62
55
|
"air-datepicker": "^3.5",
|
|
63
56
|
"date-fns": "^4.1"
|
|
@@ -99,5 +92,5 @@
|
|
|
99
92
|
"build:front": "tsc -p src/front/tsconfig.json && sed -i 's#../../##g' *.js *.d.ts"
|
|
100
93
|
},
|
|
101
94
|
"types": "./cjs/framework.d.ts",
|
|
102
|
-
"version": "0.0.
|
|
95
|
+
"version": "0.0.44"
|
|
103
96
|
}
|