@things-factory/operato-gangsters 6.1.79 → 6.1.81

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
@@ -111,11 +111,11 @@ export function getMenuTemplate(owner: boolean = false, activities: any[]) {
111
111
  path: 'department-list'
112
112
  },
113
113
  {
114
- name: i18next.t('title.my approval line templates'),
114
+ name: i18next.t('title.my-approval-line template list'),
115
115
  path: 'my-approval-line-templates-page'
116
116
  },
117
117
  {
118
- name: 'title.common approval line templates',
118
+ name: i18next.t('title.common-approval-line template list'),
119
119
  path: 'common-approval-line-templates-page'
120
120
  }
121
121
  ]
package/db.sqlite CHANGED
Binary file
@@ -5,11 +5,6 @@
5
5
  },
6
6
  "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
7
  "files": [
8
- {
9
- "date": 1690642907258,
10
- "name": "logs/application-2023-07-30-00.log",
11
- "hash": "89038321bac839686c0293240c01b0e7316a90b0610a28f3b59960dc75813cce"
12
- },
13
8
  {
14
9
  "date": 1690686529734,
15
10
  "name": "logs/application-2023-07-30-12.log",
@@ -54,6 +49,11 @@
54
49
  "date": 1690813017499,
55
50
  "name": "logs/application-2023-07-31-23.log",
56
51
  "hash": "73a36878089c3132d4bf0847bf025170de4536863c134ad21a88a9924fb51f90"
52
+ },
53
+ {
54
+ "date": 1690820066723,
55
+ "name": "logs/application-2023-08-01-01.log",
56
+ "hash": "b4acce6a03d6465b3f3c9a771ba1d2c3095838f1b29960bd98e4829eb28b3605"
57
57
  }
58
58
  ],
59
59
  "hashType": "sha256"
@@ -169,6 +169,11 @@
169
169
  "date": 1690813018882,
170
170
  "name": "logs/connections-2023-07-31-23.log",
171
171
  "hash": "d367ea92f743c85ab0f45afe5f3f0cbdc0ae1d5034fce380e2cd07ec02a6ce67"
172
+ },
173
+ {
174
+ "date": 1690820068543,
175
+ "name": "logs/connections-2023-08-01-01.log",
176
+ "hash": "b6bed390e2c32c3f4953d1326c31e2ff8cd2821847d575034b45869e455ce8e8"
172
177
  }
173
178
  ],
174
179
  "hashType": "sha256"
@@ -0,0 +1,5 @@
1
+ 2023-08-01T01:14:27+09:00 info: File Storage is Ready.
2
+ 2023-08-01T01:14:28+09:00 error: oracledb module loading failed
3
+ 2023-08-01T01:14:29+09:00 info: Default DataSource established
4
+ 2023-08-01T01:14:30+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
+ 2023-08-01T01:14:30+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-gangsters",
3
- "version": "6.1.79",
3
+ "version": "6.1.81",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -56,33 +56,33 @@
56
56
  "@operato/scene-switch": "^1.0.0",
57
57
  "@operato/scene-table": "^1.0.0",
58
58
  "@operato/scene-timer": "^1.0.0",
59
- "@things-factory/api": "^6.1.79",
60
- "@things-factory/apptool-ui": "^6.1.79",
61
- "@things-factory/auth-ui": "^6.1.79",
62
- "@things-factory/board-service": "^6.1.79",
63
- "@things-factory/board-ui": "^6.1.79",
64
- "@things-factory/context-ui": "^6.1.79",
65
- "@things-factory/dashboard": "^6.1.79",
66
- "@things-factory/export-ui": "^6.1.79",
67
- "@things-factory/help": "^6.1.79",
68
- "@things-factory/i18n-base": "^6.1.79",
69
- "@things-factory/integration-msgraph": "^6.1.79",
70
- "@things-factory/integration-ui": "^6.1.79",
71
- "@things-factory/lite-menu": "^6.1.79",
72
- "@things-factory/more-ui": "^6.1.79",
73
- "@things-factory/notification": "^6.1.79",
74
- "@things-factory/oauth2-client": "^6.1.79",
75
- "@things-factory/organization": "^6.1.79",
76
- "@things-factory/print-ui": "^6.1.79",
77
- "@things-factory/resource-ui": "^6.1.79",
78
- "@things-factory/setting-base": "^6.1.79",
79
- "@things-factory/setting-ui": "^6.1.79",
80
- "@things-factory/shell": "^6.1.79",
81
- "@things-factory/system-ui": "^6.1.79",
82
- "@things-factory/worklist": "^6.1.79"
59
+ "@things-factory/api": "^6.1.81",
60
+ "@things-factory/apptool-ui": "^6.1.81",
61
+ "@things-factory/auth-ui": "^6.1.81",
62
+ "@things-factory/board-service": "^6.1.81",
63
+ "@things-factory/board-ui": "^6.1.81",
64
+ "@things-factory/context-ui": "^6.1.81",
65
+ "@things-factory/dashboard": "^6.1.81",
66
+ "@things-factory/export-ui": "^6.1.81",
67
+ "@things-factory/help": "^6.1.81",
68
+ "@things-factory/i18n-base": "^6.1.81",
69
+ "@things-factory/integration-msgraph": "^6.1.81",
70
+ "@things-factory/integration-ui": "^6.1.81",
71
+ "@things-factory/lite-menu": "^6.1.81",
72
+ "@things-factory/more-ui": "^6.1.81",
73
+ "@things-factory/notification": "^6.1.81",
74
+ "@things-factory/oauth2-client": "^6.1.81",
75
+ "@things-factory/organization": "^6.1.81",
76
+ "@things-factory/print-ui": "^6.1.81",
77
+ "@things-factory/resource-ui": "^6.1.81",
78
+ "@things-factory/setting-base": "^6.1.81",
79
+ "@things-factory/setting-ui": "^6.1.81",
80
+ "@things-factory/shell": "^6.1.81",
81
+ "@things-factory/system-ui": "^6.1.81",
82
+ "@things-factory/worklist": "^6.1.81"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@things-factory/builder": "^6.1.79"
86
86
  },
87
- "gitHead": "18623e9b07861b82ab5b5c02aa386262f52fe7f9"
87
+ "gitHead": "cf39cd5eb29e1abd83a71a66fbe797409b560282"
88
88
  }
@@ -1,5 +0,0 @@
1
- 2023-07-30T00:01:47+09:00 info: File Storage is Ready.
2
- 2023-07-30T00:01:49+09:00 error: oracledb module loading failed
3
- 2023-07-30T00:01:49+09:00 info: Default DataSource established
4
- 2023-07-30T00:01:50+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
5
- 2023-07-30T00:01:50+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql