mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Add @logicsrc/plugin-agentmail to package-lock.json
The agentmail workspace was added to package.json but the lockfile was not regenerated, so CI's `npm ci` failed (EUSAGE: missing from lock file). Regenerate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
cb05a64438
commit
61ed94b000
1 changed files with 14 additions and 0 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -1450,6 +1450,10 @@
|
|||
"resolved": "plugins/agentgit",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@logicsrc/plugin-agentmail": {
|
||||
"resolved": "plugins/agentmail",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@logicsrc/plugin-c0mpute": {
|
||||
"resolved": "plugins/c0mpute",
|
||||
"link": true
|
||||
|
|
@ -6177,6 +6181,16 @@
|
|||
"vitest": "^4.0.8"
|
||||
}
|
||||
},
|
||||
"plugins/agentmail": {
|
||||
"name": "@logicsrc/plugin-agentmail",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@logicsrc/plugin-core": "file:../../packages/plugin-core"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vitest": "^4.0.8"
|
||||
}
|
||||
},
|
||||
"plugins/c0mpute": {
|
||||
"name": "@logicsrc/plugin-c0mpute",
|
||||
"version": "0.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue