@hylid/types 4.0.24-alpha.3 → 4.0.25

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 +4 -4
  2. package/package.json +1 -1
package/lib/mp.d.ts CHANGED
@@ -265,12 +265,12 @@ export interface MPApi extends Omit<MiniprogramApi, 'request'> {
265
265
  } & AsyncCallback<void>) => void;
266
266
  hideBackHome: () => void;
267
267
  getClientInfo: (args: AsyncCallback<{
268
- "client.version": string;
268
+ 'client.version': string;
269
269
  umidToken?: string;
270
- "os.name": string;
270
+ 'os.name': string;
271
271
  verion: string;
272
- "os.version": string;
273
- "device.id": string;
272
+ 'os.version': string;
273
+ 'device.id': string;
274
274
  channelId?: string;
275
275
  model: string;
276
276
  device: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hylid/types",
3
- "version": "4.0.24-alpha.3",
3
+ "version": "4.0.25",
4
4
  "main": "lib/index.js",
5
5
  "files": [
6
6
  "lib",