@sl-material/sl-import 1.0.0-beta13 → 1.0.0-beta15
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sl-material/sl-import",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-beta15",
|
|
4
4
|
"description": "导入组件 - 支持批量导入文件,提供多种模板配置",
|
|
5
5
|
"main": "./sl-import.cjs.js",
|
|
6
6
|
"module": "./sl-import.es.js",
|
|
@@ -35,4 +35,4 @@
|
|
|
35
35
|
"flatpickr": "^4.6.13",
|
|
36
36
|
"resumablejs": "^1.1.0"
|
|
37
37
|
}
|
|
38
|
-
}
|
|
38
|
+
}
|