@x402scan/mcp 0.0.7-beta.1 → 0.0.7-beta.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/cjs/run-server.cjs +1 -1
- package/dist/esm/index.js +42443 -171
- package/dist/esm/index.js.map +1 -1
- package/package.json +5 -5
package/dist/cjs/run-server.cjs
CHANGED
|
@@ -81168,7 +81168,7 @@ var import_path2 = require("path");
|
|
|
81168
81168
|
var import_url = require("url");
|
|
81169
81169
|
function getVersion() {
|
|
81170
81170
|
if (true) {
|
|
81171
|
-
return "0.0.7-beta.
|
|
81171
|
+
return "0.0.7-beta.2";
|
|
81172
81172
|
}
|
|
81173
81173
|
const __dirname3 = (0, import_path2.dirname)((0, import_url.fileURLToPath)(importMetaUrl));
|
|
81174
81174
|
const pkg = JSON.parse(
|