hy-app 0.4.3 → 0.4.4

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.
@@ -1,5 +1,5 @@
1
1
  import type ToastOptions from "../components/hy-toast/typing";
2
- import { error } from "@/package";
2
+ import { error } from "../utils";
3
3
 
4
4
  // 用于缓存全局唯一实例
5
5
  let toastInstance: any = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hy-app",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "fix: 使用hooks触发toast显示提示消息",
5
5
  "main": "./index.ts",
6
6
  "private": false,