@ibiz-template/core 0.7.41-alpha.28 → 0.7.41-alpha.33
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.
|
@@ -9,18 +9,24 @@ export interface IDevToolConfig {
|
|
|
9
9
|
* @description 配置平台基础路径
|
|
10
10
|
* @type {string}
|
|
11
11
|
* @default https://open.ibizlab.cn/modeldesign/#/
|
|
12
|
+
* @platform web
|
|
13
|
+
* @platform mob
|
|
12
14
|
* @memberof IDevToolConfig
|
|
13
15
|
*/
|
|
14
16
|
studioBaseUrl?: string;
|
|
15
17
|
/**
|
|
16
18
|
* @description 模型预览宽度
|
|
17
19
|
* @type {number}
|
|
20
|
+
* @platform web
|
|
21
|
+
* @platform mob
|
|
18
22
|
* @memberof IDevToolConfig
|
|
19
23
|
*/
|
|
20
24
|
modelPreviewWidth?: number;
|
|
21
25
|
/**
|
|
22
26
|
* @description 日志级别
|
|
23
27
|
* @type {LogLevelDesc}
|
|
28
|
+
* @platform web
|
|
29
|
+
* @platform mob
|
|
24
30
|
* @memberof IDevToolConfig
|
|
25
31
|
*/
|
|
26
32
|
logLevel?: LogLevelDesc;
|
|
@@ -28,13 +34,17 @@ export interface IDevToolConfig {
|
|
|
28
34
|
* @description 是否启用v9模式
|
|
29
35
|
* @type {boolean}
|
|
30
36
|
* @default false
|
|
37
|
+
* @platform web
|
|
38
|
+
* @platform mob
|
|
31
39
|
* @memberof IDevToolConfig
|
|
32
40
|
*/
|
|
33
41
|
v9Mode?: boolean;
|
|
34
42
|
/**
|
|
35
43
|
* @description 默认打开模式
|
|
36
44
|
* @type {('open' | 'close')}
|
|
37
|
-
* @default
|
|
45
|
+
* @default close
|
|
46
|
+
* @platform web
|
|
47
|
+
* @platform mob
|
|
38
48
|
* @memberof IDevToolConfig
|
|
39
49
|
*/
|
|
40
50
|
defaultMode?: 'open' | 'close';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-devtool-config.d.ts","sourceRoot":"","sources":["../../../../src/interface/api/environment/i-devtool-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B
|
|
1
|
+
{"version":3,"file":"i-devtool-config.d.ts","sourceRoot":"","sources":["../../../../src/interface/api/environment/i-devtool-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,YAAY,CAAC;IAExB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CAChC"}
|
|
@@ -14,6 +14,8 @@ export interface IEnvironment {
|
|
|
14
14
|
* @description 样式bem的命名空间
|
|
15
15
|
* @default ibiz
|
|
16
16
|
* @type {string}
|
|
17
|
+
* @platform web
|
|
18
|
+
* @platform mob
|
|
17
19
|
* @memberof IEnvironment
|
|
18
20
|
*/
|
|
19
21
|
namespace?: string;
|
|
@@ -21,6 +23,8 @@ export interface IEnvironment {
|
|
|
21
23
|
* @description 是否为开发模式
|
|
22
24
|
* @type {boolean}
|
|
23
25
|
* @default false
|
|
26
|
+
* @platform web
|
|
27
|
+
* @platform mob
|
|
24
28
|
* @memberof IEnvironment
|
|
25
29
|
*/
|
|
26
30
|
dev: boolean;
|
|
@@ -28,6 +32,8 @@ export interface IEnvironment {
|
|
|
28
32
|
* @description 是否为多应用 hub 基座模式
|
|
29
33
|
* @type {boolean}
|
|
30
34
|
* @default true
|
|
35
|
+
* @platform web
|
|
36
|
+
* @platform mob
|
|
31
37
|
* @memberof IEnvironment
|
|
32
38
|
*/
|
|
33
39
|
hub: boolean;
|
|
@@ -35,6 +41,8 @@ export interface IEnvironment {
|
|
|
35
41
|
* @description 是否启用 mqtt (ws模式消息)
|
|
36
42
|
* @type {boolean}
|
|
37
43
|
* @default false
|
|
44
|
+
* @platform web
|
|
45
|
+
* @platform mob
|
|
38
46
|
* @memberof IEnvironment
|
|
39
47
|
*/
|
|
40
48
|
enableMqtt: boolean;
|
|
@@ -42,12 +50,16 @@ export interface IEnvironment {
|
|
|
42
50
|
* @description mqtt 默认连接地址,emq 服务地址 /portal/mqtt/mqtt, rebbitmq 服务地址 /portal/mqtt/ws
|
|
43
51
|
* @type {string}
|
|
44
52
|
* @default /portal/mqtt/mqtt
|
|
53
|
+
* @platform web
|
|
54
|
+
* @platform mob
|
|
45
55
|
* @memberof IEnvironment
|
|
46
56
|
*/
|
|
47
57
|
mqttUrl: string;
|
|
48
58
|
/**
|
|
49
59
|
* @description 默认应用的应用标识
|
|
50
60
|
* @type {string}
|
|
61
|
+
* @platform web
|
|
62
|
+
* @platform mob
|
|
51
63
|
* @memberof IEnvironment
|
|
52
64
|
*/
|
|
53
65
|
appId: string;
|
|
@@ -55,6 +67,8 @@ export interface IEnvironment {
|
|
|
55
67
|
* @description 日志级别,使用`loglevel`插件包生成
|
|
56
68
|
* @type {LogLevelDesc}
|
|
57
69
|
* @default ERROR
|
|
70
|
+
* @platform web
|
|
71
|
+
* @platform mob
|
|
58
72
|
* @memberof IEnvironment
|
|
59
73
|
*/
|
|
60
74
|
logLevel: LogLevelDesc;
|
|
@@ -62,6 +76,8 @@ export interface IEnvironment {
|
|
|
62
76
|
* @description 请求根路径
|
|
63
77
|
* @type {string}
|
|
64
78
|
* @default /api
|
|
79
|
+
* @platform web
|
|
80
|
+
* @platform mob
|
|
65
81
|
* @memberof IEnvironment
|
|
66
82
|
*/
|
|
67
83
|
baseUrl: string;
|
|
@@ -69,6 +85,8 @@ export interface IEnvironment {
|
|
|
69
85
|
* @description 插件默认所在目录,获取插件时根据该值拼接出完整的url
|
|
70
86
|
* @type {string}
|
|
71
87
|
* @default http://172.16.240.221
|
|
88
|
+
* @platform web
|
|
89
|
+
* @platform mob
|
|
72
90
|
* @memberof IEnvironment
|
|
73
91
|
*/
|
|
74
92
|
pluginBaseUrl: string;
|
|
@@ -76,18 +94,24 @@ export interface IEnvironment {
|
|
|
76
94
|
* @description 登录模式;DEFAULT: 默认标准登录,CUSTOM: 自定义登录,CAS: 中央认证登录,OAUTH: oauth登录
|
|
77
95
|
* @type {LoginMode}
|
|
78
96
|
* @default DEFAULT
|
|
97
|
+
* @platform web
|
|
98
|
+
* @platform mob
|
|
79
99
|
* @memberof IEnvironment
|
|
80
100
|
*/
|
|
81
101
|
loginMode: LoginMode;
|
|
82
102
|
/**
|
|
83
103
|
* @description oauth 开放接入标识
|
|
84
104
|
* @type {string}
|
|
105
|
+
* @platform web
|
|
106
|
+
* @platform mob
|
|
85
107
|
* @memberof IEnvironment
|
|
86
108
|
*/
|
|
87
109
|
oauthOpenAccessId: string;
|
|
88
110
|
/**
|
|
89
111
|
* @description 中央认证登录地址
|
|
90
112
|
* @type {string}
|
|
113
|
+
* @platform web
|
|
114
|
+
* @platform mob
|
|
91
115
|
* @memberof IEnvironment
|
|
92
116
|
*/
|
|
93
117
|
casLoginUrl: string;
|
|
@@ -102,6 +126,8 @@ export interface IEnvironment {
|
|
|
102
126
|
* @description 远程模型路径
|
|
103
127
|
* @type {string}
|
|
104
128
|
* @default /remotemodel
|
|
129
|
+
* @platform web
|
|
130
|
+
* @platform mob
|
|
105
131
|
* @memberof IEnvironment
|
|
106
132
|
*/
|
|
107
133
|
remoteModelUrl: string;
|
|
@@ -109,12 +135,16 @@ export interface IEnvironment {
|
|
|
109
135
|
* @description 资源文件根路径
|
|
110
136
|
* @type {string}
|
|
111
137
|
* @default ./assets
|
|
138
|
+
* @platform web
|
|
139
|
+
* @platform mob
|
|
112
140
|
* @memberof IEnvironment
|
|
113
141
|
*/
|
|
114
142
|
assetsUrl: string;
|
|
115
143
|
/**
|
|
116
144
|
* @description 中心系统标识
|
|
117
145
|
* @type {string}
|
|
146
|
+
* @platform web
|
|
147
|
+
* @platform mob
|
|
118
148
|
* @memberof IEnvironment
|
|
119
149
|
*/
|
|
120
150
|
dcSystem: string;
|
|
@@ -122,6 +152,8 @@ export interface IEnvironment {
|
|
|
122
152
|
* @description 文件下载url
|
|
123
153
|
* @type {string}
|
|
124
154
|
* @default /ibizutil/download/{cat}
|
|
155
|
+
* @platform web
|
|
156
|
+
* @platform mob
|
|
125
157
|
* @memberof IEnvironment
|
|
126
158
|
*/
|
|
127
159
|
downloadFileUrl: string;
|
|
@@ -129,6 +161,8 @@ export interface IEnvironment {
|
|
|
129
161
|
* @description 文件上传url
|
|
130
162
|
* @type {string}
|
|
131
163
|
* @default /ibizutil/upload/{cat}
|
|
164
|
+
* @platform web
|
|
165
|
+
* @platform mob
|
|
132
166
|
* @memberof IEnvironment
|
|
133
167
|
*/
|
|
134
168
|
uploadFileUrl: string;
|
|
@@ -136,6 +170,8 @@ export interface IEnvironment {
|
|
|
136
170
|
* @description 是否启用权限校验(默认true)
|
|
137
171
|
* @type {boolean}
|
|
138
172
|
* @default true
|
|
173
|
+
* @platform web
|
|
174
|
+
* @platform mob
|
|
139
175
|
* @memberof IEnvironment
|
|
140
176
|
*/
|
|
141
177
|
enablePermission: boolean;
|
|
@@ -149,7 +185,9 @@ export interface IEnvironment {
|
|
|
149
185
|
/**
|
|
150
186
|
* @description 路由占位符
|
|
151
187
|
* @type {string}
|
|
152
|
-
* @default
|
|
188
|
+
* @default `-`
|
|
189
|
+
* @platform web
|
|
190
|
+
* @platform mob
|
|
153
191
|
* @memberof IEnvironment
|
|
154
192
|
*/
|
|
155
193
|
routePlaceholder: string;
|
|
@@ -164,6 +202,8 @@ export interface IEnvironment {
|
|
|
164
202
|
* @description 是否启用加密,加密模式为RSA加密
|
|
165
203
|
* @type {boolean}
|
|
166
204
|
* @default false
|
|
205
|
+
* @platform web
|
|
206
|
+
* @platform mob
|
|
167
207
|
* @memberof IEnvironment
|
|
168
208
|
*/
|
|
169
209
|
enableEncryption: boolean;
|
|
@@ -171,18 +211,23 @@ export interface IEnvironment {
|
|
|
171
211
|
* @description 应用loadding主题
|
|
172
212
|
* @type {('DEFAULT' | 'DARK' | 'LIGHT')}
|
|
173
213
|
* @default DEFAULT
|
|
214
|
+
* @platform web
|
|
174
215
|
* @memberof IEnvironment
|
|
175
216
|
*/
|
|
176
217
|
appLoadingTheme: 'DEFAULT' | 'DARK' | 'LIGHT';
|
|
177
218
|
/**
|
|
178
219
|
* @description 应用标题
|
|
179
220
|
* @type {string}
|
|
221
|
+
* @platform web
|
|
222
|
+
* @platform mob
|
|
180
223
|
* @memberof IEnvironment
|
|
181
224
|
*/
|
|
182
225
|
AppTitle?: string;
|
|
183
226
|
/**
|
|
184
227
|
* @description 应用标记
|
|
185
228
|
* @type {string}
|
|
229
|
+
* @platform web
|
|
230
|
+
* @platform mob
|
|
186
231
|
* @memberof IEnvironment
|
|
187
232
|
*/
|
|
188
233
|
AppLabel?: string;
|
|
@@ -190,6 +235,8 @@ export interface IEnvironment {
|
|
|
190
235
|
* @description 是否为 SaaS 模式
|
|
191
236
|
* @type {boolean}
|
|
192
237
|
* @default true
|
|
238
|
+
* @platform web
|
|
239
|
+
* @platform mob
|
|
193
240
|
* @memberof IEnvironment
|
|
194
241
|
*/
|
|
195
242
|
isSaaSMode?: boolean;
|
|
@@ -197,6 +244,7 @@ export interface IEnvironment {
|
|
|
197
244
|
* @description 是否为移动端应用
|
|
198
245
|
* @type {boolean}
|
|
199
246
|
* @default false
|
|
247
|
+
* @platform mob
|
|
200
248
|
* @memberof IEnvironment
|
|
201
249
|
*/
|
|
202
250
|
isMob?: boolean;
|
|
@@ -204,6 +252,8 @@ export interface IEnvironment {
|
|
|
204
252
|
* @description 应用图标地址
|
|
205
253
|
* @type {string}
|
|
206
254
|
* @default ./favicon.ico
|
|
255
|
+
* @platform web
|
|
256
|
+
* @platform mob
|
|
207
257
|
* @memberof IEnvironment
|
|
208
258
|
*/
|
|
209
259
|
favicon?: string;
|
|
@@ -211,18 +261,24 @@ export interface IEnvironment {
|
|
|
211
261
|
* @description 是否启用多语言,此值是默认加载后,根据应用模型中的配置来决定是否启用多语言。请勿手动修改此值
|
|
212
262
|
* @type {boolean}
|
|
213
263
|
* @default false
|
|
264
|
+
* @platform web
|
|
265
|
+
* @platform mob
|
|
214
266
|
* @memberof IEnvironment
|
|
215
267
|
*/
|
|
216
268
|
isEnableMultiLan?: boolean;
|
|
217
269
|
/**
|
|
218
270
|
* @description 匿名用户名
|
|
219
271
|
* @type {string}
|
|
272
|
+
* @platform web
|
|
273
|
+
* @platform mob
|
|
220
274
|
* @memberof IEnvironment
|
|
221
275
|
*/
|
|
222
276
|
anonymousUser?: string;
|
|
223
277
|
/**
|
|
224
278
|
* @description 匿名用户密码
|
|
225
279
|
* @type {string}
|
|
280
|
+
* @platform web
|
|
281
|
+
* @platform mob
|
|
226
282
|
* @memberof IEnvironment
|
|
227
283
|
*/
|
|
228
284
|
anonymousPwd?: string;
|
|
@@ -230,6 +286,8 @@ export interface IEnvironment {
|
|
|
230
286
|
* @description 启用匿名模式
|
|
231
287
|
* @type {boolean}
|
|
232
288
|
* @default false
|
|
289
|
+
* @platform web
|
|
290
|
+
* @platform mob
|
|
233
291
|
* @memberof IEnvironment
|
|
234
292
|
*/
|
|
235
293
|
enableAnonymous?: boolean;
|
|
@@ -237,18 +295,23 @@ export interface IEnvironment {
|
|
|
237
295
|
* @description 访问数据存储区域
|
|
238
296
|
* @type {('COOKIE' | 'LOCALSTORAGE' | 'SESSIONSTORAGE')}
|
|
239
297
|
* @default COOKIE
|
|
298
|
+
* @platform web
|
|
299
|
+
* @platform mob
|
|
240
300
|
* @memberof IEnvironment
|
|
241
301
|
*/
|
|
242
302
|
accessStoreArea: 'COOKIE' | 'LOCALSTORAGE' | 'SESSIONSTORAGE';
|
|
243
303
|
/**
|
|
244
304
|
* @description 市场地址,与实体子应用引用视图配合使用
|
|
245
305
|
* @type {string}
|
|
306
|
+
* @platform web
|
|
246
307
|
* @memberof IEnvironment
|
|
247
308
|
*/
|
|
248
309
|
marketAddress?: string;
|
|
249
310
|
/**
|
|
250
311
|
* @description devtool的配置对象
|
|
251
312
|
* @type {IDevToolConfig}
|
|
313
|
+
* @platform web
|
|
314
|
+
* @platform mob
|
|
252
315
|
* @memberof IEnvironment
|
|
253
316
|
*/
|
|
254
317
|
devtoolConfig?: IDevToolConfig;
|
|
@@ -256,30 +319,39 @@ export interface IEnvironment {
|
|
|
256
319
|
* @description 是否启用title,是否hover时线上title提示
|
|
257
320
|
* @type {boolean}
|
|
258
321
|
* @default true
|
|
322
|
+
* @platform web
|
|
259
323
|
* @memberof IEnvironment
|
|
260
324
|
*/
|
|
261
325
|
enableTitle?: boolean;
|
|
262
326
|
/**
|
|
263
327
|
* @description token头
|
|
264
328
|
* @type {string}
|
|
329
|
+
* @platform web
|
|
330
|
+
* @platform mob
|
|
265
331
|
* @memberof IEnvironment
|
|
266
332
|
*/
|
|
267
333
|
tokenHeader?: string;
|
|
268
334
|
/**
|
|
269
335
|
* @description token前缀
|
|
270
336
|
* @type {string}
|
|
337
|
+
* @platform web
|
|
338
|
+
* @platform mob
|
|
271
339
|
* @memberof IEnvironment
|
|
272
340
|
*/
|
|
273
341
|
tokenPrefix?: string;
|
|
274
342
|
/**
|
|
275
343
|
* @description 自定义动态参数,格式如:{\"XXX\":\"YYY\",\"AAA\":\"BBB\"}
|
|
276
344
|
* @type {IApiParams}
|
|
345
|
+
* @platform web
|
|
346
|
+
* @platform mob
|
|
277
347
|
* @memberof IEnvironment
|
|
278
348
|
*/
|
|
279
349
|
customParams?: IApiParams;
|
|
280
350
|
/**
|
|
281
351
|
* @description 定义cookie作用域
|
|
282
352
|
* @type {string}
|
|
353
|
+
* @platform web
|
|
354
|
+
* @platform mob
|
|
283
355
|
* @memberof IEnvironment
|
|
284
356
|
*/
|
|
285
357
|
cookieDomain?: string;
|
|
@@ -287,6 +359,8 @@ export interface IEnvironment {
|
|
|
287
359
|
* @description 环境类型
|
|
288
360
|
* @type {('development' | 'test' | 'production')}
|
|
289
361
|
* @default development
|
|
362
|
+
* @platform web
|
|
363
|
+
* @platform mob
|
|
290
364
|
* @memberof IEnvironment
|
|
291
365
|
*/
|
|
292
366
|
environmentTag?: 'development' | 'test' | 'production';
|
|
@@ -294,6 +368,7 @@ export interface IEnvironment {
|
|
|
294
368
|
* @description 移动端菜单呈现模式,DEFAULT:菜单映射的页面菜单显示,非菜单映射的页面菜单不显示;ALWAYS:所有页面菜单都显示,默认:DEFAULT
|
|
295
369
|
* @type {('DEFAULT' | 'ALWAYS')}
|
|
296
370
|
* @default DEFAULT
|
|
371
|
+
* @platform mob
|
|
297
372
|
* @memberof IEnvironment
|
|
298
373
|
*/
|
|
299
374
|
mobMenuShowMode?: 'DEFAULT' | 'ALWAYS';
|
|
@@ -301,36 +376,46 @@ export interface IEnvironment {
|
|
|
301
376
|
* @description 是否启用AI支持
|
|
302
377
|
* @type {boolean}
|
|
303
378
|
* @default true
|
|
379
|
+
* @platform web
|
|
304
380
|
* @memberof IEnvironment
|
|
305
381
|
*/
|
|
306
382
|
enableAI: boolean;
|
|
307
383
|
/**
|
|
308
384
|
* @description 应用版本号
|
|
309
385
|
* @type {string}
|
|
386
|
+
* @platform web
|
|
387
|
+
* @platform mob
|
|
310
388
|
* @memberof IEnvironment
|
|
311
389
|
*/
|
|
312
390
|
appVersion?: string;
|
|
313
391
|
/**
|
|
314
392
|
* @description 高德地图安全密钥
|
|
315
393
|
* @type {string}
|
|
394
|
+
* @platform web
|
|
395
|
+
* @platform mob
|
|
316
396
|
* @memberof IEnvironment
|
|
317
397
|
*/
|
|
318
398
|
aMapSecurityJsCode?: string;
|
|
319
399
|
/**
|
|
320
400
|
* @description 高德地图key
|
|
321
401
|
* @type {string}
|
|
402
|
+
* @platform web
|
|
403
|
+
* @platform mob
|
|
322
404
|
* @memberof IEnvironment
|
|
323
405
|
*/
|
|
324
406
|
aMapKey?: string;
|
|
325
407
|
/**
|
|
326
408
|
* @description 运行容器
|
|
327
409
|
* @type {('DYNAENGINE' | 'FULLCODE')} 动态引擎 | 全代码
|
|
410
|
+
* @platform web
|
|
411
|
+
* @platform mob
|
|
328
412
|
* @memberof IEnvironment
|
|
329
413
|
*/
|
|
330
414
|
runContainer?: 'DYNAENGINE' | 'FULLCODE';
|
|
331
415
|
/**
|
|
332
416
|
* @description 移动端微信appid
|
|
333
417
|
* @type {string}
|
|
418
|
+
* @platform mob
|
|
334
419
|
* @memberof IEnvironment
|
|
335
420
|
*/
|
|
336
421
|
mobWeChatAppId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-environment.d.ts","sourceRoot":"","sources":["../../../../src/interface/api/environment/i-environment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uDAAuD,CAAC;AAC3F,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D;;;;;GAKG;AACH,MAAM,WAAW,YAAY;IAC3B
|
|
1
|
+
{"version":3,"file":"i-environment.d.ts","sourceRoot":"","sources":["../../../../src/interface/api/environment/i-environment.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/core",
|
|
3
|
-
"version": "0.7.41-alpha.
|
|
3
|
+
"version": "0.7.41-alpha.33",
|
|
4
4
|
"description": "运行时核心库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "out/index.js",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"qx-util": "^0.4.8",
|
|
51
51
|
"ramda": "^0.29.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "caed02954d3ec69771374702b8abcc77ff646e16"
|
|
54
54
|
}
|