langie 1.10.0 → 1.10.1

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * langie v1.10.0
2
+ * langie v1.10.1
3
3
  * (c) 2026 nlit
4
4
  * @license Apache-2.0
5
5
  *
@@ -1258,8 +1258,7 @@ function useLangieCore(options = {}) {
1258
1258
  const cachedLanguages = getCache("langie_languages_cache");
1259
1259
  if (cachedLanguages && availableLanguages.value.length === 0) {
1260
1260
  availableLanguages.value = cachedLanguages;
1261
- _languagesCache = cachedLanguages;
1262
- devDebug("[useLangie] Loaded languages from cache:", cachedLanguages.length);
1261
+ devDebug("[useLangie] Seeded languages from cache (will revalidate):", cachedLanguages.length);
1263
1262
  } else if (cachedLanguages) {
1264
1263
  devDebug(
1265
1264
  "[useLangie] Cache exists but languages already loaded:",