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 +1 -1
- package/src/.metadata/index.ts +2 -0
package/package.json
CHANGED
package/src/.metadata/index.ts
CHANGED
|
@@ -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}` {
|