@things-factory/operato-mms 4.3.211 → 4.3.216

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.
@@ -6,12 +6,12 @@ module.exports = {
6
6
  ormconfig: {
7
7
  name: 'default',
8
8
  type: 'postgres',
9
- database: 'postgres',
9
+ database: 'v3-hub1',
10
10
  username: 'postgres',
11
11
  password: 'hatio',
12
12
  host: 'localhost',
13
13
  port: 15432,
14
- synchronize: false,
14
+ synchronize: true,
15
15
  logging: true
16
16
  },
17
17
  sftpFileStorage: {
@@ -104,13 +104,13 @@ module.exports = {
104
104
  }
105
105
  },
106
106
  fulfillmentIntegrationOperato: {
107
- host: '192.168.0.161:3000',
107
+ host: 'operato-h.com:3000',
108
108
  protocol: 'http',
109
109
  platform: 'operato',
110
110
  application: 'Operato MMS',
111
111
  appKey: 'a9bf751e622bf146662b240d58971051',
112
112
  appSecret: '1c385935dc131c4b902b9bbf6a4798af',
113
- callback: 'http://192.168.0.161:5000/callback-operato'
113
+ callback: 'http://operato-h.com:5000/callback-operato'
114
114
  },
115
115
  sellercraftChannelIntegrationConfig: {
116
116
  apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "4.3.211",
3
+ "version": "4.3.216",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -77,10 +77,10 @@
77
77
  "@things-factory/i18n-base": "^4.3.179",
78
78
  "@things-factory/import-ui": "^4.3.179",
79
79
  "@things-factory/import-ui-excel": "^4.3.179",
80
- "@things-factory/integration-fulfillment": "^4.3.190",
81
- "@things-factory/integration-lmd": "^4.3.197",
80
+ "@things-factory/integration-fulfillment": "^4.3.216",
81
+ "@things-factory/integration-lmd": "^4.3.216",
82
82
  "@things-factory/lite-menu": "^4.3.186",
83
- "@things-factory/marketplace-base": "^4.3.211",
83
+ "@things-factory/marketplace-base": "^4.3.216",
84
84
  "@things-factory/more-ui": "^4.3.179",
85
85
  "@things-factory/notification": "^4.3.186",
86
86
  "@things-factory/oauth2-client": "^4.3.179",
@@ -100,11 +100,11 @@
100
100
  "@things-factory/scene-visualizer": "^4.3.159",
101
101
  "@things-factory/setting-ui": "^4.3.186",
102
102
  "@things-factory/system-ui": "^4.3.179",
103
- "@things-factory/warehouse-base": "^4.3.211"
103
+ "@things-factory/warehouse-base": "^4.3.216"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@things-factory/builder": "^4.3.179",
107
107
  "@types/node-fetch": "^2.5.7"
108
108
  },
109
- "gitHead": "e925a9ac2e626af1b83cd768b9ff445f04964ce9"
109
+ "gitHead": "cc38341b8a9b9ef18d70eee81456fc90cf1ce785"
110
110
  }