@things-factory/operato-pms 4.3.173 → 4.3.179

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 +32 -32
  2. package/config.development.js +0 -82
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-pms",
3
- "version": "4.3.173",
3
+ "version": "4.3.179",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -53,47 +53,47 @@
53
53
  "@operato/scene-tab": "^0.1.8",
54
54
  "@operato/scene-table": "^0.1.8",
55
55
  "@operato/scene-wheel-sorter": "^0.1.8",
56
- "@things-factory/apptool-ui": "^4.3.159",
57
- "@things-factory/auth-ui": "^4.3.163",
58
- "@things-factory/biz-base": "^4.3.163",
59
- "@things-factory/board-service": "^4.3.163",
60
- "@things-factory/board-ui": "^4.3.163",
61
- "@things-factory/code-ui": "^4.3.163",
62
- "@things-factory/context-ui": "^4.3.159",
63
- "@things-factory/dashboard": "^4.3.163",
64
- "@things-factory/document-template-ui": "^4.3.163",
65
- "@things-factory/export-ui": "^4.3.159",
66
- "@things-factory/export-ui-csv": "^4.3.159",
67
- "@things-factory/export-ui-excel": "^4.3.159",
68
- "@things-factory/fav-base": "^4.3.163",
69
- "@things-factory/form-ui": "^4.3.159",
70
- "@things-factory/grist-ui": "^4.3.159",
71
- "@things-factory/help": "^4.3.159",
72
- "@things-factory/i18n-base": "^4.3.159",
73
- "@things-factory/import-ui": "^4.3.159",
74
- "@things-factory/import-ui-excel": "^4.3.159",
75
- "@things-factory/lite-menu": "^4.3.163",
76
- "@things-factory/more-ui": "^4.3.159",
77
- "@things-factory/notification": "^4.3.163",
78
- "@things-factory/print-ui": "^4.3.159",
79
- "@things-factory/resource-ui": "^4.3.163",
56
+ "@things-factory/apptool-ui": "^4.3.179",
57
+ "@things-factory/auth-ui": "^4.3.179",
58
+ "@things-factory/biz-base": "^4.3.179",
59
+ "@things-factory/board-service": "^4.3.179",
60
+ "@things-factory/board-ui": "^4.3.179",
61
+ "@things-factory/code-ui": "^4.3.179",
62
+ "@things-factory/context-ui": "^4.3.179",
63
+ "@things-factory/dashboard": "^4.3.179",
64
+ "@things-factory/document-template-ui": "^4.3.179",
65
+ "@things-factory/export-ui": "^4.3.179",
66
+ "@things-factory/export-ui-csv": "^4.3.179",
67
+ "@things-factory/export-ui-excel": "^4.3.179",
68
+ "@things-factory/fav-base": "^4.3.179",
69
+ "@things-factory/form-ui": "^4.3.179",
70
+ "@things-factory/grist-ui": "^4.3.179",
71
+ "@things-factory/help": "^4.3.179",
72
+ "@things-factory/i18n-base": "^4.3.179",
73
+ "@things-factory/import-ui": "^4.3.179",
74
+ "@things-factory/import-ui-excel": "^4.3.179",
75
+ "@things-factory/lite-menu": "^4.3.179",
76
+ "@things-factory/more-ui": "^4.3.179",
77
+ "@things-factory/notification": "^4.3.179",
78
+ "@things-factory/print-ui": "^4.3.179",
79
+ "@things-factory/resource-ui": "^4.3.179",
80
80
  "@things-factory/scene-data-transform": "^4.3.159",
81
81
  "@things-factory/scene-excel": "^4.3.159",
82
82
  "@things-factory/scene-firebase": "^4.3.159",
83
83
  "@things-factory/scene-form": "^4.3.159",
84
84
  "@things-factory/scene-google-map": "^4.3.159",
85
85
  "@things-factory/scene-graphql": "^4.3.159",
86
- "@things-factory/scene-label": "^4.3.159",
86
+ "@things-factory/scene-label": "^4.3.179",
87
87
  "@things-factory/scene-marker": "^4.3.159",
88
- "@things-factory/scene-mqtt": "^4.3.159",
88
+ "@things-factory/scene-mqtt": "^4.3.179",
89
89
  "@things-factory/scene-restful": "^4.3.159",
90
90
  "@things-factory/scene-visualizer": "^4.3.159",
91
- "@things-factory/setting-ui": "^4.3.163",
92
- "@things-factory/shell": "^4.3.159",
93
- "@things-factory/system-ui": "^4.3.159"
91
+ "@things-factory/setting-ui": "^4.3.179",
92
+ "@things-factory/shell": "^4.3.179",
93
+ "@things-factory/system-ui": "^4.3.179"
94
94
  },
95
95
  "devDependencies": {
96
- "@things-factory/builder": "^4.3.159"
96
+ "@things-factory/builder": "^4.3.179"
97
97
  },
98
- "gitHead": "2483c858cae9f8dd280ae1b5512e8f22258d9f94"
98
+ "gitHead": "4360078d5067a99c1d5e30caaef86a2e4c933b26"
99
99
  }
@@ -1,82 +0,0 @@
1
- module.exports = {
2
- // domainType: 'company',
3
- // domainExtType: 'company',
4
- useVirtualHostBasedDomain: false,
5
- fallbackRoute: '/',
6
- subdomainOffset: 2,
7
- port: 1400,
8
- inspect: '9260',
9
- ormconfig: {
10
- name: 'default',
11
- type: 'postgres',
12
- database: 'chris',
13
- username: 'postgres',
14
- password: 'hatio',
15
- host: '192.168.0.153',
16
- port: 15432,
17
- synchronize: true,
18
- logging: true
19
- },
20
- password: {
21
- lowerCase: true,
22
- upperCase: false,
23
- digit: false,
24
- specialCharacter: false,
25
- allowRepeat: true,
26
- useTightPattern: false,
27
- useLoosePattern: true,
28
- tightCharacterLength: 4,
29
- looseCharacterLength: 4,
30
- history: 2
31
- },
32
- uploads: 'uploads',
33
- attachmentsPath: 'attachments',
34
- SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
35
- logger: {
36
- file: {
37
- filename: 'logs/application-%DATE%.log',
38
- datePattern: 'YYYY-MM-DD-HH',
39
- zippedArchive: true,
40
- maxSize: '200m',
41
- maxFiles: '1m',
42
- level: 'info'
43
- }
44
- },
45
- email: {
46
- host: 'smtp.office365.com',
47
- port: 587,
48
- secure: false, // true for 465, false for other ports
49
- auth: {
50
- user: 'noreply@hatiolab.com', // generated ethereal user
51
- pass: 'h@ti0LAB1008' // generated ethereal password
52
- },
53
- secureConnection: false,
54
- tls: {
55
- ciphers: 'SSLv3'
56
- }
57
- },
58
- sender: 'noreply@hatiolab.com',
59
- notification: {
60
- // fcm: {
61
- // serviceAccount: {
62
- // project_id: 'operato',
63
- // private_key:
64
- // '-----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',
65
- // client_email: 'firebase-adminsdk-xmm2e@operato.iam.gserviceaccount.com'
66
- // },
67
- // appConfig: {
68
- // apiKey: 'AIzaSyDdTM2BTLHSt2LNS0G5QB8G0i4KBXFiG7U',
69
- // projectId: 'operato',
70
- // messagingSenderId: 79537064975,
71
- // appId: '1:79537064975:web:32f53119e9c8c6ee2a277a'
72
- // },
73
- // serverKey:
74
- // 'AAAAEoTHTA8:APA91bGwt-4HT82Dfwf_VwbQaKT0_qHd0Y3tuW41udjWz5Lz0Ko0mEMD6WbHHSILvQpa6yuoGGKCMsrU7VW2qWRrUm3CYpyG9oSwshNm1tIhljAnOuUfwHCoawbVLwf9qlWpHt4dwCoc'
75
- // },
76
- // vapidKey: {
77
- // subject: 'mailto:heartyoh@hatiolab.com',
78
- // publicKey: 'BAkVkITsCXBIsYL1yeaBmx5_dn57we-ZXMjirPPHzC2dan82cdEnAio_53PQ-1_w3ykWCBPrrFAWQ_d9N4cFF0o',
79
- // privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
80
- // }
81
- }
82
- }