jh-componentj 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/tvjs-xp.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * TVJS Std Extension Pack - v0.2.2 - Sat Nov 30 2024
2
+ * TVJS Std Extension Pack - v0.2.3 - 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
@@ -1,4 +1,4 @@
1
- /*! TVJS Std Extension Pack - v0.2.2 - Sat Nov 30 2024
1
+ /*! TVJS Std Extension Pack - v0.2.3 - Sat Nov 30 2024
2
2
  https://github.com/tvjsx/tvjs-xp
3
3
  Copyright (c) 2020 c451 Code's All Right;
4
4
  Licensed under the MIT license */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * TVJS Std Extension Pack - v0.2.2 - Sat Nov 30 2024
2
+ * TVJS Std Extension Pack - v0.2.3 - 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jh-componentj",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
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