@lov3kaizen/agentsea-debugger 0.5.1 → 1.0.0

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lov3kaizen/agentsea-debugger",
3
- "version": "0.5.1",
3
+ "version": "1.0.0",
4
4
  "description": "AI Agent debugger with step-through execution, decision tree visualization, checkpoint replay, and what-if scenario testing",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -73,7 +73,7 @@
73
73
  "vitest": "^2.1.8"
74
74
  },
75
75
  "peerDependencies": {
76
- "@lov3kaizen/agentsea-core": ">=0.5.0"
76
+ "@lov3kaizen/agentsea-core": ">=0.6.0"
77
77
  },
78
78
  "peerDependenciesMeta": {
79
79
  "@lov3kaizen/agentsea-core": {