emacroh5lib 1.0.98 → 1.0.99

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.
@@ -46,31 +46,6 @@ version 0.6.9
46
46
  * @license MIT
47
47
  */
48
48
 
49
- /**
50
- * @fileOverview Kickass library to create and place poppers near their reference elements.
51
- * @version {{version}}
52
- * @license
53
- * Copyright (c) 2016 Federico Zivolo and contributors
54
- *
55
- * Permission is hereby granted, free of charge, to any person obtaining a copy
56
- * of this software and associated documentation files (the "Software"), to deal
57
- * in the Software without restriction, including without limitation the rights
58
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
59
- * copies of the Software, and to permit persons to whom the Software is
60
- * furnished to do so, subject to the following conditions:
61
- *
62
- * The above copyright notice and this permission notice shall be included in all
63
- * copies or substantial portions of the Software.
64
- *
65
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
69
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
70
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
71
- * SOFTWARE.
72
- */
73
-
74
49
  /**
75
50
  * @license
76
51
  * Copyright 2010-2022 Three.js Authors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emacroh5lib",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "description": "EMacro前端组件库",
5
5
  "main": "dist/emacroh5lib.min.main.js",
6
6
  "scripts": {
package/src/index.ts CHANGED
@@ -31,7 +31,7 @@ if (typeof window !== 'undefined' && (window as any).Vue) {
31
31
  // import HelloWorld from "@/components/index";
32
32
 
33
33
 
34
-
34
+ const version = '2023-9-14'
35
35
 
36
36
  export default {}
37
- export { EMacro, FileViewer, ImageViewer, VideoViewer, ModelViewer, DragResizeView, HtmlViewer, TaskScheduler }
37
+ export { EMacro, FileViewer, ImageViewer, VideoViewer, ModelViewer, DragResizeView, HtmlViewer, TaskScheduler, version }
package/webpack.config.js CHANGED
@@ -59,8 +59,8 @@ const config = {
59
59
  // 可选的 terser 配置选项
60
60
  // 详细配置请参考 https://github.com/terser/terser
61
61
  terserOptions: {
62
- compress: false, // 禁用压缩
63
- mangle: false, // 禁用代码混淆
62
+ compress: true, // 禁用压缩
63
+ mangle: true, // 禁用代码混淆
64
64
  },
65
65
  }),
66
66
  ],