@micro-lc/preview 0.7.3-rc0 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +18 -0
- package/package.json +3 -4
- package/website/.vite/manifest.json +2 -2
- package/website/assets/index-UUnaDy2L.js +98 -0
- package/website/assets/{index-AYPpxqPP.css → index-_9UZNNtx.css} +1 -1
- package/website/development/.vite/manifest.json +2 -2
- package/website/development/assets/{index-NQ4PJ7wv.css → index-HuzVlez9.css} +14 -5
- package/website/development/assets/{index-ISo-oWvS.js → index-tHug5tbN.js} +1677 -1076
- package/website/development/index.html +2 -2
- package/website/index.html +2 -2
- package/website/assets/index-S8G5Ak69.js +0 -97
- package/website/assets/index-vqyfhyLF.js +0 -97
- package/website/development/assets/index-Fs5pROqu.js +0 -69690
@@ -16,8 +16,8 @@
|
|
16
16
|
}
|
17
17
|
</style>
|
18
18
|
<script src="https://unpkg.com/zone.js"></script>
|
19
|
-
<script type="module" crossorigin src="./assets/index-
|
20
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
19
|
+
<script type="module" crossorigin src="./assets/index-tHug5tbN.js"></script>
|
20
|
+
<link rel="stylesheet" crossorigin href="./assets/index-HuzVlez9.css">
|
21
21
|
</head>
|
22
22
|
<body></body>
|
23
23
|
</html>
|
package/website/index.html
CHANGED
@@ -16,8 +16,8 @@
|
|
16
16
|
}
|
17
17
|
</style>
|
18
18
|
<script src="https://unpkg.com/zone.js"></script>
|
19
|
-
<script type="module" crossorigin src="./assets/index-
|
20
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
19
|
+
<script type="module" crossorigin src="./assets/index-UUnaDy2L.js"></script>
|
20
|
+
<link rel="stylesheet" crossorigin href="./assets/index-_9UZNNtx.css">
|
21
21
|
</head>
|
22
22
|
<body></body>
|
23
23
|
</html>
|