@blocklet/js-sdk 1.16.44-beta-20250513-030435-c2d99062 → 1.16.44-beta-20250518-020443-77ba168f

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.mts CHANGED
@@ -209,7 +209,7 @@ type UserSessionList = {
209
209
  type UserSessionQuery = {
210
210
  page: number;
211
211
  pageSize: number;
212
- status?: 'online' | 'expired';
212
+ status?: 'online' | 'expired' | 'offline';
213
213
  };
214
214
  declare class UserSessionService {
215
215
  private api;
package/dist/index.d.ts CHANGED
@@ -209,7 +209,7 @@ type UserSessionList = {
209
209
  type UserSessionQuery = {
210
210
  page: number;
211
211
  pageSize: number;
212
- status?: 'online' | 'expired';
212
+ status?: 'online' | 'expired' | 'offline';
213
213
  };
214
214
  declare class UserSessionService {
215
215
  private api;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/js-sdk",
3
- "version": "1.16.44-beta-20250513-030435-c2d99062",
3
+ "version": "1.16.44-beta-20250518-020443-77ba168f",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -38,10 +38,10 @@
38
38
  "watch": "nodemon -w src -e ts -x 'npm run build'"
39
39
  },
40
40
  "dependencies": {
41
- "@abtnode/constant": "1.16.44-beta-20250513-030435-c2d99062",
42
- "@arcblock/did": "1.20.8",
43
- "@blocklet/meta": "1.16.44-beta-20250513-030435-c2d99062",
44
- "@ocap/wallet": "1.20.8",
41
+ "@abtnode/constant": "1.16.44-beta-20250518-020443-77ba168f",
42
+ "@arcblock/did": "1.20.11",
43
+ "@blocklet/meta": "1.16.44-beta-20250518-020443-77ba168f",
44
+ "@ocap/wallet": "1.20.11",
45
45
  "axios": "^1.7.9",
46
46
  "is-url": "^1.2.4",
47
47
  "js-cookie": "^3.0.5",
@@ -65,5 +65,5 @@
65
65
  "unbuild": "^2.0.0",
66
66
  "vitest": "^2.0.5"
67
67
  },
68
- "gitHead": "c3a3efef44ccf08705abb47875edba6169e76faa"
68
+ "gitHead": "8464d53e8d44b255afa6032e37d8d4ab7be76e67"
69
69
  }