@things-factory/operato-mms 4.3.138 → 4.3.140

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.
@@ -11,7 +11,7 @@ module.exports = {
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: {
@@ -113,8 +113,10 @@ module.exports = {
113
113
  callback: 'http://operato-h.com:5000/callback-operato'
114
114
  },
115
115
  sellercraftChannelIntegrationConfig: {
116
+ tokenCraftApiKey: 'gf2oZbK2rv47qO0bQPbkV8RsqhlHcnSVq267W5I8',
116
117
  apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
117
- tokenCraftUrl: 'https://staging-tokencraft.sellercraft.co/v1/get-shop'
118
+ tokenCraftUrl: 'https://tokencraft.piggylabs.com/v1/get-shop',
119
+ getShopsTokenCraftUrl: 'https://tokencraft.piggylabs.com/v1/get-shops'
118
120
  },
119
121
  marketplaceIntegrationShopee: {
120
122
  platform: 'shopee',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "4.3.138",
3
+ "version": "4.3.140",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -98,11 +98,11 @@
98
98
  "@things-factory/scene-visualizer": "^4.3.131",
99
99
  "@things-factory/setting-ui": "^4.3.138",
100
100
  "@things-factory/system-ui": "^4.3.131",
101
- "@things-factory/warehouse-base": "^4.3.138"
101
+ "@things-factory/warehouse-base": "^4.3.140"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@things-factory/builder": "^4.3.131",
105
105
  "@types/node-fetch": "^2.5.7"
106
106
  },
107
- "gitHead": "1d4e0a3ff6b8792c843b9735a28a3f5fb946b144"
107
+ "gitHead": "7d85b28f96c10d64b9ed1f9041a9c687de22fbe6"
108
108
  }