vona-module-test-vona 5.0.65 → 5.0.66

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,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-test-vona",
3
3
  "type": "module",
4
- "version": "5.0.65",
4
+ "version": "5.0.66",
5
5
  "title": "test-vona",
6
6
  "vonaModule": {
7
7
  "fileVersion": 1,
@@ -2065,6 +2065,8 @@ declare module 'vona' {
2065
2065
  export interface IBeanScopeLocale {
2066
2066
  'test-vona': (typeof locales)[TypeLocaleBase];
2067
2067
  }
2068
+
2069
+
2068
2070
  }
2069
2071
 
2070
2072
  export function $locale<K extends keyof (typeof locales)[TypeLocaleBase]>(key: K): `test-vona::${K}` {