@lexbuild/mcp 1.23.2 → 1.23.3
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/CHANGELOG.md
CHANGED
package/dist/bin/http.js
CHANGED
package/dist/bin/stdio.js
CHANGED
|
@@ -568,7 +568,7 @@ function createLogger(level, bindings) {
|
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
// src/lib/version.ts
|
|
571
|
-
var VERSION = true ? "1.23.
|
|
571
|
+
var VERSION = true ? "1.23.3" : "0.0.0-dev";
|
|
572
572
|
|
|
573
573
|
// src/api/client.ts
|
|
574
574
|
var LexBuildApiClient = class {
|
|
@@ -695,4 +695,4 @@ export {
|
|
|
695
695
|
VERSION,
|
|
696
696
|
LexBuildApiClient
|
|
697
697
|
};
|
|
698
|
-
//# sourceMappingURL=chunk-
|
|
698
|
+
//# sourceMappingURL=chunk-B5II2NP5.js.map
|
package/package.json
CHANGED
|
File without changes
|