@gbozee/ultimate 0.0.2-23 → 0.0.2-24

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -263,7 +263,7 @@ export type ExchangeType = {
263
263
  exchange: string;
264
264
  };
265
265
  export declare class AppDatabase {
266
- private pb;
266
+ pb: PocketBase;
267
267
  constructor(pb: PocketBase);
268
268
  getCredentials(password: string): any;
269
269
  saveCredentials(password: string, credentials: any): Promise<void>;
@@ -791,7 +791,7 @@ declare class ExchangeAccount$1 {
791
791
  }): Promise<any>;
792
792
  }
793
793
  declare class App {
794
- private app_db;
794
+ app_db: AppDatabase;
795
795
  private getCredentials;
796
796
  constructor(app_db: AppDatabase, getCredentials: (account: string, exchange: string) => {
797
797
  api_key: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-23",
4
+ "version": "0.0.2-24",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",