@things-factory/operato-pms 4.3.452 → 4.3.524

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.
Files changed (2) hide show
  1. package/package.json +14 -14
  2. package/config.development.js +0 -81
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-pms",
3
- "version": "4.3.452",
3
+ "version": "4.3.524",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -54,29 +54,29 @@
54
54
  "@operato/scene-table": "^0.1.8",
55
55
  "@operato/scene-wheel-sorter": "^0.1.8",
56
56
  "@things-factory/apptool-ui": "^4.3.434",
57
- "@things-factory/auth-ui": "^4.3.452",
58
- "@things-factory/biz-base": "^4.3.452",
59
- "@things-factory/board-service": "^4.3.452",
60
- "@things-factory/board-ui": "^4.3.452",
61
- "@things-factory/code-ui": "^4.3.452",
57
+ "@things-factory/auth-ui": "^4.3.524",
58
+ "@things-factory/biz-base": "^4.3.524",
59
+ "@things-factory/board-service": "^4.3.524",
60
+ "@things-factory/board-ui": "^4.3.524",
61
+ "@things-factory/code-ui": "^4.3.524",
62
62
  "@things-factory/context-ui": "^4.3.434",
63
- "@things-factory/dashboard": "^4.3.452",
64
- "@things-factory/document-template-ui": "^4.3.452",
63
+ "@things-factory/dashboard": "^4.3.524",
64
+ "@things-factory/document-template-ui": "^4.3.524",
65
65
  "@things-factory/export-ui": "^4.3.434",
66
66
  "@things-factory/export-ui-csv": "^4.3.434",
67
67
  "@things-factory/export-ui-excel": "^4.3.434",
68
- "@things-factory/fav-base": "^4.3.452",
68
+ "@things-factory/fav-base": "^4.3.524",
69
69
  "@things-factory/form-ui": "^4.3.434",
70
70
  "@things-factory/grist-ui": "^4.3.434",
71
71
  "@things-factory/help": "^4.3.434",
72
72
  "@things-factory/i18n-base": "^4.3.434",
73
73
  "@things-factory/import-ui": "^4.3.434",
74
74
  "@things-factory/import-ui-excel": "^4.3.434",
75
- "@things-factory/lite-menu": "^4.3.452",
75
+ "@things-factory/lite-menu": "^4.3.524",
76
76
  "@things-factory/more-ui": "^4.3.434",
77
- "@things-factory/notification": "^4.3.452",
77
+ "@things-factory/notification": "^4.3.524",
78
78
  "@things-factory/print-ui": "^4.3.434",
79
- "@things-factory/resource-ui": "^4.3.452",
79
+ "@things-factory/resource-ui": "^4.3.524",
80
80
  "@things-factory/scene-data-transform": "^4.3.381",
81
81
  "@things-factory/scene-excel": "^4.3.381",
82
82
  "@things-factory/scene-firebase": "^4.3.381",
@@ -88,12 +88,12 @@
88
88
  "@things-factory/scene-mqtt": "^4.3.381",
89
89
  "@things-factory/scene-restful": "^4.3.381",
90
90
  "@things-factory/scene-visualizer": "^4.3.381",
91
- "@things-factory/setting-ui": "^4.3.452",
91
+ "@things-factory/setting-ui": "^4.3.524",
92
92
  "@things-factory/shell": "^4.3.434",
93
93
  "@things-factory/system-ui": "^4.3.434"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@things-factory/builder": "^4.3.381"
97
97
  },
98
- "gitHead": "59cbeb74b3c12169baa9e76723e0952b26486d4e"
98
+ "gitHead": "0e6819f6c2efc8070607e0e0379a1c7ffb235abf"
99
99
  }
@@ -1,81 +0,0 @@
1
- module.exports = {
2
- useVirtualHostBasedDomain: false,
3
- fallbackRoute: '/',
4
- subdomainOffset: 2,
5
- port: 1400,
6
- inspect: '9330',
7
- ormconfig: {
8
- name: 'default',
9
- type: 'postgres',
10
- database: 'pms',
11
- username: 'postgres',
12
- password: 'hatio',
13
- host: 'localhost',
14
- port: 15432,
15
- synchronize: true,
16
- logging: true
17
- },
18
- password: {
19
- lowerCase: true,
20
- upperCase: false,
21
- digit: false,
22
- specialCharacter: false,
23
- allowRepeat: true,
24
- useTightPattern: false,
25
- useLoosePattern: true,
26
- tightCharacterLength: 4,
27
- looseCharacterLength: 4,
28
- history: 2
29
- },
30
- uploads: 'uploads',
31
- attachmentsPath: 'attachments',
32
- SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
33
- logger: {
34
- file: {
35
- filename: 'logs/application-%DATE%.log',
36
- datePattern: 'YYYY-MM-DD-HH',
37
- zippedArchive: true,
38
- maxSize: '200m',
39
- maxFiles: '1m',
40
- level: 'info'
41
- }
42
- },
43
- // email: {
44
- // host: 'smtp.office365.com',
45
- // port: 587,
46
- // secure: false, // true for 465, false for other ports
47
- // auth: {
48
- // user: 'no-reply@hatiolab.com', // generated ethereal user
49
- // pass: 'h@ti0LAB1008' // generated ethereal password
50
- // },
51
- // secureConnection: false,
52
- // tls: {
53
- // ciphers: 'SSLv3'
54
- // }
55
- // },
56
- // sender: 'no-reply@hatiolab.com',
57
- // notification: {
58
- // fcm: {
59
- // serviceAccount: {
60
- // project_id: 'operato',
61
- // private_key:
62
- // '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDYNOfyNjPMSeG9\nzU1qs0cpVK5cVfadcUaw5g+hkQZMOMlAA7uqW2eX4vkayj7MzbYUayH+sei8044Q\nJIyl6f26dNX1VT3UgTmSmCS0v48EBEZHCgusrUGFjduLRN6OS6uvrXW1xKA18k9q\nai1C2EHCXF2AE4PTvf239RC1UIOnVePcMtT7rMTdHRO4s8OKVuSDbzIt8k1cV3Zt\nES0YsJlkELqBisYpV//2/ZSILTt39J9JzrVef03X9kkoo9p+YnNyy6tWsfQPfgJO\nybiRGBNxiyJ/E2pxRo/WqU0go9OzYJlGaSUrUx09heNiRD1b0MAOmyPDJz/6AaTk\nkU/A+kLzAgMBAAECggEADQ5s2gtR53VSujk1V/Xe8e0Di99DwaWUj5w6YhcK7/wX\nPdQRN4Fw6RLeLjL7xeG/rCNSwzm6hKSrQJL5zLnWW7XbMdyQRk6jdmnVAEv3zACi\nFH9+eFK3e+Q214XfgWz/v4p/FZdRLCYni5VBNHcwyWxLLS/V1ynzB3KM1sDiTRmI\npcT7+uTtwrKgJq64sXtFE2pYrFxDdCiyqzkhv/2ed4YIowAjpKBbbcCDKeVxVkoz\nC1P4PAzs9EeUuKSWYrWaUjN17lqtRlYeT1ylR1PIJuWqd4cKfgoEgz+lHwRPDCEX\nAYbk3nofiJIPBhSfCHrXS755wK48mY8vMwFdfCPJeQKBgQDsz4tjYTHdat5A25n5\nekwMxZwFQ5OvMV4eulwZUDMypTAYSz1iB6sDlgwKDm5omZIfuneqCEIvrqxV/kx3\n5wV/DANHO3hYxdp/NV7rM23xmqlaKZhHQbDono1Fm/LP6DEmJiD7N2eFKsXYcPpR\nSAIdCv0X3zkDQ4zRi51yJlCXzQKBgQDpufJBxCoXngiQJ2j14lWVAeOOdQ6zh5Ip\nBcDwF0X67cNSN3Wl40bS4yLFdolhEAyj5m0WPuYYXpjzhHhZ0W3V3ItdBkrmwIvy\nWOWu26qN0ZbwxVS2qVpHuj6iHWJKHuDZZUkFtJg3BeeBSOUHSA8TvjnA0xd83xeb\n8ZJasWoFvwKBgQDFs/gQ/gIdcq0exLfluh5nw0qgcmyHpNWJHdjqITS9IX/nqFkU\n0IYLtmdStf2jQiLmbkydHcvz9wZVvLqml67VBHhwLcwpgPULoskd34/4V0Dvzy4c\nv1Esw8H5zVqIDLeLu+VpFjZMzQrjyl6RIWbyTExEc84rVWfpQYAu3qIGOQKBgAFr\nXatEk7TdAtRNSPflTfu/rTAaSeKROjQBkvBiU8x4US1YpOBDBxUUyAtG8wKh5FHC\nfnsaGq+fM3KXJVv2R6J62mXQOfg4xyDLpWlwcBK4aSBBMoiBcsjouqSlZQlqMpdf\nZBgixqHe6U8BsFJg/6ZxC0y+e3AIss4Bo4/lb+1lAoGAFOexvaBh21K6W3inmRW4\nLlkVYJaBJ20OwokXg5aXjBiHxqmk7VLAuFbkpb5LOKH2xPILRQ0OEkn51yVymS3T\n9lLpHOFTQXt5tF2/F7NW7kaQJNlLr/h5jPi3O9XHeFmuaN2z150ZB6zzgjeGKzr8\ni+1fgTsRfDtNw8xkSH9qL1Y=\n-----END PRIVATE KEY-----\n',
63
- // client_email: 'firebase-adminsdk-xmm2e@operato.iam.gserviceaccount.com'
64
- // },
65
- // appConfig: {
66
- // apiKey: 'AIzaSyDdTM2BTLHSt2LNS0G5QB8G0i4KBXFiG7U',
67
- // projectId: 'operato',
68
- // messagingSenderId: 79537064975,
69
- // appId: '1:79537064975:web:32f53119e9c8c6ee2a277a'
70
- // },
71
- // serverKey:
72
- // 'AAAAEoTHTA8:APA91bGwt-4HT82Dfwf_VwbQaKT0_qHd0Y3tuW41udjWz5Lz0Ko0mEMD6WbHHSILvQpa6yuoGGKCMsrU7VW2qWRrUm3CYpyG9oSwshNm1tIhljAnOuUfwHCoawbVLwf9qlWpHt4dwCoc'
73
- // },
74
- // vapidKey: {
75
- // subject: 'mailto:heartyoh@hatiolab.com',
76
- // publicKey: 'BAkVkITsCXBIsYL1yeaBmx5_dn57we-ZXMjirPPHzC2dan82cdEnAio_53PQ-1_w3ykWCBPrrFAWQ_d9N4cFF0o',
77
- // privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
78
- // }
79
- // },
80
- reportApiUrl: 'http://localhost:8888/rest/report/show_html'
81
- }