@lark-project/js-sdk 2.1.5-alpha.3 → 2.1.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
- # 2.1.42025/1/14
2
+ # 2.1.52026/3/6
3
+ - 「Add」新增 LiteAppSubscribedPropertyValueType 类型相关定义
4
+
5
+ # 2.1.4(2026/1/14)
3
6
  - 「Add」新增 LiteAppPropDataSource 类型相关定义
4
7
 
5
8
  ## 2.1.3(2025/12/19)
package/dist/es/index.js CHANGED
@@ -722,7 +722,7 @@ var SDKClient = _SDKClient;
722
722
  /**
723
723
  * SDK 版本号
724
724
  */
725
- SDKClient.version = "2.1.5-alpha.3";
725
+ SDKClient.version = "2.1.5";
726
726
 
727
727
  // src/types/biz.ts
728
728
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/dist/lib/index.js CHANGED
@@ -796,7 +796,7 @@ var SDKClient = _SDKClient;
796
796
  /**
797
797
  * SDK 版本号
798
798
  */
799
- SDKClient.version = "2.1.5-alpha.3";
799
+ SDKClient.version = "2.1.5";
800
800
 
801
801
  // src/types/biz.ts
802
802
  var AttributeType = /* @__PURE__ */ ((AttributeType2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/js-sdk",
3
- "version": "2.1.5-alpha.3",
3
+ "version": "2.1.5",
4
4
  "runtimeMinVersions": {
5
5
  "web": "2.1.0",
6
6
  "mobile": "1.1.0"