@things-factory/operato-gangsters 6.0.25 → 6.0.26

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/client/menu.ts CHANGED
@@ -75,7 +75,7 @@ export function getMenuTemplate(owner: boolean = false) {
75
75
  },
76
76
  owner && {
77
77
  name: 'Organization',
78
- icon: 'dynamic_form',
78
+ icon: 'account_tree',
79
79
  description: '다양한 폼 구성 사례와 가이드라인을 제시합니다.',
80
80
  menus: [
81
81
  {
package/db.sqlite CHANGED
Binary file
@@ -34,6 +34,16 @@
34
34
  "date": 1679673809398,
35
35
  "name": "logs/application-2023-03-24-16.log",
36
36
  "hash": "2b86ebe525ed5b1746b3a44ea27b48351647699031723aaaeb540153327949dc"
37
+ },
38
+ {
39
+ "date": 1679678258333,
40
+ "name": "logs/application-2023-03-25-02.log",
41
+ "hash": "d324c6419fdd9e09a76a5f0a0b58a754bc23c0159ee28406b4df7c14d3f4aa1d"
42
+ },
43
+ {
44
+ "date": 1679678260433,
45
+ "name": "logs/application-2023-03-24-17.log",
46
+ "hash": "89a24ab44de11d60d34830c8fc9196abdcfae9d933637ef851636b3ed987ddd2"
37
47
  }
38
48
  ],
39
49
  "hashType": "sha256"
@@ -94,6 +94,11 @@
94
94
  "date": 1679673809257,
95
95
  "name": "logs/connections-2023-03-24-16.log",
96
96
  "hash": "7869c3e225f7f4586d3860679fbeac74914925644857c333e2d6d6720b78b9e6"
97
+ },
98
+ {
99
+ "date": 1679678260221,
100
+ "name": "logs/connections-2023-03-24-17.log",
101
+ "hash": "346a3350a92b10aa44f56d7dffa970f1b95f63a2bf6b468dd12b8cfba5ef782f"
97
102
  }
98
103
  ],
99
104
  "hashType": "sha256"
@@ -0,0 +1,5 @@
1
+ 2023-03-25T02:17:40+09:00 error: oracledb module loading failed
2
+ 2023-03-25T02:17:41+09:00 info: Default DataSource established
3
+ 2023-03-25T02:17:41+09:00 info: Transaction DataSource established
4
+ 2023-03-25T02:17:42+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
+ 2023-03-25T02:17:42+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -0,0 +1 @@
1
+ 2023-03-25T02:17:39+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/operato-gangsters",
3
- "version": "6.0.25",
3
+ "version": "6.0.26",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -80,10 +80,10 @@
80
80
  "@things-factory/setting-ui": "^6.0.25",
81
81
  "@things-factory/shell": "^6.0.25",
82
82
  "@things-factory/system-ui": "^6.0.25",
83
- "@things-factory/worklist": "^6.0.25"
83
+ "@things-factory/worklist": "^6.0.26"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@things-factory/builder": "^6.0.24"
87
87
  },
88
- "gitHead": "8a987a42de944dc915b8cfddb047eb7bc0d4ba41"
88
+ "gitHead": "2c9c046d7b1adf48d05b48cf9a6807e6bf9535b7"
89
89
  }