bt-core-app 2.0.30 → 2.0.31

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/dist/index.d.ts CHANGED
@@ -2283,7 +2283,6 @@ export declare function useItem<T, TSave, TReturn>(props: ItemProps<T, TSave, TR
2283
2283
  export declare interface UseItemOptions {
2284
2284
  onGetItem?: (item: any) => void;
2285
2285
  onError?: (err: any) => void;
2286
- route?: RouteLocationNormalizedLoaded;
2287
2286
  storeKey?: string;
2288
2287
  storeMode?: StoreMode;
2289
2288
  storageMode?: StorageMode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.30",
3
+ "version": "2.0.31",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {