@hzab/utils 1.0.16 → 1.0.17

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/changelog.md CHANGED
@@ -1,3 +1,7 @@
1
+ # @hzab/utils@1.0.17
2
+
3
+ fix: scan-qr 引用路径修复
4
+
1
5
  # @hzab/utils@1.0.16
2
6
 
3
7
  feat: 图片链接添加 query
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/utils",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "utils",
5
5
  "main": "src",
6
6
  "scripts": {
package/src/scan-qr.ts CHANGED
@@ -1,4 +1,4 @@
1
- import OssUploads from "./upload//OssUploadUtil";
1
+ import OssUploads from "./upload/OssUploadUtil";
2
2
  import { nanoidUrl } from './nanoid'
3
3
  /**
4
4
  * 将对象序列化为 JSON 字符串,然后转换为 Blob 二进制流