free-coding-models 0.5.92 → 0.5.94
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/README.md +14 -12
- package/changelog/v0.5.93.md +21 -0
- package/changelog/v0.5.94.md +37 -0
- package/package.json +1 -1
- package/sources.js +81 -52
- package/src/core/provider-key-tester.js +1 -1
- package/web/dist/assets/{index-DZmqs18M.js → index-ClaihG9x.js} +3 -3
- package/web/dist/index.html +1 -1
package/web/dist/index.html
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<!-- 📖 No webfont links: the dashboard must work fully offline / air-gapped.
|
|
49
49
|
📖 Font stacks live in web/src/global.css and fall back to system fonts
|
|
50
50
|
📖 (locally installed Inter / JetBrains Mono are still picked up if present). -->
|
|
51
|
-
<script type="module" crossorigin src="/assets/index-
|
|
51
|
+
<script type="module" crossorigin src="/assets/index-ClaihG9x.js"></script>
|
|
52
52
|
<link rel="stylesheet" crossorigin href="/assets/index-CCaxIOti.css">
|
|
53
53
|
</head>
|
|
54
54
|
<body>
|