@hylid/types 4.0.0-alpha.5 → 4.0.0-alpha.6

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/lib/mp.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/mp.d.ts CHANGED
@@ -108,7 +108,7 @@ export interface MPApi extends Omit<MiniprogramApi, 'request'> {
108
108
  imageUrl?: string;
109
109
  image?: string;
110
110
  url: string;
111
- }) => void;
111
+ } & AsyncCallback<void>) => void;
112
112
  homeAddAppToMyApps: (args: {
113
113
  appId: string;
114
114
  }) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hylid/types",
3
- "version": "4.0.0-alpha.5",
3
+ "version": "4.0.0-alpha.6",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib",