@lark-project/js-sdk 2.0.1-alpha.5 → 2.0.1-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.
package/dist/es/index.js CHANGED
@@ -432,7 +432,7 @@ var SDKClient = _SDKClient;
432
432
  /**
433
433
  * SDK 版本号
434
434
  */
435
- SDKClient.version = "2.0.1-alpha.5";
435
+ SDKClient.version = "2.0.1-alpha.6";
436
436
 
437
437
  // src/types/biz.ts
438
438
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/dist/lib/index.js CHANGED
@@ -485,7 +485,7 @@ var SDKClient = _SDKClient;
485
485
  /**
486
486
  * SDK 版本号
487
487
  */
488
- SDKClient.version = "2.0.1-alpha.5";
488
+ SDKClient.version = "2.0.1-alpha.6";
489
489
 
490
490
  // src/types/biz.ts
491
491
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
@@ -1156,7 +1156,7 @@ declare abstract class ContainerModal extends BaseModel {
1156
1156
  /**
1157
1157
  * 关闭插件当前激活的容器模态框
1158
1158
  */
1159
- abstract close: Promise<void>;
1159
+ abstract closeModal: Promise<void>;
1160
1160
  }
1161
1161
 
1162
1162
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/js-sdk",
3
- "version": "2.0.1-alpha.5",
3
+ "version": "2.0.1-alpha.6",
4
4
  "runtimeMinVersions": {
5
5
  "web": "2.1.0",
6
6
  "mobile": "1.1.0"