@glodon-aiot/agent-cli-sdk 3.6.0-alpha.4 → 3.6.0-alpha.6

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.
@@ -88,7 +88,7 @@ export default abstract class Session {
88
88
  get applicationId(): string;
89
89
  get application(): IApplication | null;
90
90
  set application(v: IApplication | null);
91
- loadApplicationInfo(): Promise<IApplication>;
91
+ loadApplicationInfo(): Promise<IApplication> | Promise<import('@glodon-aiot/apis/dist/src/cvforce').IApplication>;
92
92
  get ready(): boolean;
93
93
  get frozen(): boolean;
94
94
  protected set frozen(v: boolean);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/agent-cli-sdk",
3
- "version": "3.6.0-alpha.4",
3
+ "version": "3.6.0-alpha.6",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot agent client js sdk",
6
6
  "type": "module",
@@ -79,7 +79,7 @@
79
79
  "registry": "https://registry.npmjs.org/"
80
80
  },
81
81
  "dependencies": {
82
- "@glodon-aiot/apis": "^3.6.0-alpha.4",
82
+ "@glodon-aiot/apis": "^3.6.0-alpha.6",
83
83
  "axios": "0.24.0",
84
84
  "buffer": "^6.0.3",
85
85
  "dayjs": "^1.11.13",