@tstdl/base 0.84.12 → 0.84.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.84.12",
3
+ "version": "0.84.13",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -68,7 +68,7 @@ function localizationData(data) {
68
68
  function getLocalizationKeys(_localization) {
69
69
  return (0, import_property_name.getPropertyNameProxy)();
70
70
  }
71
- const autoEnumerationLocalization = (0, import_memoize.memoizeSingle)(_autoEnumerationLocalization, { weak: true });
71
+ const autoEnumerationLocalization = (0, import_memoize.memoize)(_autoEnumerationLocalization);
72
72
  const parametersPattern = /(?:\{\{\s*(?<parameter>\w+)\s*\}\})/ug;
73
73
  const warnedMissingKeys = /* @__PURE__ */ new Set();
74
74
  let LocalizationService = class LocalizationService2 {