@things-factory/reference-app 6.1.80 → 6.1.83
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/attachments/03e21709-60c1-4796-bb0b-9920148ce2c6.png +0 -0
- package/attachments/1c5f7b4e-45f7-47dc-94e2-6d4aa04c331d.png +0 -0
- package/attachments/29b819e1-eaf5-4998-b711-1eece872a6c6.png +0 -0
- package/attachments/5c7f2330-a93d-4c48-bcca-6b2a10974386.png +0 -0
- package/attachments/92a49294-725c-445c-8fe3-98d328d6d0a5.png +0 -0
- package/attachments/97e18c62-6e73-4407-a062-276cd25de43a.png +0 -0
- package/attachments/9c6e1599-a4e2-483e-833d-c67e336b27e5.png +0 -0
- package/attachments/9d1d12ea-0140-46cc-8eba-b1ab475bfd98.png +0 -0
- package/attachments/a727d8fa-5afe-47b3-9b29-97a1f26637f3.png +0 -0
- package/attachments/b713c6b6-15e3-4c80-a288-b0e8eba5e091.png +0 -0
- package/attachments/c5a385d9-6a96-481a-9c10-f2cb108ec525.png +0 -0
- package/attachments/c7b6e18b-fd21-49c5-8a38-9b2455957c2a.png +0 -0
- package/attachments/cfbb23dc-a61d-4898-a988-73814f509b11.jpeg +0 -0
- package/attachments/dabc0a7e-bb5b-46a3-b73c-d310c95f0832.png +0 -0
- package/attachments/dd3a00c8-1175-4329-b374-1e7096f338aa.png +0 -0
- package/attachments/f099313a-c616-4753-b2d7-33db2ac29b3b.png +0 -0
- package/attachments/f90a4af7-5555-4078-8960-2c978363ac42.png +0 -0
- package/attachments/fb5bac1e-e5c6-44d3-89fa-b0f23a4dae62.jpeg +0 -0
- package/config.development.js +42 -0
- package/db.sqlite +0 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +20 -0
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +15 -0
- package/logs/application-2023-06-12-07.log +7 -0
- package/logs/application-2023-06-12-16.log +1 -0
- package/logs/connections-2023-06-12-07.log +0 -0
- package/package.json +33 -33
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 2
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1686555994473,
|
|
10
|
+
"name": "logs/application-2023-06-12-16.log",
|
|
11
|
+
"hash": "b4dbc5b64fcc6014a021595083db858f1a8839f3adc4f08b4d81975b7e703148"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1686555996086,
|
|
15
|
+
"name": "logs/application-2023-06-12-07.log",
|
|
16
|
+
"hash": "13eb7d8acbe5ed516bc4a3c0a187f9ac3a99e788468263e274e8038708cc4c9f"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"hashType": "sha256"
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"keep": {
|
|
3
|
+
"days": true,
|
|
4
|
+
"amount": 14
|
|
5
|
+
},
|
|
6
|
+
"auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
|
|
7
|
+
"files": [
|
|
8
|
+
{
|
|
9
|
+
"date": 1686555995901,
|
|
10
|
+
"name": "logs/connections-2023-06-12-07.log",
|
|
11
|
+
"hash": "2fe601aa8ad332589382e7f0b8999da60064ba5adb11660525236637952312b6"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"hashType": "sha256"
|
|
15
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
2023-06-12T16:46:36+09:00 error: oracledb module loading failed
|
|
2
|
+
2023-06-12T16:46:36+09:00 info: Default DataSource established
|
|
3
|
+
2023-06-12T16:46:38+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2023-06-12T16:46:38+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
+
2023-06-12T16:48:03+09:00 error: Only absolute URLs are supported
|
|
6
|
+
2023-06-12T16:48:17+09:00 error: Only absolute URLs are supported
|
|
7
|
+
2023-06-12T16:48:26+09:00 error: Only absolute URLs are supported
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2023-06-12T16:46:35+09:00 info: File Storage is Ready.
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/reference-app",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.83",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -67,42 +67,42 @@
|
|
|
67
67
|
"@operato/scene-tab": "^1.0.0",
|
|
68
68
|
"@operato/shell": "^1.0.1",
|
|
69
69
|
"@operato/utils": "^1.0.1",
|
|
70
|
-
"@things-factory/api": "^6.1.
|
|
71
|
-
"@things-factory/apptool-ui": "^6.1.
|
|
72
|
-
"@things-factory/attachment-base": "^6.1.
|
|
73
|
-
"@things-factory/auth-ui": "^6.1.
|
|
74
|
-
"@things-factory/board-service": "^6.1.
|
|
75
|
-
"@things-factory/board-ui": "^6.1.
|
|
76
|
-
"@things-factory/ccp": "^6.1.
|
|
77
|
-
"@things-factory/contact": "^6.1.
|
|
78
|
-
"@things-factory/context-ui": "^6.1.
|
|
79
|
-
"@things-factory/dashboard": "^6.1.
|
|
80
|
-
"@things-factory/dataset": "^6.1.
|
|
81
|
-
"@things-factory/export-ui": "^6.1.
|
|
82
|
-
"@things-factory/export-ui-excel": "^6.1.
|
|
83
|
-
"@things-factory/help": "^6.1.
|
|
84
|
-
"@things-factory/integration-ui": "^6.1.
|
|
85
|
-
"@things-factory/lite-menu": "^6.1.
|
|
86
|
-
"@things-factory/more-ui": "^6.1.
|
|
87
|
-
"@things-factory/notification": "^6.1.
|
|
88
|
-
"@things-factory/oauth2-client": "^6.1.
|
|
89
|
-
"@things-factory/organization": "^6.1.
|
|
90
|
-
"@things-factory/print-ui": "^6.1.
|
|
91
|
-
"@things-factory/product-base": "^6.1.
|
|
92
|
-
"@things-factory/qc": "^6.1.
|
|
93
|
-
"@things-factory/resource-ui": "^6.1.
|
|
94
|
-
"@things-factory/routing-base": "^6.1.
|
|
95
|
-
"@things-factory/setting-base": "^6.1.
|
|
96
|
-
"@things-factory/setting-ui": "^6.1.
|
|
97
|
-
"@things-factory/shell": "^6.1.
|
|
98
|
-
"@things-factory/system-ui": "^6.1.
|
|
99
|
-
"@things-factory/web-editor": "^6.1.
|
|
100
|
-
"@things-factory/work-shift": "^6.1.
|
|
70
|
+
"@things-factory/api": "^6.1.81",
|
|
71
|
+
"@things-factory/apptool-ui": "^6.1.81",
|
|
72
|
+
"@things-factory/attachment-base": "^6.1.81",
|
|
73
|
+
"@things-factory/auth-ui": "^6.1.81",
|
|
74
|
+
"@things-factory/board-service": "^6.1.83",
|
|
75
|
+
"@things-factory/board-ui": "^6.1.83",
|
|
76
|
+
"@things-factory/ccp": "^6.1.83",
|
|
77
|
+
"@things-factory/contact": "^6.1.81",
|
|
78
|
+
"@things-factory/context-ui": "^6.1.81",
|
|
79
|
+
"@things-factory/dashboard": "^6.1.83",
|
|
80
|
+
"@things-factory/dataset": "^6.1.83",
|
|
81
|
+
"@things-factory/export-ui": "^6.1.81",
|
|
82
|
+
"@things-factory/export-ui-excel": "^6.1.81",
|
|
83
|
+
"@things-factory/help": "^6.1.81",
|
|
84
|
+
"@things-factory/integration-ui": "^6.1.81",
|
|
85
|
+
"@things-factory/lite-menu": "^6.1.83",
|
|
86
|
+
"@things-factory/more-ui": "^6.1.81",
|
|
87
|
+
"@things-factory/notification": "^6.1.81",
|
|
88
|
+
"@things-factory/oauth2-client": "^6.1.81",
|
|
89
|
+
"@things-factory/organization": "^6.1.81",
|
|
90
|
+
"@things-factory/print-ui": "^6.1.81",
|
|
91
|
+
"@things-factory/product-base": "^6.1.81",
|
|
92
|
+
"@things-factory/qc": "^6.1.83",
|
|
93
|
+
"@things-factory/resource-ui": "^6.1.81",
|
|
94
|
+
"@things-factory/routing-base": "^6.1.81",
|
|
95
|
+
"@things-factory/setting-base": "^6.1.81",
|
|
96
|
+
"@things-factory/setting-ui": "^6.1.81",
|
|
97
|
+
"@things-factory/shell": "^6.1.81",
|
|
98
|
+
"@things-factory/system-ui": "^6.1.81",
|
|
99
|
+
"@things-factory/web-editor": "^6.1.81",
|
|
100
|
+
"@things-factory/work-shift": "^6.1.81",
|
|
101
101
|
"@tinymce/tinymce-webcomponent": "^2.0.1",
|
|
102
102
|
"random-words": "^1.2.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@things-factory/builder": "^6.1.79"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "a4aa065ad799671d92996ea07daa0eef99350009"
|
|
108
108
|
}
|