@malloy-publisher/server 0.0.135 → 0.0.137

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@malloy-publisher/server",
3
3
  "description": "Malloy Publisher Server",
4
- "version": "0.0.135",
4
+ "version": "0.0.137",
5
5
  "main": "dist/server.js",
6
6
  "bin": {
7
7
  "malloy-publisher": "dist/server.js"
@@ -98,7 +98,7 @@ describe("MCP Resource Handlers (E2E Integration)", () => {
98
98
  expect(typeof firstResource.mimeType).toBe("string");
99
99
  }
100
100
  },
101
- { timeout: 10000 },
101
+ { timeout: 15000 },
102
102
  );
103
103
 
104
104
  it("should resolve even if called with a specific URI (behavior might vary)", async () => {