ms-types 0.4.3 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ms-types",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
package/types/hid.d.ts CHANGED
@@ -293,7 +293,7 @@ declare namespace hid {
293
293
  function takeMeToFront(): boolean;
294
294
 
295
295
  /**
296
- * 获取当前打开应用信息(仅 IOS18+)
296
+ * 获取当前打开应用信息(仅 IOS18.6+)
297
297
  * @returns 当前打开应用信息
298
298
  */
299
299
  function currentAppInfo(): {
@@ -297,7 +297,7 @@ declare namespace $HID {
297
297
  function APP切入前台(): 布尔值;
298
298
 
299
299
  /**
300
- * 获取当前打开应用信息(仅 IOS18+)
300
+ * 获取当前打开应用信息(仅 IOS18.6+)
301
301
  * @returns 当前打开应用信息
302
302
  */
303
303
  function 当前打开应用信息(): {