@zenuml/core 2.0.6 → 2.0.7
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/Integration/vanilla-js/index.html +0 -1
- package/dist/zenuml/core.common.js +7849 -10
- package/dist/zenuml/core.common.js.map +1 -1
- package/dist/zenuml/core.umd.js +7853 -14
- package/dist/zenuml/core.umd.js.map +1 -1
- package/dist/zenuml/core.umd.min.js +10 -4
- package/dist/zenuml/core.umd.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<title>Integration ZenUML Library with Vanilla JavaScript</title>
|
|
6
6
|
<script src="https://unpkg.com/vue@2.6.14"></script>
|
|
7
|
-
<script src="https://unpkg.com/vuex@3.6.2"></script>
|
|
8
7
|
<script src="https://unpkg.com/@zenuml/core@2.0.1/dist/zenuml/core.umd.min.js"></script>
|
|
9
8
|
<link rel="stylesheet" href="https://unpkg.com/@zenuml/core@2.0.1/dist/zenuml/core.css">
|
|
10
9
|
</head>
|