@hyext/types-ext-sdk-hy 3.15.1-beta.4 → 3.15.1-beta.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -843,7 +843,7 @@ namespace observer {
843
843
  * @param params - 本地消息参数
844
844
  * @returns 调用结果
845
845
  */
846
- function postDeveloperLocalMessage(params: PostLocalMessageParams): Promise<void>;
846
+ function postDevelperLocalMessage(params: PostLocalMessageParams): Promise<void>;
847
847
  /**
848
848
  * 监听开发者维度的本地消息
849
849
  * @param params - 参数
@@ -5813,7 +5813,7 @@ namespace observer {
5813
5813
  * @param params - 本地消息参数
5814
5814
  * @returns 调用结果
5815
5815
  */
5816
- function postDeveloperLocalMessage(params: PostLocalMessageParams): Promise<void>;
5816
+ function postDevelperLocalMessage(params: PostLocalMessageParams): Promise<void>;
5817
5817
  /**
5818
5818
  * 监听开发者维度的本地消息
5819
5819
  * @param params - 参数
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.15.1-beta.4",
3
+ "version": "3.15.1-beta.5",
4
4
  "description": "TypeScript definitions for sdk",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",