@lucern/mcp 1.0.4 → 1.0.5
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/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/gateway.js +1 -1
- package/dist/gateway.js.map +1 -1
- package/dist/hosted-route.js +2 -2
- package/dist/hosted-route.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/proof-attestation.json +1 -1
- package/package.json +5 -5
package/dist/gateway.js
CHANGED
|
@@ -43982,7 +43982,7 @@ function createToolRegistryClient(config = {}) {
|
|
|
43982
43982
|
}
|
|
43983
43983
|
|
|
43984
43984
|
// ../sdk/src/version.ts
|
|
43985
|
-
var LUCERN_SDK_VERSION = "1.0.
|
|
43985
|
+
var LUCERN_SDK_VERSION = "1.0.5";
|
|
43986
43986
|
|
|
43987
43987
|
// ../sdk/src/workflowClient.ts
|
|
43988
43988
|
function normalizeLensQuery(value) {
|