@lark-project/js-sdk 2.0.1-alpha.10 → 2.0.1-alpha.11

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
@@ -459,7 +459,7 @@ var SDKClient = _SDKClient;
459
459
  /**
460
460
  * SDK 版本号
461
461
  */
462
- SDKClient.version = "2.0.1-alpha.10";
462
+ SDKClient.version = "2.0.1-alpha.11";
463
463
 
464
464
  // src/types/biz.ts
465
465
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/dist/lib/index.js CHANGED
@@ -514,7 +514,7 @@ var SDKClient = _SDKClient;
514
514
  /**
515
515
  * SDK 版本号
516
516
  */
517
- SDKClient.version = "2.0.1-alpha.10";
517
+ SDKClient.version = "2.0.1-alpha.11";
518
518
 
519
519
  // src/types/biz.ts
520
520
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
@@ -1159,7 +1159,7 @@ declare abstract class ContainerModal extends BaseModel {
1159
1159
  /**
1160
1160
  * 关闭插件当前激活的容器模态框
1161
1161
  */
1162
- abstract closeModal: Promise<void>;
1162
+ abstract closeModal(): Promise<void>;
1163
1163
  }
1164
1164
 
1165
1165
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/js-sdk",
3
- "version": "2.0.1-alpha.10",
3
+ "version": "2.0.1-alpha.11",
4
4
  "runtimeMinVersions": {
5
5
  "web": "2.1.0",
6
6
  "mobile": "1.1.0"