@lark-project/js-sdk 2.0.1-alpha.18 → 2.0.1-alpha.19

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/es/index.js CHANGED
@@ -505,7 +505,7 @@ var SDKClient = _SDKClient;
505
505
  /**
506
506
  * SDK 版本号
507
507
  */
508
- SDKClient.version = "2.0.1-alpha.18";
508
+ SDKClient.version = "2.0.1-alpha.19";
509
509
 
510
510
  // src/types/biz.ts
511
511
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/dist/lib/index.js CHANGED
@@ -562,7 +562,7 @@ var SDKClient = _SDKClient;
562
562
  /**
563
563
  * SDK 版本号
564
564
  */
565
- SDKClient.version = "2.0.1-alpha.18";
565
+ SDKClient.version = "2.0.1-alpha.19";
566
566
 
567
567
  // src/types/biz.ts
568
568
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
@@ -574,7 +574,7 @@ declare abstract class Context extends BaseModel {
574
574
  * 用于获取插件内自定义传入的上下文数据 context
575
575
  * 例如:在 Modal.open 时传入的 context,可以通过 getCustomContext 来获取
576
576
  */
577
- abstract getCustomContext?: <Context>() => Promise<Context>;
577
+ abstract getCustomContext: <Context>() => Promise<Context>;
578
578
  }
579
579
 
580
580
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/js-sdk",
3
- "version": "2.0.1-alpha.18",
3
+ "version": "2.0.1-alpha.19",
4
4
  "runtimeMinVersions": {
5
5
  "web": "2.1.0",
6
6
  "mobile": "1.1.0"