@cloudtower/parrot 0.26.29 → 0.26.30-dry-2

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 CHANGED
@@ -273,6 +273,8 @@ const locales = {
273
273
  };
274
274
 
275
275
  var __defProp = Object.defineProperty;
276
+ var __defProps = Object.defineProperties;
277
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
276
278
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
277
279
  var __hasOwnProp = Object.prototype.hasOwnProperty;
278
280
  var __propIsEnum = Object.prototype.propertyIsEnumerable;
@@ -288,29 +290,36 @@ var __spreadValues = (a, b) => {
288
290
  }
289
291
  return a;
290
292
  };
293
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
291
294
  const defaultOptions = {
292
- lng: "zh-CN",
293
- fallbackLng: "en-US",
295
+ lng: "zh-CN" /* zh */,
296
+ fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
294
297
  interpolation: {
295
298
  prefix: "{",
296
299
  suffix: "}"
297
300
  },
298
301
  resources: {
299
- "en-US": {
300
- translation: __spreadValues({}, locales["en-US"])
301
- },
302
- "zh-CN": {
303
- translation: __spreadValues({}, locales["zh-CN"])
304
- }
302
+ ["en-US" /* en */]: locales["en-US"],
303
+ ["zh-CN" /* zh */]: locales["zh-CN"]
305
304
  },
305
+ nsSeparator: ".",
306
+ ns: Object.keys(locales["zh-CN"]),
306
307
  react: {
307
308
  useSuspense: false
308
309
  }
309
310
  };
310
311
  const parrotI18n = i18next.createInstance(defaultOptions);
311
312
  const initParrotI18n = (options, callback) => {
313
+ const finalResources = merge(defaultOptions.resources, options == null ? void 0 : options.resources) || {};
314
+ const finalNameSpaces = Object.keys(finalResources["zh-CN" /* zh */]);
312
315
  if (!parrotI18n.isInitialized) {
313
- parrotI18n.init(merge(defaultOptions, options), callback);
316
+ parrotI18n.init(
317
+ __spreadProps(__spreadValues({}, merge(defaultOptions, options)), {
318
+ resources: finalResources,
319
+ ns: finalNameSpaces
320
+ }),
321
+ callback
322
+ );
314
323
  }
315
324
  };
316
325
 
@@ -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":"4e08-25","name":"common.json"},{"uid":"4e08-27","name":"components.json"},{"uid":"4e08-29","name":"metric.json"},{"uid":"4e08-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"4e08-33","name":"common.json"},{"uid":"4e08-35","name":"components.json"},{"uid":"4e08-37","name":"metric.json"},{"uid":"4e08-39","name":"index.ts"}]},{"uid":"4e08-41","name":"index.ts"}]},{"uid":"4e08-43","name":"parrotI18n.ts"},{"uid":"4e08-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"4e08-25":{"renderedLength":1829,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-24"},"4e08-27":{"renderedLength":1426,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-26"},"4e08-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-28"},"4e08-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-30"},"4e08-33":{"renderedLength":1694,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-32"},"4e08-35":{"renderedLength":1587,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-34"},"4e08-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-36"},"4e08-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-38"},"4e08-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-40"},"4e08-43":{"renderedLength":1235,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-42"},"4e08-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-44"}},"nodeMetas":{"4e08-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"4e08-25"},"imported":[],"importedBy":[{"uid":"4e08-30"}]},"4e08-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"4e08-27"},"imported":[],"importedBy":[{"uid":"4e08-30"}]},"4e08-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"4e08-29"},"imported":[],"importedBy":[{"uid":"4e08-30"}]},"4e08-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"4e08-31"},"imported":[{"uid":"4e08-24"},{"uid":"4e08-26"},{"uid":"4e08-28"}],"importedBy":[{"uid":"4e08-40"}]},"4e08-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"4e08-33"},"imported":[],"importedBy":[{"uid":"4e08-38"}]},"4e08-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"4e08-35"},"imported":[],"importedBy":[{"uid":"4e08-38"}]},"4e08-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"4e08-37"},"imported":[],"importedBy":[{"uid":"4e08-38"}]},"4e08-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"4e08-39"},"imported":[{"uid":"4e08-32"},{"uid":"4e08-34"},{"uid":"4e08-36"}],"importedBy":[{"uid":"4e08-40"}]},"4e08-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"4e08-41"},"imported":[{"uid":"4e08-30"},{"uid":"4e08-38"}],"importedBy":[{"uid":"4e08-44"},{"uid":"4e08-42"}]},"4e08-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"4e08-43"},"imported":[{"uid":"4e08-46"},{"uid":"4e08-47"},{"uid":"4e08-40"}],"importedBy":[{"uid":"4e08-44"}]},"4e08-44":{"id":"/src/index.ts","moduleParts":{"index.js":"4e08-45"},"imported":[{"uid":"4e08-40"},{"uid":"4e08-42"}],"importedBy":[],"isEntry":true},"4e08-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"4e08-42"}],"isExternal":true},"4e08-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"4e08-42"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"abc8-25","name":"common.json"},{"uid":"abc8-27","name":"components.json"},{"uid":"abc8-29","name":"metric.json"},{"uid":"abc8-31","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"abc8-33","name":"common.json"},{"uid":"abc8-35","name":"components.json"},{"uid":"abc8-37","name":"metric.json"},{"uid":"abc8-39","name":"index.ts"}]},{"uid":"abc8-41","name":"index.ts"}]},{"uid":"abc8-43","name":"parrotI18n.ts"},{"uid":"abc8-45","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"abc8-25":{"renderedLength":1829,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-24"},"abc8-27":{"renderedLength":1426,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-26"},"abc8-29":{"renderedLength":165,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-28"},"abc8-31":{"renderedLength":88,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-30"},"abc8-33":{"renderedLength":1694,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-32"},"abc8-35":{"renderedLength":1587,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-34"},"abc8-37":{"renderedLength":157,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-36"},"abc8-39":{"renderedLength":52,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-38"},"abc8-41":{"renderedLength":59,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-40"},"abc8-43":{"renderedLength":1735,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-42"},"abc8-45":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-44"}},"nodeMetas":{"abc8-24":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"abc8-25"},"imported":[],"importedBy":[{"uid":"abc8-30"}]},"abc8-26":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"abc8-27"},"imported":[],"importedBy":[{"uid":"abc8-30"}]},"abc8-28":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"abc8-29"},"imported":[],"importedBy":[{"uid":"abc8-30"}]},"abc8-30":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"abc8-31"},"imported":[{"uid":"abc8-24"},{"uid":"abc8-26"},{"uid":"abc8-28"}],"importedBy":[{"uid":"abc8-40"}]},"abc8-32":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"abc8-33"},"imported":[],"importedBy":[{"uid":"abc8-38"}]},"abc8-34":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"abc8-35"},"imported":[],"importedBy":[{"uid":"abc8-38"}]},"abc8-36":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"abc8-37"},"imported":[],"importedBy":[{"uid":"abc8-38"}]},"abc8-38":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"abc8-39"},"imported":[{"uid":"abc8-32"},{"uid":"abc8-34"},{"uid":"abc8-36"}],"importedBy":[{"uid":"abc8-40"}]},"abc8-40":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"abc8-41"},"imported":[{"uid":"abc8-30"},{"uid":"abc8-38"}],"importedBy":[{"uid":"abc8-44"},{"uid":"abc8-42"}]},"abc8-42":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"abc8-43"},"imported":[{"uid":"abc8-46"},{"uid":"abc8-47"},{"uid":"abc8-40"}],"importedBy":[{"uid":"abc8-44"}]},"abc8-44":{"id":"/src/index.ts","moduleParts":{"index.js":"abc8-45"},"imported":[{"uid":"abc8-40"},{"uid":"abc8-42"}],"importedBy":[],"isEntry":true},"abc8-46":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"abc8-42"}],"isExternal":true},"abc8-47":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"abc8-42"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6161
6161
 
6162
6162
  const run = () => {
6163
6163
  const width = window.innerWidth;
package/dist/umd/index.js CHANGED
@@ -276,6 +276,8 @@
276
276
  };
277
277
 
278
278
  var __defProp = Object.defineProperty;
279
+ var __defProps = Object.defineProperties;
280
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
279
281
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
280
282
  var __hasOwnProp = Object.prototype.hasOwnProperty;
281
283
  var __propIsEnum = Object.prototype.propertyIsEnumerable;
@@ -291,29 +293,36 @@
291
293
  }
292
294
  return a;
293
295
  };
296
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
294
297
  const defaultOptions = {
295
- lng: "zh-CN",
296
- fallbackLng: "en-US",
298
+ lng: "zh-CN" /* zh */,
299
+ fallbackLng: ["zh-CN" /* zh */, "en-US" /* en */],
297
300
  interpolation: {
298
301
  prefix: "{",
299
302
  suffix: "}"
300
303
  },
301
304
  resources: {
302
- "en-US": {
303
- translation: __spreadValues({}, locales["en-US"])
304
- },
305
- "zh-CN": {
306
- translation: __spreadValues({}, locales["zh-CN"])
307
- }
305
+ ["en-US" /* en */]: locales["en-US"],
306
+ ["zh-CN" /* zh */]: locales["zh-CN"]
308
307
  },
308
+ nsSeparator: ".",
309
+ ns: Object.keys(locales["zh-CN"]),
309
310
  react: {
310
311
  useSuspense: false
311
312
  }
312
313
  };
313
314
  const parrotI18n = i18next.createInstance(defaultOptions);
314
315
  const initParrotI18n = (options, callback) => {
316
+ const finalResources = merge(defaultOptions.resources, options == null ? void 0 : options.resources) || {};
317
+ const finalNameSpaces = Object.keys(finalResources["zh-CN" /* zh */]);
315
318
  if (!parrotI18n.isInitialized) {
316
- parrotI18n.init(merge(defaultOptions, options), callback);
319
+ parrotI18n.init(
320
+ __spreadProps(__spreadValues({}, merge(defaultOptions, options)), {
321
+ resources: finalResources,
322
+ ns: finalNameSpaces
323
+ }),
324
+ callback
325
+ );
317
326
  }
318
327
  };
319
328
 
@@ -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":"4e08-1","name":"common.json"},{"uid":"4e08-3","name":"components.json"},{"uid":"4e08-5","name":"metric.json"},{"uid":"4e08-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"4e08-9","name":"common.json"},{"uid":"4e08-11","name":"components.json"},{"uid":"4e08-13","name":"metric.json"},{"uid":"4e08-15","name":"index.ts"}]},{"uid":"4e08-17","name":"index.ts"}]},{"uid":"4e08-19","name":"parrotI18n.ts"},{"uid":"4e08-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"4e08-1":{"renderedLength":1973,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-0"},"4e08-3":{"renderedLength":1504,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-2"},"4e08-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-4"},"4e08-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-6"},"4e08-9":{"renderedLength":1838,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-8"},"4e08-11":{"renderedLength":1685,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-10"},"4e08-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-12"},"4e08-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-14"},"4e08-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-16"},"4e08-19":{"renderedLength":1317,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-18"},"4e08-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"4e08-20"}},"nodeMetas":{"4e08-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"4e08-1"},"imported":[],"importedBy":[{"uid":"4e08-6"}]},"4e08-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"4e08-3"},"imported":[],"importedBy":[{"uid":"4e08-6"}]},"4e08-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"4e08-5"},"imported":[],"importedBy":[{"uid":"4e08-6"}]},"4e08-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"4e08-7"},"imported":[{"uid":"4e08-0"},{"uid":"4e08-2"},{"uid":"4e08-4"}],"importedBy":[{"uid":"4e08-16"}]},"4e08-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"4e08-9"},"imported":[],"importedBy":[{"uid":"4e08-14"}]},"4e08-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"4e08-11"},"imported":[],"importedBy":[{"uid":"4e08-14"}]},"4e08-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"4e08-13"},"imported":[],"importedBy":[{"uid":"4e08-14"}]},"4e08-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"4e08-15"},"imported":[{"uid":"4e08-8"},{"uid":"4e08-10"},{"uid":"4e08-12"}],"importedBy":[{"uid":"4e08-16"}]},"4e08-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"4e08-17"},"imported":[{"uid":"4e08-6"},{"uid":"4e08-14"}],"importedBy":[{"uid":"4e08-20"},{"uid":"4e08-18"}]},"4e08-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"4e08-19"},"imported":[{"uid":"4e08-22"},{"uid":"4e08-23"},{"uid":"4e08-16"}],"importedBy":[{"uid":"4e08-20"}]},"4e08-20":{"id":"/src/index.ts","moduleParts":{"index.js":"4e08-21"},"imported":[{"uid":"4e08-16"},{"uid":"4e08-18"}],"importedBy":[],"isEntry":true},"4e08-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"4e08-18"}],"isExternal":true},"4e08-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"4e08-18"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
6160
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"locales","children":[{"name":"en-US","children":[{"uid":"abc8-1","name":"common.json"},{"uid":"abc8-3","name":"components.json"},{"uid":"abc8-5","name":"metric.json"},{"uid":"abc8-7","name":"index.ts"}]},{"name":"zh-CN","children":[{"uid":"abc8-9","name":"common.json"},{"uid":"abc8-11","name":"components.json"},{"uid":"abc8-13","name":"metric.json"},{"uid":"abc8-15","name":"index.ts"}]},{"uid":"abc8-17","name":"index.ts"}]},{"uid":"abc8-19","name":"parrotI18n.ts"},{"uid":"abc8-21","name":"index.ts"}]}]}],"isRoot":true},"nodeParts":{"abc8-1":{"renderedLength":1973,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-0"},"abc8-3":{"renderedLength":1504,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-2"},"abc8-5":{"renderedLength":181,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-4"},"abc8-7":{"renderedLength":98,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-6"},"abc8-9":{"renderedLength":1838,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-8"},"abc8-11":{"renderedLength":1685,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-10"},"abc8-13":{"renderedLength":173,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-12"},"abc8-15":{"renderedLength":62,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-14"},"abc8-17":{"renderedLength":67,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-16"},"abc8-19":{"renderedLength":1835,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-18"},"abc8-21":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"abc8-20"}},"nodeMetas":{"abc8-0":{"id":"/src/locales/en-US/common.json","moduleParts":{"index.js":"abc8-1"},"imported":[],"importedBy":[{"uid":"abc8-6"}]},"abc8-2":{"id":"/src/locales/en-US/components.json","moduleParts":{"index.js":"abc8-3"},"imported":[],"importedBy":[{"uid":"abc8-6"}]},"abc8-4":{"id":"/src/locales/en-US/metric.json","moduleParts":{"index.js":"abc8-5"},"imported":[],"importedBy":[{"uid":"abc8-6"}]},"abc8-6":{"id":"/src/locales/en-US/index.ts","moduleParts":{"index.js":"abc8-7"},"imported":[{"uid":"abc8-0"},{"uid":"abc8-2"},{"uid":"abc8-4"}],"importedBy":[{"uid":"abc8-16"}]},"abc8-8":{"id":"/src/locales/zh-CN/common.json","moduleParts":{"index.js":"abc8-9"},"imported":[],"importedBy":[{"uid":"abc8-14"}]},"abc8-10":{"id":"/src/locales/zh-CN/components.json","moduleParts":{"index.js":"abc8-11"},"imported":[],"importedBy":[{"uid":"abc8-14"}]},"abc8-12":{"id":"/src/locales/zh-CN/metric.json","moduleParts":{"index.js":"abc8-13"},"imported":[],"importedBy":[{"uid":"abc8-14"}]},"abc8-14":{"id":"/src/locales/zh-CN/index.ts","moduleParts":{"index.js":"abc8-15"},"imported":[{"uid":"abc8-8"},{"uid":"abc8-10"},{"uid":"abc8-12"}],"importedBy":[{"uid":"abc8-16"}]},"abc8-16":{"id":"/src/locales/index.ts","moduleParts":{"index.js":"abc8-17"},"imported":[{"uid":"abc8-6"},{"uid":"abc8-14"}],"importedBy":[{"uid":"abc8-20"},{"uid":"abc8-18"}]},"abc8-18":{"id":"/src/parrotI18n.ts","moduleParts":{"index.js":"abc8-19"},"imported":[{"uid":"abc8-22"},{"uid":"abc8-23"},{"uid":"abc8-16"}],"importedBy":[{"uid":"abc8-20"}]},"abc8-20":{"id":"/src/index.ts","moduleParts":{"index.js":"abc8-21"},"imported":[{"uid":"abc8-16"},{"uid":"abc8-18"}],"importedBy":[],"isEntry":true},"abc8-22":{"id":"i18next","moduleParts":{},"imported":[],"importedBy":[{"uid":"abc8-18"}],"isExternal":true},"abc8-23":{"id":"lodash.merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"abc8-18"}],"isExternal":true}},"env":{"rollup":"3.15.0"},"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.26.29",
3
+ "version": "0.26.30-dry-2",
4
4
  "description": "i18n modules for cloudtower sparrow and eagle",
5
5
  "keywords": [
6
6
  "i18n",
@@ -27,7 +27,7 @@
27
27
  "lint": "eslint src --ext .ts --quiet"
28
28
  },
29
29
  "dependencies": {
30
- "i18next": "^21.10.0",
30
+ "i18next": "^23.2.3",
31
31
  "lodash.merge": "^4.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -40,5 +40,5 @@
40
40
  "rollup-plugin-visualizer": "5.9.0",
41
41
  "typescript": "5.0.2"
42
42
  },
43
- "gitHead": "bd1310338e521cb33319236d92ebdcf58d84e49e"
43
+ "gitHead": "85b42674eebea49e6c40a4278869a17b15bd5b9e"
44
44
  }