@cloudtower/parrot 0.32.33 → 0.32.35
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/dist/esm/index.js +36 -8
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +7 -0
- package/dist/locales/index.d.ts +14 -0
- package/dist/locales/zh-CN/index.d.ts +7 -0
- package/dist/umd/index.js +36 -8
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
@@ -9,7 +9,7 @@ var clear_query$1 = "Clear the filter criteria";
|
|
9
9
|
var close$1 = "Close";
|
10
10
|
var contains$3 = "Contains";
|
11
11
|
var confirm$3 = "Confirm";
|
12
|
-
var empty$
|
12
|
+
var empty$5 = "No ";
|
13
13
|
var enable$1 = "Enable";
|
14
14
|
var enabled$1 = "Enabled";
|
15
15
|
var disabled$1 = "Disabled";
|
@@ -66,7 +66,7 @@ var common$1 = {
|
|
66
66
|
close: close$1,
|
67
67
|
contains: contains$3,
|
68
68
|
confirm: confirm$3,
|
69
|
-
empty: empty$
|
69
|
+
empty: empty$5,
|
70
70
|
enable: enable$1,
|
71
71
|
enabled: enabled$1,
|
72
72
|
disabled: disabled$1,
|
@@ -193,6 +193,13 @@ var prev$1 = "Previous";
|
|
193
193
|
var next$1 = "Next";
|
194
194
|
var clear$1 = "Clear";
|
195
195
|
var loading$1 = "Loading...";
|
196
|
+
var upgrade_to_version$1 = "<0>{{text}}</0> upgraded to <1>{{version}}</1>";
|
197
|
+
var update_to_version$1 = "<0>{{text}}</0> updated to <1>{{version}}</1>";
|
198
|
+
var failed_upgrade_to_version$1 = "<0>{{text}}</0> failed to upgrade to <1>{{version}}</1>";
|
199
|
+
var config_updated$1 = "<0>{{text}}</0> updated <1>{{version}}</1>";
|
200
|
+
var db_migrated$1 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
|
201
|
+
var empty$4 = "No history records";
|
202
|
+
var view_detail$1 = "View Details";
|
196
203
|
var components$1 = {
|
197
204
|
contains: contains$2,
|
198
205
|
custom_column: custom_column$1,
|
@@ -278,15 +285,22 @@ var components$1 = {
|
|
278
285
|
prev: prev$1,
|
279
286
|
next: next$1,
|
280
287
|
clear: clear$1,
|
281
|
-
loading: loading$1
|
288
|
+
loading: loading$1,
|
289
|
+
upgrade_to_version: upgrade_to_version$1,
|
290
|
+
update_to_version: update_to_version$1,
|
291
|
+
failed_upgrade_to_version: failed_upgrade_to_version$1,
|
292
|
+
config_updated: config_updated$1,
|
293
|
+
db_migrated: db_migrated$1,
|
294
|
+
empty: empty$4,
|
295
|
+
view_detail: view_detail$1
|
282
296
|
};
|
283
297
|
|
284
298
|
var current$1 = "Current value";
|
285
|
-
var empty$
|
299
|
+
var empty$3 = "No data in this time range";
|
286
300
|
var max$1 = "Max";
|
287
301
|
var metric$1 = {
|
288
302
|
current: current$1,
|
289
|
-
empty: empty$
|
303
|
+
empty: empty$3,
|
290
304
|
max: max$1
|
291
305
|
};
|
292
306
|
|
@@ -304,7 +318,7 @@ var clear_query = "清空筛选条件";
|
|
304
318
|
var close = "关闭";
|
305
319
|
var contains$1 = "包含";
|
306
320
|
var confirm$1 = "确定";
|
307
|
-
var empty$
|
321
|
+
var empty$2 = "无";
|
308
322
|
var enable = "启用";
|
309
323
|
var enabled = "启用";
|
310
324
|
var disable = "禁用";
|
@@ -357,7 +371,7 @@ var common = {
|
|
357
371
|
close: close,
|
358
372
|
contains: contains$1,
|
359
373
|
confirm: confirm$1,
|
360
|
-
empty: empty$
|
374
|
+
empty: empty$2,
|
361
375
|
enable: enable,
|
362
376
|
enabled: enabled,
|
363
377
|
disable: disable,
|
@@ -475,6 +489,13 @@ var prev = "上一个";
|
|
475
489
|
var next = "下一个";
|
476
490
|
var clear = "清空";
|
477
491
|
var loading = "正在加载...";
|
492
|
+
var upgrade_to_version = "<0>{{text}}</0>升级到<1>{{version}}</1>";
|
493
|
+
var update_to_version = "<0>{{text}}</0>更新到<1>{{version}}</1>";
|
494
|
+
var failed_upgrade_to_version = "<0>{{text}}</0>升级<1>{{version}}</1>失败";
|
495
|
+
var config_updated = "<0>{{text}}</0>更新<1>{{version}}</1>";
|
496
|
+
var db_migrated = "<0>{{text}}</0>迁移到<1>{{version}}</1>";
|
497
|
+
var empty$1 = "暂无历史记录";
|
498
|
+
var view_detail = "查看详情";
|
478
499
|
var components = {
|
479
500
|
contains: contains,
|
480
501
|
custom_column: custom_column,
|
@@ -555,7 +576,14 @@ var components = {
|
|
555
576
|
prev: prev,
|
556
577
|
next: next,
|
557
578
|
clear: clear,
|
558
|
-
loading: loading
|
579
|
+
loading: loading,
|
580
|
+
upgrade_to_version: upgrade_to_version,
|
581
|
+
update_to_version: update_to_version,
|
582
|
+
failed_upgrade_to_version: failed_upgrade_to_version,
|
583
|
+
config_updated: config_updated,
|
584
|
+
db_migrated: db_migrated,
|
585
|
+
empty: empty$1,
|
586
|
+
view_detail: view_detail
|
559
587
|
};
|
560
588
|
|
561
589
|
var current = "当前值";
|
package/dist/esm/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"3590-25","name":"common.json"},{"uid":"3590-27","name":"components.json"},{"uid":"3590-29","name":"metric.json"},{"uid":"3590-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"3590-33","name":"common.json"},{"uid":"3590-35","name":"components.json"},{"uid":"3590-37","name":"metric.json"},{"uid":"3590-39","name":"index.ts"}]},{"uid":"3590-41","name":"index.ts"}]},{"uid":"3590-43","name":"parrotI18n.ts"},{"uid":"3590-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"3590-25":{"renderedLength":3052,"gzipLength":0,"brotliLength":0,"metaUid":"3590-24"},"3590-27":{"renderedLength":8097,"gzipLength":0,"brotliLength":0,"metaUid":"3590-26"},"3590-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"3590-28"},"3590-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"3590-30"},"3590-33":{"renderedLength":2512,"gzipLength":0,"brotliLength":0,"metaUid":"3590-32"},"3590-35":{"renderedLength":7006,"gzipLength":0,"brotliLength":0,"metaUid":"3590-34"},"3590-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"3590-36"},"3590-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"3590-38"},"3590-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"3590-40"},"3590-43":{"renderedLength":1945,"gzipLength":0,"brotliLength":0,"metaUid":"3590-42"},"3590-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"3590-44"}},"nodeMetas":{"3590-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"3590-25"},"imported":[],"importedBy":[{"uid":"3590-30"}]},"3590-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"3590-27"},"imported":[],"importedBy":[{"uid":"3590-30"}]},"3590-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"3590-29"},"imported":[],"importedBy":[{"uid":"3590-30"}]},"3590-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"3590-31"},"imported":[{"uid":"3590-24"},{"uid":"3590-26"},{"uid":"3590-28"}],"importedBy":[{"uid":"3590-40"}]},"3590-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"3590-33"},"imported":[],"importedBy":[{"uid":"3590-38"}]},"3590-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"3590-35"},"imported":[],"importedBy":[{"uid":"3590-38"}]},"3590-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"3590-37"},"imported":[],"importedBy":[{"uid":"3590-38"}]},"3590-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"3590-39"},"imported":[{"uid":"3590-32"},{"uid":"3590-34"},{"uid":"3590-36"}],"importedBy":[{"uid":"3590-40"}]},"3590-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"3590-41"},"imported":[{"uid":"3590-30"},{"uid":"3590-38"}],"importedBy":[{"uid":"3590-44"},{"uid":"3590-42"}]},"3590-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"3590-43"},"imported":[{"uid":"3590-46"},{"uid":"3590-47"},{"uid":"3590-40"}],"importedBy":[{"uid":"3590-44"}]},"3590-44":{"id":"/src/index.ts","moduleParts":{"index.js":"3590-45"},"imported":[{"uid":"3590-40"},{"uid":"3590-42"}],"importedBy":[],"isEntry":true},"3590-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"3590-42"}],"isExternal":true},"3590-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"3590-42"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
@@ -143,6 +143,13 @@ declare const locale: {
|
|
143
143
|
next: string;
|
144
144
|
clear: string;
|
145
145
|
loading: string;
|
146
|
+
upgrade_to_version: string;
|
147
|
+
update_to_version: string;
|
148
|
+
failed_upgrade_to_version: string;
|
149
|
+
config_updated: string;
|
150
|
+
db_migrated: string;
|
151
|
+
empty: string;
|
152
|
+
view_detail: string;
|
146
153
|
};
|
147
154
|
metric: {
|
148
155
|
current: string;
|
package/dist/locales/index.d.ts
CHANGED
@@ -144,6 +144,13 @@ declare const locales: {
|
|
144
144
|
next: string;
|
145
145
|
clear: string;
|
146
146
|
loading: string;
|
147
|
+
upgrade_to_version: string;
|
148
|
+
update_to_version: string;
|
149
|
+
failed_upgrade_to_version: string;
|
150
|
+
config_updated: string;
|
151
|
+
db_migrated: string;
|
152
|
+
empty: string;
|
153
|
+
view_detail: string;
|
147
154
|
};
|
148
155
|
metric: {
|
149
156
|
current: string;
|
@@ -287,6 +294,13 @@ declare const locales: {
|
|
287
294
|
next: string;
|
288
295
|
clear: string;
|
289
296
|
loading: string;
|
297
|
+
upgrade_to_version: string;
|
298
|
+
update_to_version: string;
|
299
|
+
failed_upgrade_to_version: string;
|
300
|
+
config_updated: string;
|
301
|
+
db_migrated: string;
|
302
|
+
empty: string;
|
303
|
+
view_detail: string;
|
290
304
|
};
|
291
305
|
metric: {
|
292
306
|
current: string;
|
@@ -134,6 +134,13 @@ declare const locale: {
|
|
134
134
|
next: string;
|
135
135
|
clear: string;
|
136
136
|
loading: string;
|
137
|
+
upgrade_to_version: string;
|
138
|
+
update_to_version: string;
|
139
|
+
failed_upgrade_to_version: string;
|
140
|
+
config_updated: string;
|
141
|
+
db_migrated: string;
|
142
|
+
empty: string;
|
143
|
+
view_detail: string;
|
137
144
|
};
|
138
145
|
metric: {
|
139
146
|
current: string;
|
package/dist/umd/index.js
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
var close$1 = "Close";
|
13
13
|
var contains$3 = "Contains";
|
14
14
|
var confirm$3 = "Confirm";
|
15
|
-
var empty$
|
15
|
+
var empty$5 = "No ";
|
16
16
|
var enable$1 = "Enable";
|
17
17
|
var enabled$1 = "Enabled";
|
18
18
|
var disabled$1 = "Disabled";
|
@@ -69,7 +69,7 @@
|
|
69
69
|
close: close$1,
|
70
70
|
contains: contains$3,
|
71
71
|
confirm: confirm$3,
|
72
|
-
empty: empty$
|
72
|
+
empty: empty$5,
|
73
73
|
enable: enable$1,
|
74
74
|
enabled: enabled$1,
|
75
75
|
disabled: disabled$1,
|
@@ -196,6 +196,13 @@
|
|
196
196
|
var next$1 = "Next";
|
197
197
|
var clear$1 = "Clear";
|
198
198
|
var loading$1 = "Loading...";
|
199
|
+
var upgrade_to_version$1 = "<0>{{text}}</0> upgraded to <1>{{version}}</1>";
|
200
|
+
var update_to_version$1 = "<0>{{text}}</0> updated to <1>{{version}}</1>";
|
201
|
+
var failed_upgrade_to_version$1 = "<0>{{text}}</0> failed to upgrade to <1>{{version}}</1>";
|
202
|
+
var config_updated$1 = "<0>{{text}}</0> updated <1>{{version}}</1>";
|
203
|
+
var db_migrated$1 = "<0>{{text}}</0> migrated to <1>{{version}}</1>";
|
204
|
+
var empty$4 = "No history records";
|
205
|
+
var view_detail$1 = "View Details";
|
199
206
|
var components$1 = {
|
200
207
|
contains: contains$2,
|
201
208
|
custom_column: custom_column$1,
|
@@ -281,15 +288,22 @@
|
|
281
288
|
prev: prev$1,
|
282
289
|
next: next$1,
|
283
290
|
clear: clear$1,
|
284
|
-
loading: loading$1
|
291
|
+
loading: loading$1,
|
292
|
+
upgrade_to_version: upgrade_to_version$1,
|
293
|
+
update_to_version: update_to_version$1,
|
294
|
+
failed_upgrade_to_version: failed_upgrade_to_version$1,
|
295
|
+
config_updated: config_updated$1,
|
296
|
+
db_migrated: db_migrated$1,
|
297
|
+
empty: empty$4,
|
298
|
+
view_detail: view_detail$1
|
285
299
|
};
|
286
300
|
|
287
301
|
var current$1 = "Current value";
|
288
|
-
var empty$
|
302
|
+
var empty$3 = "No data in this time range";
|
289
303
|
var max$1 = "Max";
|
290
304
|
var metric$1 = {
|
291
305
|
current: current$1,
|
292
|
-
empty: empty$
|
306
|
+
empty: empty$3,
|
293
307
|
max: max$1
|
294
308
|
};
|
295
309
|
|
@@ -307,7 +321,7 @@
|
|
307
321
|
var close = "关闭";
|
308
322
|
var contains$1 = "包含";
|
309
323
|
var confirm$1 = "确定";
|
310
|
-
var empty$
|
324
|
+
var empty$2 = "无";
|
311
325
|
var enable = "启用";
|
312
326
|
var enabled = "启用";
|
313
327
|
var disable = "禁用";
|
@@ -360,7 +374,7 @@
|
|
360
374
|
close: close,
|
361
375
|
contains: contains$1,
|
362
376
|
confirm: confirm$1,
|
363
|
-
empty: empty$
|
377
|
+
empty: empty$2,
|
364
378
|
enable: enable,
|
365
379
|
enabled: enabled,
|
366
380
|
disable: disable,
|
@@ -478,6 +492,13 @@
|
|
478
492
|
var next = "下一个";
|
479
493
|
var clear = "清空";
|
480
494
|
var loading = "正在加载...";
|
495
|
+
var upgrade_to_version = "<0>{{text}}</0>升级到<1>{{version}}</1>";
|
496
|
+
var update_to_version = "<0>{{text}}</0>更新到<1>{{version}}</1>";
|
497
|
+
var failed_upgrade_to_version = "<0>{{text}}</0>升级<1>{{version}}</1>失败";
|
498
|
+
var config_updated = "<0>{{text}}</0>更新<1>{{version}}</1>";
|
499
|
+
var db_migrated = "<0>{{text}}</0>迁移到<1>{{version}}</1>";
|
500
|
+
var empty$1 = "暂无历史记录";
|
501
|
+
var view_detail = "查看详情";
|
481
502
|
var components = {
|
482
503
|
contains: contains,
|
483
504
|
custom_column: custom_column,
|
@@ -558,7 +579,14 @@
|
|
558
579
|
prev: prev,
|
559
580
|
next: next,
|
560
581
|
clear: clear,
|
561
|
-
loading: loading
|
582
|
+
loading: loading,
|
583
|
+
upgrade_to_version: upgrade_to_version,
|
584
|
+
update_to_version: update_to_version,
|
585
|
+
failed_upgrade_to_version: failed_upgrade_to_version,
|
586
|
+
config_updated: config_updated,
|
587
|
+
db_migrated: db_migrated,
|
588
|
+
empty: empty$1,
|
589
|
+
view_detail: view_detail
|
562
590
|
};
|
563
591
|
|
564
592
|
var current = "当前值";
|
package/dist/umd/stats1.html
CHANGED
@@ -6157,7 +6157,7 @@ var drawChart = (function (exports) {
|
|
6157
6157
|
</script>
|
6158
6158
|
<script>
|
6159
6159
|
/*<!--*/
|
6160
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"
|
6160
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"3590-1","name":"common.json"},{"uid":"3590-3","name":"components.json"},{"uid":"3590-5","name":"metric.json"},{"uid":"3590-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"3590-9","name":"common.json"},{"uid":"3590-11","name":"components.json"},{"uid":"3590-13","name":"metric.json"},{"uid":"3590-15","name":"index.ts"}]},{"uid":"3590-17","name":"index.ts"}]},{"uid":"3590-19","name":"parrotI18n.ts"},{"uid":"3590-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"3590-1":{"renderedLength":3280,"gzipLength":0,"brotliLength":0,"metaUid":"3590-0"},"3590-3":{"renderedLength":8453,"gzipLength":0,"brotliLength":0,"metaUid":"3590-2"},"3590-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"3590-4"},"3590-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"3590-6"},"3590-9":{"renderedLength":2724,"gzipLength":0,"brotliLength":0,"metaUid":"3590-8"},"3590-11":{"renderedLength":7342,"gzipLength":0,"brotliLength":0,"metaUid":"3590-10"},"3590-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"3590-12"},"3590-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"3590-14"},"3590-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"3590-16"},"3590-19":{"renderedLength":2059,"gzipLength":0,"brotliLength":0,"metaUid":"3590-18"},"3590-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"3590-20"}},"nodeMetas":{"3590-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"3590-1"},"imported":[],"importedBy":[{"uid":"3590-6"}]},"3590-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"3590-3"},"imported":[],"importedBy":[{"uid":"3590-6"}]},"3590-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"3590-5"},"imported":[],"importedBy":[{"uid":"3590-6"}]},"3590-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"3590-7"},"imported":[{"uid":"3590-0"},{"uid":"3590-2"},{"uid":"3590-4"}],"importedBy":[{"uid":"3590-16"}]},"3590-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"3590-9"},"imported":[],"importedBy":[{"uid":"3590-14"}]},"3590-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"3590-11"},"imported":[],"importedBy":[{"uid":"3590-14"}]},"3590-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"3590-13"},"imported":[],"importedBy":[{"uid":"3590-14"}]},"3590-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"3590-15"},"imported":[{"uid":"3590-8"},{"uid":"3590-10"},{"uid":"3590-12"}],"importedBy":[{"uid":"3590-16"}]},"3590-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"3590-17"},"imported":[{"uid":"3590-6"},{"uid":"3590-14"}],"importedBy":[{"uid":"3590-20"},{"uid":"3590-18"}]},"3590-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"3590-19"},"imported":[{"uid":"3590-22"},{"uid":"3590-23"},{"uid":"3590-16"}],"importedBy":[{"uid":"3590-20"}]},"3590-20":{"id":"/src/index.ts","moduleParts":{"index.js":"3590-21"},"imported":[{"uid":"3590-16"},{"uid":"3590-18"}],"importedBy":[],"isEntry":true},"3590-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"3590-18"}],"isExternal":true},"3590-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"3590-18"}],"isExternal":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
6161
6161
|
|
6162
6162
|
const run = () => {
|
6163
6163
|
const width = window.innerWidth;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cloudtower/parrot",
|
3
|
-
"version": "0.32.
|
3
|
+
"version": "0.32.35",
|
4
4
|
"description": "i18n modules for cloudtower sparrow and eagle",
|
5
5
|
"keywords": [
|
6
6
|
"i18n",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"typescript": "5.0.2",
|
46
46
|
"vitest": "^3.0.2"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "85b32c09cfa5ccd54ace5323a3891d84f6990eef"
|
49
49
|
}
|