Skip to content

Commit 604bb16

Browse files
committed
chore: remove self-referential agentsys npm dep
package.json declared 'agentsys: ^5.0.0' as a dependency of the agentsys package itself. npm would resolve this from the registry on install, pulling a *different* copy of the package as a nested dependency. Besides being wrong, it means users installing the published package transitively pull an older v5.x of itself. Remove the entry and regenerate package-lock.json.
1 parent 4300097 commit 604bb16

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

package-lock.json

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"node": ">=18.0.0"
8282
},
8383
"dependencies": {
84-
"agentsys": "^5.0.0",
8584
"js-yaml": "~4.1.1"
8685
},
8786
"devDependencies": {

0 commit comments

Comments
 (0)