@inkeep/agents-core 0.0.0-dev-20250920002849 → 0.0.0-dev-20250924191551

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/index.cjs CHANGED
@@ -10115,7 +10115,7 @@ function createDefaultCredentialStores() {
10115
10115
  if (process.env.NANGO_SECRET_KEY) {
10116
10116
  stores.push(
10117
10117
  createNangoCredentialStore("nango-default", {
10118
- apiUrl: process.env.NANGO_HOST || "https://api.nango.dev",
10118
+ apiUrl: process.env.NANGO_SERVER_URL || "https://api.nango.dev",
10119
10119
  secretKey: process.env.NANGO_SECRET_KEY
10120
10120
  })
10121
10121
  );
package/dist/index.js CHANGED
@@ -8375,7 +8375,7 @@ function createDefaultCredentialStores() {
8375
8375
  if (process.env.NANGO_SECRET_KEY) {
8376
8376
  stores.push(
8377
8377
  createNangoCredentialStore("nango-default", {
8378
- apiUrl: process.env.NANGO_HOST || "https://api.nango.dev",
8378
+ apiUrl: process.env.NANGO_SERVER_URL || "https://api.nango.dev",
8379
8379
  secretKey: process.env.NANGO_SECRET_KEY
8380
8380
  })
8381
8381
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.0.0-dev-20250920002849",
3
+ "version": "0.0.0-dev-20250924191551",
4
4
  "description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",