@inkeep/agents-core 0.0.0-dev-20251112192545 → 0.0.0-dev-20251112202138
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -216355,8 +216355,8 @@ var CredentialStuffer = class {
|
|
|
216355
216355
|
};
|
|
216356
216356
|
}
|
|
216357
216357
|
};
|
|
216358
|
-
var
|
|
216359
|
-
path.dirname(
|
|
216358
|
+
var FILENAME = url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));
|
|
216359
|
+
path.dirname(FILENAME);
|
|
216360
216360
|
function createTestDatabaseClientNoMigrations() {
|
|
216361
216361
|
const client = new pglite.PGlite();
|
|
216362
216362
|
const db = pglite$1.drizzle(client, { schema: schema_exports });
|
package/dist/index.js
CHANGED
|
@@ -213674,8 +213674,8 @@ var CredentialStuffer = class {
|
|
|
213674
213674
|
};
|
|
213675
213675
|
}
|
|
213676
213676
|
};
|
|
213677
|
-
var
|
|
213678
|
-
dirname(
|
|
213677
|
+
var FILENAME = fileURLToPath(import.meta.url);
|
|
213678
|
+
dirname(FILENAME);
|
|
213679
213679
|
function createTestDatabaseClientNoMigrations() {
|
|
213680
213680
|
const client = new PGlite();
|
|
213681
213681
|
const db = drizzle$1(client, { schema: schema_exports });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20251112202138",
|
|
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",
|