@cloudtower/parrot 0.27.73 → 0.27.74
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 +21 -16
- package/dist/esm/stats1.html +1 -1
- package/dist/locales/en-US/index.d.ts +6 -3
- package/dist/locales/index.d.ts +8 -6
- package/dist/locales/zh-CN/index.d.ts +2 -3
- package/dist/umd/index.js +21 -16
- package/dist/umd/stats1.html +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
@@ -119,14 +119,17 @@ var prefix$1 = "Prefix";
|
|
119
119
|
var suffix$1 = "Suffix";
|
120
120
|
var as_day$1 = "By Day";
|
121
121
|
var count$1 = "";
|
122
|
-
var
|
123
|
-
var
|
124
|
-
var per_day_3$1 = "";
|
122
|
+
var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
|
123
|
+
var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
|
125
124
|
var execution_time$1 = "Execution Time: ";
|
126
125
|
var as_week$1 = "By Week";
|
127
126
|
var as_month$1 = "By Month";
|
128
|
-
var
|
129
|
-
var
|
127
|
+
var day_date$1 = "day";
|
128
|
+
var day_date_plural = "days";
|
129
|
+
var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
|
130
|
+
var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
|
131
|
+
var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
|
132
|
+
var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
|
130
133
|
var will_excute_at_last_day_with_date$1 = "If there is no {date} in the current month, it will be executed in the last day of the month.";
|
131
134
|
var retain_with_count$1 = "Retain {count} reports";
|
132
135
|
var start_date$1 = "Start Date";
|
@@ -189,14 +192,17 @@ var components$1 = {
|
|
189
192
|
suffix: suffix$1,
|
190
193
|
as_day: as_day$1,
|
191
194
|
count: count$1,
|
192
|
-
|
193
|
-
|
194
|
-
per_day_3: per_day_3$1,
|
195
|
+
day_execute_task: day_execute_task$1,
|
196
|
+
day_execute_task_plural: day_execute_task_plural,
|
195
197
|
execution_time: execution_time$1,
|
196
198
|
as_week: as_week$1,
|
197
199
|
as_month: as_month$1,
|
200
|
+
day_date: day_date$1,
|
201
|
+
day_date_plural: day_date_plural,
|
198
202
|
week_with_below_date: week_with_below_date$1,
|
203
|
+
week_with_below_date_plural: week_with_below_date_plural,
|
199
204
|
month_with_below_date: month_with_below_date$1,
|
205
|
+
month_with_below_date_plural: month_with_below_date_plural,
|
200
206
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
|
201
207
|
retain_with_count: retain_with_count$1,
|
202
208
|
start_date: start_date$1,
|
@@ -374,14 +380,13 @@ var prefix = "前缀";
|
|
374
380
|
var suffix = "后缀";
|
375
381
|
var as_day = "按天";
|
376
382
|
var count = "份";
|
377
|
-
var
|
378
|
-
var per_day_2 = "天,";
|
379
|
-
var per_day_3 = "生成。";
|
383
|
+
var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
|
380
384
|
var execution_time = "生成时间:";
|
381
385
|
var as_week = "按周";
|
382
386
|
var as_month = "按月";
|
383
|
-
var
|
384
|
-
var
|
387
|
+
var day_date = "日期";
|
388
|
+
var week_with_below_date = "每 <0></0> 周的如下{day}:";
|
389
|
+
var month_with_below_date = "每 <0></0> 个月的如下{day}:";
|
385
390
|
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
386
391
|
var retain_with_count = "保留 {count} 份";
|
387
392
|
var start_date = "开始日期";
|
@@ -444,12 +449,11 @@ var components = {
|
|
444
449
|
suffix: suffix,
|
445
450
|
as_day: as_day,
|
446
451
|
count: count,
|
447
|
-
|
448
|
-
per_day_2: per_day_2,
|
449
|
-
per_day_3: per_day_3,
|
452
|
+
day_execute_task: day_execute_task,
|
450
453
|
execution_time: execution_time,
|
451
454
|
as_week: as_week,
|
452
455
|
as_month: as_month,
|
456
|
+
day_date: day_date,
|
453
457
|
week_with_below_date: week_with_below_date,
|
454
458
|
month_with_below_date: month_with_below_date,
|
455
459
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
@@ -542,6 +546,7 @@ var ParrotLngs = /* @__PURE__ */ ((ParrotLngs2) => {
|
|
542
546
|
})(ParrotLngs || {});
|
543
547
|
const defaultOptions = {
|
544
548
|
lng: "zh-CN" /* zh */,
|
549
|
+
compatibilityJSON: "v3",
|
545
550
|
fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
|
546
551
|
interpolation: {
|
547
552
|
prefix: "{",
|
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":"ebc6-25","name":"common.json"},{"uid":"ebc6-27","name":"components.json"},{"uid":"ebc6-29","name":"metric.json"},{"uid":"ebc6-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ebc6-33","name":"common.json"},{"uid":"ebc6-35","name":"components.json"},{"uid":"ebc6-37","name":"metric.json"},{"uid":"ebc6-39","name":"index.ts"}]},{"uid":"ebc6-41","name":"index.ts"}]},{"uid":"ebc6-43","name":"parrotI18n.ts"},{"uid":"ebc6-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ebc6-25":{"renderedLength":2293,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-24"},"ebc6-27":{"renderedLength":7096,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-26"},"ebc6-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-28"},"ebc6-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-30"},"ebc6-33":{"renderedLength":2110,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-32"},"ebc6-35":{"renderedLength":6145,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-34"},"ebc6-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-36"},"ebc6-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-38"},"ebc6-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-40"},"ebc6-43":{"renderedLength":1921,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-42"},"ebc6-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-44"}},"nodeMetas":{"ebc6-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ebc6-25"},"imported":[],"importedBy":[{"uid":"ebc6-30"}]},"ebc6-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ebc6-27"},"imported":[],"importedBy":[{"uid":"ebc6-30"}]},"ebc6-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ebc6-29"},"imported":[],"importedBy":[{"uid":"ebc6-30"}]},"ebc6-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ebc6-31"},"imported":[{"uid":"ebc6-24"},{"uid":"ebc6-26"},{"uid":"ebc6-28"}],"importedBy":[{"uid":"ebc6-40"}]},"ebc6-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ebc6-33"},"imported":[],"importedBy":[{"uid":"ebc6-38"}]},"ebc6-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ebc6-35"},"imported":[],"importedBy":[{"uid":"ebc6-38"}]},"ebc6-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ebc6-37"},"imported":[],"importedBy":[{"uid":"ebc6-38"}]},"ebc6-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ebc6-39"},"imported":[{"uid":"ebc6-32"},{"uid":"ebc6-34"},{"uid":"ebc6-36"}],"importedBy":[{"uid":"ebc6-40"}]},"ebc6-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ebc6-41"},"imported":[{"uid":"ebc6-30"},{"uid":"ebc6-38"}],"importedBy":[{"uid":"ebc6-44"},{"uid":"ebc6-42"}]},"ebc6-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ebc6-43"},"imported":[{"uid":"ebc6-46"},{"uid":"ebc6-47"},{"uid":"ebc6-40"}],"importedBy":[{"uid":"ebc6-44"}]},"ebc6-44":{"id":"/src/index.ts","moduleParts":{"index.js":"ebc6-45"},"imported":[{"uid":"ebc6-40"},{"uid":"ebc6-42"}],"importedBy":[],"isEntry":true},"ebc6-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-42"}],"isExternal":true},"ebc6-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-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;
|
@@ -73,14 +73,17 @@ declare const locale: {
|
|
73
73
|
suffix: string;
|
74
74
|
as_day: string;
|
75
75
|
count: string;
|
76
|
-
|
77
|
-
|
78
|
-
per_day_3: string;
|
76
|
+
day_execute_task: string;
|
77
|
+
day_execute_task_plural: string;
|
79
78
|
execution_time: string;
|
80
79
|
as_week: string;
|
81
80
|
as_month: string;
|
81
|
+
day_date: string;
|
82
|
+
day_date_plural: string;
|
82
83
|
week_with_below_date: string;
|
84
|
+
week_with_below_date_plural: string;
|
83
85
|
month_with_below_date: string;
|
86
|
+
month_with_below_date_plural: string;
|
84
87
|
will_excute_at_last_day_with_date: string;
|
85
88
|
retain_with_count: string;
|
86
89
|
start_date: string;
|
package/dist/locales/index.d.ts
CHANGED
@@ -74,14 +74,17 @@ declare const locales: {
|
|
74
74
|
suffix: string;
|
75
75
|
as_day: string;
|
76
76
|
count: string;
|
77
|
-
|
78
|
-
|
79
|
-
per_day_3: string;
|
77
|
+
day_execute_task: string;
|
78
|
+
day_execute_task_plural: string;
|
80
79
|
execution_time: string;
|
81
80
|
as_week: string;
|
82
81
|
as_month: string;
|
82
|
+
day_date: string;
|
83
|
+
day_date_plural: string;
|
83
84
|
week_with_below_date: string;
|
85
|
+
week_with_below_date_plural: string;
|
84
86
|
month_with_below_date: string;
|
87
|
+
month_with_below_date_plural: string;
|
85
88
|
will_excute_at_last_day_with_date: string;
|
86
89
|
retain_with_count: string;
|
87
90
|
start_date: string;
|
@@ -206,12 +209,11 @@ declare const locales: {
|
|
206
209
|
suffix: string;
|
207
210
|
as_day: string;
|
208
211
|
count: string;
|
209
|
-
|
210
|
-
per_day_2: string;
|
211
|
-
per_day_3: string;
|
212
|
+
day_execute_task: string;
|
212
213
|
execution_time: string;
|
213
214
|
as_week: string;
|
214
215
|
as_month: string;
|
216
|
+
day_date: string;
|
215
217
|
week_with_below_date: string;
|
216
218
|
month_with_below_date: string;
|
217
219
|
will_excute_at_last_day_with_date: string;
|
@@ -73,12 +73,11 @@ declare const locale: {
|
|
73
73
|
suffix: string;
|
74
74
|
as_day: string;
|
75
75
|
count: string;
|
76
|
-
|
77
|
-
per_day_2: string;
|
78
|
-
per_day_3: string;
|
76
|
+
day_execute_task: string;
|
79
77
|
execution_time: string;
|
80
78
|
as_week: string;
|
81
79
|
as_month: string;
|
80
|
+
day_date: string;
|
82
81
|
week_with_below_date: string;
|
83
82
|
month_with_below_date: string;
|
84
83
|
will_excute_at_last_day_with_date: string;
|
package/dist/umd/index.js
CHANGED
@@ -122,14 +122,17 @@
|
|
122
122
|
var suffix$1 = "Suffix";
|
123
123
|
var as_day$1 = "By Day";
|
124
124
|
var count$1 = "";
|
125
|
-
var
|
126
|
-
var
|
127
|
-
var per_day_3$1 = "";
|
125
|
+
var day_execute_task$1 = "Generate the report at <1></1> every <0></0> day.";
|
126
|
+
var day_execute_task_plural = "Generate the report at <1></1> every <0></0> days.";
|
128
127
|
var execution_time$1 = "Execution Time: ";
|
129
128
|
var as_week$1 = "By Week";
|
130
129
|
var as_month$1 = "By Month";
|
131
|
-
var
|
132
|
-
var
|
130
|
+
var day_date$1 = "day";
|
131
|
+
var day_date_plural = "days";
|
132
|
+
var week_with_below_date$1 = "Generate every <0></0> week on the following {day}:";
|
133
|
+
var week_with_below_date_plural = "Generate every <0></0> weeks on the following {day}:";
|
134
|
+
var month_with_below_date$1 = "Generate every <0></0> month on the following {day}:";
|
135
|
+
var month_with_below_date_plural = "Generate every <0></0> months on the following {day}:";
|
133
136
|
var will_excute_at_last_day_with_date$1 = "If there is no {date} in the current month, it will be executed in the last day of the month.";
|
134
137
|
var retain_with_count$1 = "Retain {count} reports";
|
135
138
|
var start_date$1 = "Start Date";
|
@@ -192,14 +195,17 @@
|
|
192
195
|
suffix: suffix$1,
|
193
196
|
as_day: as_day$1,
|
194
197
|
count: count$1,
|
195
|
-
|
196
|
-
|
197
|
-
per_day_3: per_day_3$1,
|
198
|
+
day_execute_task: day_execute_task$1,
|
199
|
+
day_execute_task_plural: day_execute_task_plural,
|
198
200
|
execution_time: execution_time$1,
|
199
201
|
as_week: as_week$1,
|
200
202
|
as_month: as_month$1,
|
203
|
+
day_date: day_date$1,
|
204
|
+
day_date_plural: day_date_plural,
|
201
205
|
week_with_below_date: week_with_below_date$1,
|
206
|
+
week_with_below_date_plural: week_with_below_date_plural,
|
202
207
|
month_with_below_date: month_with_below_date$1,
|
208
|
+
month_with_below_date_plural: month_with_below_date_plural,
|
203
209
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date$1,
|
204
210
|
retain_with_count: retain_with_count$1,
|
205
211
|
start_date: start_date$1,
|
@@ -377,14 +383,13 @@
|
|
377
383
|
var suffix = "后缀";
|
378
384
|
var as_day = "按天";
|
379
385
|
var count = "份";
|
380
|
-
var
|
381
|
-
var per_day_2 = "天,";
|
382
|
-
var per_day_3 = "生成。";
|
386
|
+
var day_execute_task = "每 <0></0> 天, <1></1> 生成。";
|
383
387
|
var execution_time = "生成时间:";
|
384
388
|
var as_week = "按周";
|
385
389
|
var as_month = "按月";
|
386
|
-
var
|
387
|
-
var
|
390
|
+
var day_date = "日期";
|
391
|
+
var week_with_below_date = "每 <0></0> 周的如下{day}:";
|
392
|
+
var month_with_below_date = "每 <0></0> 个月的如下{day}:";
|
388
393
|
var will_excute_at_last_day_with_date = "如果当月没有 {date} 号,则会提前至该月最后一天执行。";
|
389
394
|
var retain_with_count = "保留 {count} 份";
|
390
395
|
var start_date = "开始日期";
|
@@ -447,12 +452,11 @@
|
|
447
452
|
suffix: suffix,
|
448
453
|
as_day: as_day,
|
449
454
|
count: count,
|
450
|
-
|
451
|
-
per_day_2: per_day_2,
|
452
|
-
per_day_3: per_day_3,
|
455
|
+
day_execute_task: day_execute_task,
|
453
456
|
execution_time: execution_time,
|
454
457
|
as_week: as_week,
|
455
458
|
as_month: as_month,
|
459
|
+
day_date: day_date,
|
456
460
|
week_with_below_date: week_with_below_date,
|
457
461
|
month_with_below_date: month_with_below_date,
|
458
462
|
will_excute_at_last_day_with_date: will_excute_at_last_day_with_date,
|
@@ -545,6 +549,7 @@
|
|
545
549
|
})(ParrotLngs || {});
|
546
550
|
const defaultOptions = {
|
547
551
|
lng: "zh-CN" /* zh */,
|
552
|
+
compatibilityJSON: "v3",
|
548
553
|
fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
|
549
554
|
interpolation: {
|
550
555
|
prefix: "{",
|
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":"ebc6-1","name":"common.json"},{"uid":"ebc6-3","name":"components.json"},{"uid":"ebc6-5","name":"metric.json"},{"uid":"ebc6-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"ebc6-9","name":"common.json"},{"uid":"ebc6-11","name":"components.json"},{"uid":"ebc6-13","name":"metric.json"},{"uid":"ebc6-15","name":"index.ts"}]},{"uid":"ebc6-17","name":"index.ts"}]},{"uid":"ebc6-19","name":"parrotI18n.ts"},{"uid":"ebc6-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"ebc6-1":{"renderedLength":2477,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-0"},"ebc6-3":{"renderedLength":7400,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-2"},"ebc6-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-4"},"ebc6-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-6"},"ebc6-9":{"renderedLength":2294,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-8"},"ebc6-11":{"renderedLength":6433,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-10"},"ebc6-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-12"},"ebc6-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-14"},"ebc6-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-16"},"ebc6-19":{"renderedLength":2033,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-18"},"ebc6-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"ebc6-20"}},"nodeMetas":{"ebc6-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"ebc6-1"},"imported":[],"importedBy":[{"uid":"ebc6-6"}]},"ebc6-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"ebc6-3"},"imported":[],"importedBy":[{"uid":"ebc6-6"}]},"ebc6-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"ebc6-5"},"imported":[],"importedBy":[{"uid":"ebc6-6"}]},"ebc6-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"ebc6-7"},"imported":[{"uid":"ebc6-0"},{"uid":"ebc6-2"},{"uid":"ebc6-4"}],"importedBy":[{"uid":"ebc6-16"}]},"ebc6-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"ebc6-9"},"imported":[],"importedBy":[{"uid":"ebc6-14"}]},"ebc6-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"ebc6-11"},"imported":[],"importedBy":[{"uid":"ebc6-14"}]},"ebc6-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"ebc6-13"},"imported":[],"importedBy":[{"uid":"ebc6-14"}]},"ebc6-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"ebc6-15"},"imported":[{"uid":"ebc6-8"},{"uid":"ebc6-10"},{"uid":"ebc6-12"}],"importedBy":[{"uid":"ebc6-16"}]},"ebc6-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"ebc6-17"},"imported":[{"uid":"ebc6-6"},{"uid":"ebc6-14"}],"importedBy":[{"uid":"ebc6-20"},{"uid":"ebc6-18"}]},"ebc6-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"ebc6-19"},"imported":[{"uid":"ebc6-22"},{"uid":"ebc6-23"},{"uid":"ebc6-16"}],"importedBy":[{"uid":"ebc6-20"}]},"ebc6-20":{"id":"/src/index.ts","moduleParts":{"index.js":"ebc6-21"},"imported":[{"uid":"ebc6-16"},{"uid":"ebc6-18"}],"importedBy":[],"isEntry":true},"ebc6-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-18"}],"isExternal":true},"ebc6-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"ebc6-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.27.
|
3
|
+
"version": "0.27.74",
|
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": "^0.24.1"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "7f2f63ecf3f0a180b0bd9731d52b98db2b44de05"
|
49
49
|
}
|