lke-component 1.0.127 → 1.0.137
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/dist/lke-component.common.js +1 -1
- package/dist/lke-component.common.js.LICENSE.txt +10 -0
- package/dist/lke-component.umd.js +1 -1
- package/dist/lke-component.umd.js.LICENSE.txt +10 -0
- package/dist/lke-component.umd.min.js +1 -1
- package/dist/lke-component.umd.min.js.LICENSE.txt +10 -0
- package/package.json +2 -1
|
@@ -5,6 +5,16 @@
|
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
+
/*!
|
|
9
|
+
* ZRender, a high performance 2d drawing library.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2013, Baidu Inc.
|
|
12
|
+
* All rights reserved.
|
|
13
|
+
*
|
|
14
|
+
* LICENSE
|
|
15
|
+
* https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
|
|
16
|
+
*/
|
|
17
|
+
|
|
8
18
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
9
19
|
|
|
10
20
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lke-component",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.137",
|
|
4
4
|
"main": "dist/lke-component.umd.js",
|
|
5
5
|
"module": "dist/lke-component.esm.js",
|
|
6
6
|
"files": [
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"webpack-dev-server": "^3.11.3"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
+
"echarts": "^5.6.0",
|
|
69
70
|
"highlight.js": "^11.10.0",
|
|
70
71
|
"highlightjs-copy": "^1.0.5",
|
|
71
72
|
"highlightjs-line-numbers.js": "^2.8.0",
|