xframelib 0.9.7 → 0.9.9
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/README.md +3 -1
- package/dist/assets/worker-xmath-C-79xQSy.js +15 -0
- package/dist/index.css +60 -60
- package/dist/index.js +3 -4
- package/package.json +1 -3
- package/dist/assets/worker-xmath-BzVwWco5.js +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xframelib",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.9",
|
|
4
4
|
"description": "积累的前端开发基础库,来源于项目和服务于项目。",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"common": "dist/index.cjs",
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"loglevel": "^1.9.2",
|
|
40
40
|
"qs": "^6.14.0",
|
|
41
41
|
"spark-md5": "^3.0.2",
|
|
42
|
-
"streamsaver": "^2.0.6",
|
|
43
42
|
"xhr": "^2.6.0"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
@@ -49,7 +48,6 @@
|
|
|
49
48
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
50
49
|
"@rollup/plugin-terser": "^0.4.4",
|
|
51
50
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
52
|
-
"@types/streamsaver": "^2.0.5",
|
|
53
51
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
54
52
|
"esbuild": "^0.25.5",
|
|
55
53
|
"rollup-plugin-copy": "^3.5.0",
|