vona-core 5.0.66 → 5.0.67

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.
@@ -3,5 +3,5 @@ import type { VonaApplication } from '../core/application.ts';
3
3
  export declare class BeanSimple {
4
4
  protected app: VonaApplication;
5
5
  protected get ctx(): VonaContext;
6
- protected get bean(): import("vona").BeanContainer;
6
+ protected get bean(): import("./beanContainer.ts").BeanContainer;
7
7
  }
@@ -1,4 +1,4 @@
1
- import type { TypeErrorsInternal } from 'vona';
1
+ import type { TypeErrorsInternal } from './errorInternal.ts';
2
2
  import type { IErrorObject } from './errorObject.ts';
3
3
  type TypeErrorMethodNames = 'parseFail' | 'parseSuccess';
4
4
  interface TypeErrorMethodCommon {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-core",
3
3
  "type": "module",
4
- "version": "5.0.66",
4
+ "version": "5.0.67",
5
5
  "description": "vona",
6
6
  "publishConfig": {
7
7
  "access": "public"