@inkeep/agents-core 0.0.0-dev-20250911232317 → 0.0.0-dev-20250911232805
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -48,7 +48,7 @@ var require_package = __commonJS({
|
|
|
48
48
|
"package.json"(exports, module) {
|
|
49
49
|
module.exports = {
|
|
50
50
|
name: "@inkeep/agents-core",
|
|
51
|
-
version: "0.0.0-dev-
|
|
51
|
+
version: "0.0.0-dev-20250911232805",
|
|
52
52
|
description: "Core database schema, types, and validation schemas for Inkeep Agent Framework",
|
|
53
53
|
type: "module",
|
|
54
54
|
license: "SEE LICENSE IN LICENSE.md",
|
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ var require_package = __commonJS({
|
|
|
34
34
|
"package.json"(exports, module) {
|
|
35
35
|
module.exports = {
|
|
36
36
|
name: "@inkeep/agents-core",
|
|
37
|
-
version: "0.0.0-dev-
|
|
37
|
+
version: "0.0.0-dev-20250911232805",
|
|
38
38
|
description: "Core database schema, types, and validation schemas for Inkeep Agent Framework",
|
|
39
39
|
type: "module",
|
|
40
40
|
license: "SEE LICENSE IN LICENSE.md",
|
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-20250911232805",
|
|
4
4
|
"description": "Core database schema, types, and validation schemas for Inkeep Agent Framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|