@things-factory/operato-hub 4.3.650 → 4.3.652

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/config.development.js +10 -3
  2. package/package.json +16 -16
@@ -34,10 +34,10 @@ module.exports = {
34
34
  ormconfig: {
35
35
  name: 'default',
36
36
  type: 'postgres',
37
- database: 'postgres',
37
+ database: 'arif',
38
38
  username: 'postgres',
39
39
  password: 'hatio',
40
- host: '192.168.0.151',
40
+ host: '192.168.0.153',
41
41
  port: 15432,
42
42
  synchronize: false,
43
43
  logging: true
@@ -212,5 +212,12 @@ module.exports = {
212
212
  secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
213
213
  bucketName: 'operato-awb',
214
214
  region: 'ap-southeast-1'
215
- }
215
+ },
216
+ awsSesEmail: {
217
+ accessKeyId: 'AKIAUQEOPWEJKQDJSEOG',
218
+ secretAccessKey: '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',
219
+ email: 'support@hatio.asia'
220
+ },
221
+ reportApiUrl:
222
+ 'http://k8s-default-operator-2fd6178d98-66c66a0f76c09575.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
216
223
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-hub",
3
- "version": "4.3.650",
3
+ "version": "4.3.652",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -77,22 +77,22 @@
77
77
  "@things-factory/i18n-base": "^4.3.591",
78
78
  "@things-factory/import-ui": "^4.3.642",
79
79
  "@things-factory/import-ui-excel": "^4.3.642",
80
- "@things-factory/integration-accounting": "^4.3.642",
81
- "@things-factory/integration-fulfillment": "^4.3.642",
82
- "@things-factory/integration-lmd": "^4.3.647",
83
- "@things-factory/integration-marketplace": "^4.3.647",
84
- "@things-factory/integration-pos": "^4.3.642",
85
- "@things-factory/integration-powrup": "^4.3.647",
86
- "@things-factory/integration-sellercraft": "^4.3.647",
87
- "@things-factory/integration-sftp": "^4.3.642",
80
+ "@things-factory/integration-accounting": "^4.3.652",
81
+ "@things-factory/integration-fulfillment": "^4.3.652",
82
+ "@things-factory/integration-lmd": "^4.3.652",
83
+ "@things-factory/integration-marketplace": "^4.3.652",
84
+ "@things-factory/integration-pos": "^4.3.652",
85
+ "@things-factory/integration-powrup": "^4.3.652",
86
+ "@things-factory/integration-sellercraft": "^4.3.652",
87
+ "@things-factory/integration-sftp": "^4.3.652",
88
88
  "@things-factory/lite-menu": "^4.3.642",
89
- "@things-factory/marketplace-base": "^4.3.647",
89
+ "@things-factory/marketplace-base": "^4.3.652",
90
90
  "@things-factory/more-ui": "^4.3.591",
91
91
  "@things-factory/notification": "^4.3.609",
92
92
  "@things-factory/pdf": "^4.3.591",
93
- "@things-factory/product-ui": "^4.3.642",
93
+ "@things-factory/product-ui": "^4.3.651",
94
94
  "@things-factory/resource-ui": "^4.3.642",
95
- "@things-factory/sales-base": "^4.3.650",
95
+ "@things-factory/sales-base": "^4.3.652",
96
96
  "@things-factory/scene-data-transform": "^4.3.591",
97
97
  "@things-factory/scene-excel": "^4.3.591",
98
98
  "@things-factory/scene-firebase": "^4.3.591",
@@ -108,12 +108,12 @@
108
108
  "@things-factory/shell": "^4.3.591",
109
109
  "@things-factory/system-ui": "^4.3.591",
110
110
  "@things-factory/transport-base": "^4.3.631",
111
- "@things-factory/warehouse-base": "^4.3.647",
112
- "@things-factory/worksheet-base": "^4.3.650",
111
+ "@things-factory/warehouse-base": "^4.3.652",
112
+ "@things-factory/worksheet-base": "^4.3.652",
113
113
  "cron-parser": "^4.7.0",
114
114
  "koa2-swagger-ui": "^5.0.2",
115
115
  "swagger-jsdoc": "^5.0.0",
116
- "uuid": "10.0.0",
116
+ "uuid": "11.0.0",
117
117
  "yamljs": "^0.3.0"
118
118
  },
119
119
  "devDependencies": {
@@ -122,5 +122,5 @@
122
122
  "resolutions": {
123
123
  "core-js": "^3.16.0"
124
124
  },
125
- "gitHead": "b330c4475f36debaf11b2fde86f0219a3ab613d3"
125
+ "gitHead": "3aa7eb5c7879696cc724760bd04fc6e5cc30194f"
126
126
  }