@things-factory/operato-mms 4.3.771 → 4.3.776
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.
- package/config.development.js +77 -223
- package/package.json +8 -8
package/config.development.js
CHANGED
|
@@ -1,142 +1,37 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
domainType: 'company',
|
|
3
3
|
domainExtType: 'company',
|
|
4
|
-
useVirtualHostBasedDomain: false,
|
|
5
|
-
fallbackRoute: '/',
|
|
6
4
|
subdomainOffset: 2,
|
|
7
|
-
port:
|
|
8
|
-
inspect: '9260',
|
|
9
|
-
//postgres
|
|
5
|
+
port: 4447,
|
|
10
6
|
ormconfig: {
|
|
11
7
|
name: 'default',
|
|
12
8
|
type: 'postgres',
|
|
13
|
-
database: '
|
|
9
|
+
database: 'EMS',
|
|
14
10
|
username: 'postgres',
|
|
15
|
-
password: '
|
|
16
|
-
host: '
|
|
17
|
-
port:
|
|
18
|
-
synchronize:
|
|
11
|
+
password: 'hatio',
|
|
12
|
+
host: '192.168.0.153',
|
|
13
|
+
port: 15432,
|
|
14
|
+
synchronize: true,
|
|
19
15
|
logging: true
|
|
20
16
|
},
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
]
|
|
17
|
+
sftpFileStorage: {
|
|
18
|
+
type: 's3',
|
|
19
|
+
accessKeyId: 'AKIAUQEOPWEJKL43OMZA',
|
|
20
|
+
secretAccessKey: 'OG2qS0Usg4wyjPWbfv1ahPZzP80/w8z4i8MYHl+e',
|
|
21
|
+
bucketName: 'operato-sftp'
|
|
28
22
|
},
|
|
29
|
-
//operato
|
|
30
|
-
// ormconfig: {
|
|
31
|
-
// name: 'default',
|
|
32
|
-
// type: 'postgres',
|
|
33
|
-
// database: 'operato',
|
|
34
|
-
// username: 'postgres',
|
|
35
|
-
// password: 'hatio',
|
|
36
|
-
// host: '192.168.0.151',
|
|
37
|
-
// port: 15432,
|
|
38
|
-
// synchronize: false,
|
|
39
|
-
// logging: true
|
|
40
|
-
// },
|
|
41
|
-
//eric2
|
|
42
|
-
// ormconfig: {
|
|
43
|
-
// name: 'default',
|
|
44
|
-
// type: 'postgres',
|
|
45
|
-
// database: 'eric2',
|
|
46
|
-
// username: 'postgres',
|
|
47
|
-
// password: 'hatio',
|
|
48
|
-
// host: '192.168.0.153',
|
|
49
|
-
// port: 15432,
|
|
50
|
-
// synchronize: false,
|
|
51
|
-
// logging: true
|
|
52
|
-
// },
|
|
53
|
-
// arif's
|
|
54
|
-
// ormconfig: {
|
|
55
|
-
// name: 'default',
|
|
56
|
-
// type: 'postgres',
|
|
57
|
-
// database: 'arif',
|
|
58
|
-
// username: 'postgres',
|
|
59
|
-
// password: 'hatio',
|
|
60
|
-
// host: '10.254.29.189',
|
|
61
|
-
// port: 15432,
|
|
62
|
-
// synchronize: false,
|
|
63
|
-
// logging: true
|
|
64
|
-
// },
|
|
65
|
-
//EMS
|
|
66
|
-
// ormconfig: {
|
|
67
|
-
// name: 'default',
|
|
68
|
-
// type: 'postgres',
|
|
69
|
-
// database: 'EMS',
|
|
70
|
-
// username: 'postgres',
|
|
71
|
-
// password: 'hatio',
|
|
72
|
-
// host: '192.168.0.161',
|
|
73
|
-
// port: 15432,
|
|
74
|
-
// synchronize: false,
|
|
75
|
-
// logging: true
|
|
76
|
-
// },
|
|
77
|
-
//db nora
|
|
78
23
|
// ormconfig: {
|
|
79
24
|
// name: 'default',
|
|
80
25
|
// type: 'postgres',
|
|
81
26
|
// database: 'postgres',
|
|
82
27
|
// username: 'postgres',
|
|
83
28
|
// password: 'hatio',
|
|
84
|
-
// host: '
|
|
85
|
-
// port:
|
|
86
|
-
// synchronize: true,
|
|
87
|
-
// logging: true
|
|
88
|
-
// },
|
|
89
|
-
// ormconfig: {
|
|
90
|
-
// name: 'default',
|
|
91
|
-
// type: 'postgres',
|
|
92
|
-
// database: 'eric',
|
|
93
|
-
// username: 'postgres',
|
|
94
|
-
// password: 'hatio',
|
|
95
|
-
// host: '192.168.0.153',
|
|
96
|
-
// port: 15432,
|
|
97
|
-
// synchronize: true,
|
|
98
|
-
// logging: true
|
|
99
|
-
// },
|
|
100
|
-
//db izzah
|
|
101
|
-
// ormconfig: {
|
|
102
|
-
// name: 'default',
|
|
103
|
-
// type: 'postgres',
|
|
104
|
-
// database: '06072023',
|
|
105
|
-
// username: 'postgres',
|
|
106
|
-
// password: 'hatio',
|
|
107
|
-
// host: '192.168.0.153',
|
|
108
|
-
// port: 15432,
|
|
29
|
+
// host: 'localhost',
|
|
30
|
+
// port: 35432,
|
|
109
31
|
// synchronize: true,
|
|
110
32
|
// logging: true
|
|
111
33
|
// },
|
|
112
|
-
|
|
113
|
-
// name: 'default',
|
|
114
|
-
// type: 'postgres',
|
|
115
|
-
// database: 'dev2', // dev2
|
|
116
|
-
// username: 'postgres',
|
|
117
|
-
// password: 'abcd1234',
|
|
118
|
-
// host: 'operatov3.cluster-cijhm4n1hbst.ap-southeast-1.rds.amazonaws.com',
|
|
119
|
-
// port: 55432,
|
|
120
|
-
// synchronize:false,
|
|
121
|
-
// logging: false,
|
|
122
|
-
// connectTimeoutMS: 30000,
|
|
123
|
-
// extra: { poolSize: 30 }
|
|
124
|
-
// },
|
|
125
|
-
|
|
126
|
-
// ormconfig: {
|
|
127
|
-
// name: 'default',
|
|
128
|
-
// type: 'postgres',
|
|
129
|
-
// host: 'localhost',
|
|
130
|
-
// port: 15432,
|
|
131
|
-
// database: 'postgres',
|
|
132
|
-
// username: 'postgres',
|
|
133
|
-
// password: 'hatio',
|
|
134
|
-
// synchronize: false,
|
|
135
|
-
// logging: true,
|
|
136
|
-
// connectTimeoutMS: 30000,
|
|
137
|
-
// extra: { poolSize: 30 }
|
|
138
|
-
// },
|
|
139
|
-
|
|
34
|
+
inspect: '9280',
|
|
140
35
|
password: {
|
|
141
36
|
lowerCase: true,
|
|
142
37
|
upperCase: false,
|
|
@@ -149,32 +44,15 @@ module.exports = {
|
|
|
149
44
|
looseCharacterLength: 4,
|
|
150
45
|
history: 2
|
|
151
46
|
},
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
47
|
+
oauth2: {
|
|
48
|
+
platforms: [
|
|
49
|
+
{
|
|
50
|
+
name: 'Operato Hub',
|
|
51
|
+
apiURL: 'http://operato-h.com:3000/api'
|
|
52
|
+
}
|
|
53
|
+
]
|
|
158
54
|
},
|
|
159
|
-
|
|
160
|
-
// SFTP Configuration for external server
|
|
161
|
-
// sftpExternal: {
|
|
162
|
-
// type: 'sftp',
|
|
163
|
-
// host: '103.4.6.168',
|
|
164
|
-
// port: 2211,
|
|
165
|
-
// username: 'hatio_admin',
|
|
166
|
-
// password: 'Yltc@2025!',
|
|
167
|
-
// basePath: '/Staging',
|
|
168
|
-
// timeout: 30000,
|
|
169
|
-
// retries: 3
|
|
170
|
-
// },
|
|
171
|
-
// storage: {
|
|
172
|
-
// type: 's3',
|
|
173
|
-
// accessKeyId: 'AKIAUQEOPWEJCDH6AR5H',
|
|
174
|
-
// secretAccessKey: 'AuDAgmODf9EJNB24OveRhTSLV/OJy6IFFoRxe8k2',
|
|
175
|
-
// bucketName: 'opa-one',
|
|
176
|
-
// region: 'ap-southeast-1'
|
|
177
|
-
// },
|
|
55
|
+
useVirtualHostBasedDomain: false,
|
|
178
56
|
uploads: 'uploads',
|
|
179
57
|
attachmentsPath: 'attachments',
|
|
180
58
|
SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dfC95',
|
|
@@ -193,7 +71,7 @@ module.exports = {
|
|
|
193
71
|
port: 587,
|
|
194
72
|
secure: false, // true for 465, false for other ports
|
|
195
73
|
auth: {
|
|
196
|
-
user: '
|
|
74
|
+
user: 'no-reply@hatiolab.com', // generated ethereal user
|
|
197
75
|
pass: 'h@ti0LAB1008' // generated ethereal password
|
|
198
76
|
},
|
|
199
77
|
secureConnection: false,
|
|
@@ -201,46 +79,49 @@ module.exports = {
|
|
|
201
79
|
ciphers: 'SSLv3'
|
|
202
80
|
}
|
|
203
81
|
},
|
|
204
|
-
sender: '
|
|
82
|
+
sender: 'no-reply@hatiolab.com',
|
|
205
83
|
notification: {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
84
|
+
fcm: {
|
|
85
|
+
serviceAccount: {
|
|
86
|
+
project_id: 'operato',
|
|
87
|
+
private_key:
|
|
88
|
+
'-----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',
|
|
89
|
+
client_email: 'firebase-adminsdk-xmm2e@operato.iam.gserviceaccount.com'
|
|
90
|
+
},
|
|
91
|
+
appConfig: {
|
|
92
|
+
apiKey: 'AIzaSyDdTM2BTLHSt2LNS0G5QB8G0i4KBXFiG7U',
|
|
93
|
+
projectId: 'operato',
|
|
94
|
+
messagingSenderId: 79537064975,
|
|
95
|
+
appId: '1:79537064975:web:32f53119e9c8c6ee2a277a'
|
|
96
|
+
},
|
|
97
|
+
serverKey:
|
|
98
|
+
'AAAAEoTHTA8:APA91bGwt-4HT82Dfwf_VwbQaKT0_qHd0Y3tuW41udjWz5Lz0Ko0mEMD6WbHHSILvQpa6yuoGGKCMsrU7VW2qWRrUm3CYpyG9oSwshNm1tIhljAnOuUfwHCoawbVLwf9qlWpHt4dwCoc'
|
|
99
|
+
},
|
|
100
|
+
vapidKey: {
|
|
101
|
+
subject: 'mailto:heartyoh@hatiolab.com',
|
|
102
|
+
publicKey: 'BAkVkITsCXBIsYL1yeaBmx5_dn57we-ZXMjirPPHzC2dan82cdEnAio_53PQ-1_w3ykWCBPrrFAWQ_d9N4cFF0o',
|
|
103
|
+
privateKey: '4pmlt3Wk019u7nqU3Q_oGZE6LbUDjjf8DpmAcn9-iss'
|
|
104
|
+
}
|
|
227
105
|
},
|
|
228
106
|
fulfillmentIntegrationOperato: {
|
|
229
|
-
host: '
|
|
107
|
+
host: '192.168.0.161:4445',
|
|
230
108
|
protocol: 'http',
|
|
231
109
|
platform: 'operato',
|
|
232
110
|
application: 'Operato MMS',
|
|
233
111
|
appKey: 'a9bf751e622bf146662b240d58971051',
|
|
234
112
|
appSecret: '1c385935dc131c4b902b9bbf6a4798af',
|
|
235
|
-
callback: 'http://
|
|
113
|
+
callback: 'http://192.168.0.161:4447/callback-operato'
|
|
114
|
+
},
|
|
115
|
+
sellercraftChannelIntegrationConfig: {
|
|
116
|
+
apiKey: 'eqDVmIp0kxakM4sNnzqTkySBM73UGMS1nOPDN5Z1',
|
|
117
|
+
tokenCraftUrl: 'https://staging-tokencraft.sellercraft.co/v1/get-shop'
|
|
236
118
|
},
|
|
237
119
|
marketplaceIntegrationShopee: {
|
|
238
120
|
platform: 'shopee',
|
|
239
121
|
isUAT: false,
|
|
240
122
|
application: 'Operato MMS',
|
|
241
123
|
partnerId: 846025,
|
|
242
|
-
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
243
|
-
v2: true
|
|
124
|
+
partnerKey: 'd34cfd85a603f196a0d74ebe08043280c1a27788bb36bdffd61e7e0bb1c90b64'
|
|
244
125
|
},
|
|
245
126
|
marketplaceIntegrationLazada: {
|
|
246
127
|
platform: 'lazada',
|
|
@@ -249,56 +130,29 @@ module.exports = {
|
|
|
249
130
|
appSecret: 'HB3RTNEXHlVSlBr9SmWF8AjbSUT7a825',
|
|
250
131
|
callback: 'https://maybank.operato-m.com/lazada-callback'
|
|
251
132
|
},
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
lmdIntegrationCitylink: { refreshThreshold: 172800000 },
|
|
279
|
-
awbFileStorage: {
|
|
280
|
-
type: 's3',
|
|
281
|
-
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
282
|
-
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq',
|
|
283
|
-
bucketName: 'operato-awb',
|
|
284
|
-
region: 'ap-southeast-1'
|
|
285
|
-
},
|
|
286
|
-
lambda: {
|
|
287
|
-
region: 'ap-southeast-1',
|
|
288
|
-
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
289
|
-
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq'
|
|
290
|
-
},
|
|
291
|
-
lmdIntegrationConfig: {
|
|
292
|
-
version: {
|
|
293
|
-
v1: 'lmdMiddleware',
|
|
294
|
-
v2: 'lmdMiddlewareV2'
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
awsSesEmail: {
|
|
298
|
-
accessKeyId: 'AKIAUQEOPWEJPXIVER74',
|
|
299
|
-
secretAccessKey: 'I6uuS+6CMzIQlqBS9i+G8AYIeYj5RR7wb4fxjbLq',
|
|
300
|
-
email: 'support@hatio.asia'
|
|
301
|
-
},
|
|
302
|
-
reportApiUrl:
|
|
303
|
-
'http://k8s-default-operator-2fd6178d98-66c66a0f76c09575.elb.ap-southeast-1.amazonaws.com/rest/report/show_html'
|
|
133
|
+
marketplaceIntegrationShopify: {
|
|
134
|
+
platform: 'shopify',
|
|
135
|
+
application: 'Operato',
|
|
136
|
+
apiKey: '37da47200ab87c8aaf0634869c80bd5f',
|
|
137
|
+
apiSecret: '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'
|
|
138
|
+
},
|
|
139
|
+
marketplaceIntegrationShopifyPrivate: {
|
|
140
|
+
platform: 'shopify',
|
|
141
|
+
application: 'Beacon Chicken 1',
|
|
142
|
+
apiKey: '37da47200ab87c8aaf0634869c80bd5f',
|
|
143
|
+
apiSecret: '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'
|
|
144
|
+
},
|
|
145
|
+
marketplaceIntegrationWoocommerce: {
|
|
146
|
+
key_id: '',
|
|
147
|
+
user_id: '',
|
|
148
|
+
consumer_key: '',
|
|
149
|
+
consumer_secret: '',
|
|
150
|
+
key_permission: 'read' | 'write' | 'read_write'
|
|
151
|
+
},
|
|
152
|
+
marketplaceIntegrationMagento: {
|
|
153
|
+
oauth_signature_method: 'HMAC-SHA1',
|
|
154
|
+
oauth_verifier: '',
|
|
155
|
+
oauth_consumer_key: '',
|
|
156
|
+
oauth_consumer_secret: ''
|
|
157
|
+
}
|
|
304
158
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.776",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -76,16 +76,16 @@
|
|
|
76
76
|
"@things-factory/help": "^4.3.767",
|
|
77
77
|
"@things-factory/i18n-base": "^4.3.767",
|
|
78
78
|
"@things-factory/import-ui": "^4.3.770",
|
|
79
|
-
"@things-factory/import-ui-excel": "^4.3.
|
|
80
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
81
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
79
|
+
"@things-factory/import-ui-excel": "^4.3.776",
|
|
80
|
+
"@things-factory/integration-fulfillment": "^4.3.776",
|
|
81
|
+
"@things-factory/integration-lmd": "^4.3.776",
|
|
82
82
|
"@things-factory/lite-menu": "^4.3.770",
|
|
83
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
83
|
+
"@things-factory/marketplace-base": "^4.3.776",
|
|
84
84
|
"@things-factory/more-ui": "^4.3.767",
|
|
85
85
|
"@things-factory/notification": "^4.3.767",
|
|
86
86
|
"@things-factory/oauth2-client": "^4.3.767",
|
|
87
87
|
"@things-factory/pdf": "^4.3.767",
|
|
88
|
-
"@things-factory/product-base": "^4.3.
|
|
88
|
+
"@things-factory/product-base": "^4.3.776",
|
|
89
89
|
"@things-factory/resource-ui": "^4.3.770",
|
|
90
90
|
"@things-factory/scene-data-transform": "^4.3.767",
|
|
91
91
|
"@things-factory/scene-excel": "^4.3.767",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
"@things-factory/scene-visualizer": "^4.3.767",
|
|
101
101
|
"@things-factory/setting-ui": "^4.3.770",
|
|
102
102
|
"@things-factory/system-ui": "^4.3.767",
|
|
103
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
103
|
+
"@things-factory/warehouse-base": "^4.3.776"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@things-factory/builder": "^4.3.767",
|
|
107
107
|
"@types/node-fetch": "^2.5.7"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "a2ad3248858837746d6c4f477bce580c604d1991"
|
|
110
110
|
}
|