@blocklet/js-sdk 1.17.8-beta-20260113-015027-32a1cec4 → 1.17.8-beta-20260115-003043-5e15c08a

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
@@ -356,4 +356,5 @@ declare function createFetch(options?: RequestInit, requestParams?: RequestParam
356
356
  }) => Promise<Response>;
357
357
  declare const getBlockletSDK: () => BlockletSDK;
358
358
 
359
- export { AuthService, BlockletSDK, BlockletService, ComponentService, FederatedService, type NotificationConfig, OrgQueryType, type PrivacyConfig, type SpaceGateway, TokenService, type UserPublicInfo, type UserSession, type UserSessionList, type UserSessionQuery, UserSessionService, type UserSessionUser, type Webhook, createAxios, createFetch, getBlockletSDK, getCSRFToken, getCSRFTokenByLoginToken, getLoginToken };
359
+ export { AuthService, BlockletSDK, BlockletService, ComponentService, FederatedService, OrgQueryType, TokenService, UserSessionService, createAxios, createFetch, getBlockletSDK, getCSRFToken, getCSRFTokenByLoginToken, getLoginToken };
360
+ export type { NotificationConfig, PrivacyConfig, SpaceGateway, UserPublicInfo, UserSession, UserSessionList, UserSessionQuery, UserSessionUser, Webhook };
package/dist/index.d.ts CHANGED
@@ -356,4 +356,5 @@ declare function createFetch(options?: RequestInit, requestParams?: RequestParam
356
356
  }) => Promise<Response>;
357
357
  declare const getBlockletSDK: () => BlockletSDK;
358
358
 
359
- export { AuthService, BlockletSDK, BlockletService, ComponentService, FederatedService, type NotificationConfig, OrgQueryType, type PrivacyConfig, type SpaceGateway, TokenService, type UserPublicInfo, type UserSession, type UserSessionList, type UserSessionQuery, UserSessionService, type UserSessionUser, type Webhook, createAxios, createFetch, getBlockletSDK, getCSRFToken, getCSRFTokenByLoginToken, getLoginToken };
359
+ export { AuthService, BlockletSDK, BlockletService, ComponentService, FederatedService, OrgQueryType, TokenService, UserSessionService, createAxios, createFetch, getBlockletSDK, getCSRFToken, getCSRFTokenByLoginToken, getLoginToken };
360
+ export type { NotificationConfig, PrivacyConfig, SpaceGateway, UserPublicInfo, UserSession, UserSessionList, UserSessionQuery, UserSessionUser, Webhook };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/js-sdk",
3
- "version": "1.17.8-beta-20260113-015027-32a1cec4",
3
+ "version": "1.17.8-beta-20260115-003043-5e15c08a",
4
4
  "main": "dist/index.mjs",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -36,10 +36,10 @@
36
36
  "watch": "nodemon -w src -e ts -x 'npm run build'"
37
37
  },
38
38
  "dependencies": {
39
- "@abtnode/constant": "1.17.8-beta-20260113-015027-32a1cec4",
40
- "@arcblock/did": "^1.28.4",
41
- "@blocklet/meta": "1.17.8-beta-20260113-015027-32a1cec4",
42
- "@ocap/wallet": "^1.28.4",
39
+ "@abtnode/constant": "1.17.8-beta-20260115-003043-5e15c08a",
40
+ "@arcblock/did": "^1.28.5",
41
+ "@blocklet/meta": "1.17.8-beta-20260115-003043-5e15c08a",
42
+ "@ocap/wallet": "^1.28.5",
43
43
  "axios": "^1.7.9",
44
44
  "is-url": "^1.2.4",
45
45
  "js-cookie": "^3.0.5",
@@ -64,5 +64,5 @@
64
64
  "prettier": "^3.3.2",
65
65
  "unbuild": "^2.0.0"
66
66
  },
67
- "gitHead": "a2bdf6146c5c94d7348fc87d5ebd2e95e548df07"
67
+ "gitHead": "b22c37d35c84211b50f9ca05176f2c6de59fb24d"
68
68
  }