md4ai 0.5.1 → 0.5.2
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 +2 -2
- package/package.json +1 -1
package/dist/index.bundled.js
CHANGED
|
@@ -1161,7 +1161,7 @@ function escapeHtml(text) {
|
|
|
1161
1161
|
|
|
1162
1162
|
// dist/check-update.js
|
|
1163
1163
|
import chalk8 from "chalk";
|
|
1164
|
-
var CURRENT_VERSION = "0.5.
|
|
1164
|
+
var CURRENT_VERSION = "0.5.2";
|
|
1165
1165
|
async function checkForUpdate() {
|
|
1166
1166
|
try {
|
|
1167
1167
|
const controller = new AbortController();
|
|
@@ -1828,7 +1828,7 @@ var VERSION_SOURCES = {
|
|
|
1828
1828
|
"turborepo": { type: "npm", package: "turbo" },
|
|
1829
1829
|
"npm": { type: "npm", package: "npm" },
|
|
1830
1830
|
"node": { type: "github", repo: "nodejs/node" },
|
|
1831
|
-
"supabase-cli": { type: "
|
|
1831
|
+
"supabase-cli": { type: "npm", package: "supabase" }
|
|
1832
1832
|
};
|
|
1833
1833
|
|
|
1834
1834
|
// dist/commands/admin-fetch-versions.js
|