jh-componentj 0.2.3 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,19 @@
1
1
  /*!
2
- * TVJS Std Extension Pack - v0.2.2 - Sat Nov 30 2024
2
+ * TVJS Std Extension Pack - v0.2.4 - Sat Nov 30 2024
3
3
  * https://github.com/tvjsx/tvjs-xp
4
4
  * Copyright (c) 2020 c451 Code's All Right;
5
5
  * Licensed under the MIT license
6
6
  */
7
+
8
+ /*!
9
+ * TradingVue.JS - v1.0.2 - Thu Mar 18 2021
10
+ * https://github.com/tvjsx/trading-vue-js
11
+ * Copyright (c) 2019 C451 Code's All Right;
12
+ * Licensed under the MIT license
13
+ */
14
+
15
+ /*! Hammer.JS - v2.0.7 - 2016-04-22
16
+ * http://hammerjs.github.io/
17
+ *
18
+ * Copyright (c) 2016 Jorik Tangelder;
19
+ * Licensed under the MIT license */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jh-componentj",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Extension pack for trading-vue-js",
5
5
  "main": "./dist/tvjs-xp.js",
6
6
  "scripts": {
package/src/Main.vue CHANGED
@@ -28,7 +28,7 @@ import { DataCube } from "trading-vue-js";
28
28
  import StdInput from "./components/StdInput.vue";
29
29
 
30
30
  import Data from "../data/data.json";
31
- import Extensions from "./index_dev";
31
+ import Extensions from "./index_prod";
32
32
 
33
33
  import App1 from "./apps/App1.vue";
34
34