vue3-tunnel-lining-plugins 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/index.js +3 -13
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,13 +1,3 @@
1
- export { default as DL5Plugin } from './dl5plugin.js';
2
- export { default as DL200Plugin } from './dl200plugin.js';
3
- export { default as SL160Plugin } from './sl160plugin.js';
4
-
5
- export const DL5 = DL5Plugin;
6
- export const DL200 = DL200Plugin;
7
- export const SL160 = SL160Plugin;
8
-
9
- export default {
10
- DL5: DL5Plugin,
11
- DL200: DL200Plugin,
12
- SL160: SL160Plugin
13
- };
1
+ export { default as DL5Plugin } from './mxcadapp_dl5.js';
2
+ export { default as DL200Plugin } from './mxcadapp_dl200.js';
3
+ export { default as SL160Plugin } from './mxcadapp_sl160.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-tunnel-lining-plugins",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Vue3 Tunnel Lining UI Plugins for MxCAD",
5
5
  "main": "index.js",
6
6
  "module": "mxcadapp_dl5.js",