@nordsym/apiclaw 1.5.3 → 1.5.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.
@@ -1,7 +1,7 @@
1
1
  import { NextRequest, NextResponse } from "next/server";
2
2
 
3
- // MOU functions deployed to adventurous-avocet-799
4
- const CONVEX_URL = "https://adventurous-avocet-799.convex.cloud";
3
+ // MOU functions deployed to brilliant-puffin-712.eu-west-1
4
+ const CONVEX_URL = "https://brilliant-puffin-712.eu-west-1.convex.cloud";
5
5
 
6
6
  interface PartnerConfig {
7
7
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordsym/apiclaw",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "The API layer for AI agents. Dashboard + 22K APIs + 18 Direct Call providers. MCP native.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",