@hzab/form-render 1.7.14 → 1.7.15

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,4 +1,8 @@
1
- # @hzab/form-render@1.7.4
1
+ # @hzab/form-render@1.7.15
2
+
3
+ fix: utils ossUpload 引用更新
4
+
5
+ # @hzab/form-render@1.7.14
2
6
 
3
7
  fix: isAdditionComponent 通过 ArrayTable 导出
4
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/form-render",
3
- "version": "1.7.14",
3
+ "version": "1.7.15",
4
4
  "description": "",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -1,4 +1,5 @@
1
- import OssUploadUtil, { axios, getSignature } from "@hzab/utils/src/upload/OssUploadUtil";
1
+ import OssUploadUtil from "@hzab/utils/src/upload/ossUpload";
2
+ import { axios, getSignature } from "@hzab/utils/src/upload/OssUploadUtil";
2
3
  import { getFormRenderPCGlobalServeConfig } from "../../../globalConfig.ts";
3
4
 
4
5
  /**