vona-module-a-orm 5.0.69 → 5.0.71

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.
@@ -244,6 +244,9 @@ declare module 'vona' {
244
244
  interface IBeanScopeLocale {
245
245
  'a-orm': (typeof locales)[TypeLocaleBase];
246
246
  }
247
+ interface IBeanScopeErrors {
248
+ 'a-orm': typeof errors;
249
+ }
247
250
  }
248
251
  export declare function $locale<K extends keyof (typeof locales)[TypeLocaleBase]>(key: K): `a-orm::${K}`;
249
252
  /** scope: end */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-orm",
3
3
  "type": "module",
4
- "version": "5.0.69",
4
+ "version": "5.0.71",
5
5
  "title": "a-orm",
6
6
  "vonaModule": {
7
7
  "capabilities": {