@tuya-sat/sdf-main-sdk 0.0.25 → 0.0.28

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.
@@ -16,7 +16,7 @@ export declare const eventNames: {
16
16
  SHOW_TOP_MICRO_MENUS: string;
17
17
  HIDE_TOP_MICRO_MENUS: string;
18
18
  };
19
- export declare const eventEmiter: EventEmitter;
19
+ export declare const eventEmitter: EventEmitter;
20
20
  export declare const getMicroAppId: () => string;
21
21
  export declare const curMicroAppName: () => any;
22
22
  export declare const curMicroAppCode: () => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/sdf-main-sdk",
3
- "version": "0.0.25",
3
+ "version": "0.0.28",
4
4
  "main": "./dist/main.bundle.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",