xframelib 0.9.0 → 0.9.1

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.
@@ -101,7 +101,7 @@ export declare class BigFileDownload {
101
101
  /**
102
102
  * 开始分段下载
103
103
  */
104
- download(downloadAPI?: string, baseURL?: string): Promise<void>;
104
+ download(downloadAPI?: string, baseURL?: string, _params?: any): Promise<void>;
105
105
  /**
106
106
  * 下载完成进度
107
107
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xframelib",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "积累的前端开发基础库",
5
5
  "main": "dist/index.js",
6
6
  "common": "dist/index.cjs",
@@ -31,40 +31,40 @@
31
31
  "@hprose/io": "^3.0.10",
32
32
  "@hprose/rpc-core": "^3.0.10",
33
33
  "@hprose/rpc-html5": "^3.0.10",
34
- "@iconify/vue": "^4.2.0",
34
+ "@iconify/vue": "^4.3.0",
35
35
  "@microsoft/signalr": "^8.0.7",
36
36
  "axios": "^1.7.9",
37
37
  "fflate": "^0.8.2",
38
38
  "iconv-lite": "^0.6.3",
39
39
  "localforage": "^1.10.0",
40
40
  "loglevel": "^1.9.2",
41
- "qs": "^6.13.1",
41
+ "qs": "^6.14.0",
42
42
  "spark-md5": "^3.0.2",
43
43
  "streamsaver": "^2.0.6",
44
44
  "xhr": "^2.6.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@rollup/plugin-alias": "^5.1.1",
48
- "@rollup/plugin-commonjs": "^28.0.1",
48
+ "@rollup/plugin-commonjs": "^28.0.2",
49
49
  "@rollup/plugin-json": "^6.1.0",
50
- "@rollup/plugin-node-resolve": "^15.3.0",
51
- "@rollup/plugin-typescript": "^12.1.1",
50
+ "@rollup/plugin-node-resolve": "^16.0.0",
51
+ "@rollup/plugin-typescript": "^12.1.2",
52
52
  "@types/streamsaver": "^2.0.5",
53
53
  "@vitejs/plugin-vue": "^5.2.1",
54
54
  "@vue/compiler-sfc": "^3.5.13",
55
- "esbuild": "^0.24.0",
55
+ "esbuild": "^0.25.0",
56
56
  "rimraf": "^6.0.1",
57
57
  "rollup-plugin-copy": "^3.5.0",
58
- "rollup-plugin-esbuild": "^6.1.1",
59
- "rollup-plugin-scss": "^4.0.0",
58
+ "rollup-plugin-esbuild": "^6.2.0",
59
+ "rollup-plugin-scss": "^4.0.1",
60
60
  "rollup-plugin-terser": "^7.0.2",
61
61
  "rollup-plugin-typescript2": "^0.36.0",
62
62
  "rollup-plugin-vue": "^6.0.0",
63
- "sass": "^1.82.0",
64
- "typescript": "^5.7.2",
65
- "vite": "^6.0.3",
63
+ "sass": "^1.85.0",
64
+ "typescript": "^5.7.3",
65
+ "vite": "^6.1.0",
66
66
  "vue": "^3.5.13",
67
67
  "vue-router": "^4.5.0",
68
- "vue-tsc": "^2.1.10"
68
+ "vue-tsc": "^2.2.2"
69
69
  }
70
70
  }