md4ai 0.7.0 → 0.7.1
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/index.bundled.js +1 -1
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -1361,7 +1361,7 @@ function escapeHtml(text) {
|
|
|
1361
1361
|
|
|
1362
1362
|
// dist/check-update.js
|
|
1363
1363
|
import chalk8 from "chalk";
|
|
1364
|
-
var CURRENT_VERSION = "0.
|
|
1364
|
+
var CURRENT_VERSION = true ? "0.7.1" : "0.0.0-dev";
|
|
1365
1365
|
async function checkForUpdate() {
|
|
1366
1366
|
try {
|
|
1367
1367
|
const controller = new AbortController();
|