ikanban-web 0.1.2 → 0.1.5
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/dist/assets/{ToolOutputDialog-Cq56vLok.js → ToolOutputDialog-omrlEaN1.js} +1 -1
- package/dist/assets/{index-DTPWfiSs.js → index-DnLcILNN.js} +2 -2
- package/dist/assets/main-B1F13c3o.js +311 -0
- package/dist/assets/{vendor-.bun-KwPUu5oc.js → vendor-.bun-CTUAJ4e1.js} +17 -17
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/dist/assets/main-DfG1dUG4.js +0 -311
package/dist/index.html
CHANGED
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
pointer-events: none;
|
|
204
204
|
}
|
|
205
205
|
</style>
|
|
206
|
-
<script type="module" crossorigin src="/assets/index-
|
|
207
|
-
<link rel="modulepreload" crossorigin href="/assets/vendor-.bun-
|
|
206
|
+
<script type="module" crossorigin src="/assets/index-DnLcILNN.js"></script>
|
|
207
|
+
<link rel="modulepreload" crossorigin href="/assets/vendor-.bun-CTUAJ4e1.js">
|
|
208
208
|
<link rel="stylesheet" crossorigin href="/assets/vendor--DEobTDja.css">
|
|
209
209
|
<link rel="stylesheet" crossorigin href="/assets/index-BQJPAP5f.css">
|
|
210
210
|
</head>
|