@kudashi/kds-api 2.14.3-rc-1 → 2.14.3

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.
Files changed (2) hide show
  1. package/api.d.ts +2 -2
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -4636,8 +4636,8 @@ declare global {
4636
4636
 
4637
4637
  /**
4638
4638
  * view是否使用最大高度 将会覆盖size.y
4639
- * @param viewId
4640
- * @param useMaxHeight
4639
+ * @param viewId
4640
+ * @param useMaxHeight
4641
4641
  */
4642
4642
  pluginViewUseMaxHeight(viewId: string, useMaxHeight: boolean): void;
4643
4643
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kudashi/kds-api",
3
- "version": "2.14.3-rc-1",
3
+ "version": "2.14.3",
4
4
  "description": "kds api",
5
5
  "main": "api.d.ts",
6
6
  "scripts": {