@ai-development-environment/control-agent 0.0.44 → 0.0.46
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-development-environment/control-agent",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.46",
|
|
4
4
|
"description": "Control agent for the AI Development Environment",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"full-check": "npm run format && npm run lint:fix && npm run type-check && npm run test:run && npm run build",
|
|
36
36
|
"full-check:ci": "npm run format:check && npm run lint && npm run type-check && npm run test:run && npm run build",
|
|
37
37
|
"full-check:dev": "npm run full-check && npm run dev",
|
|
38
|
-
"upgrade": "ncu -u && npm install",
|
|
39
|
-
"upgrade:check": "ncu"
|
|
38
|
+
"upgrade": "ncu -u --cooldown 48h && npm install",
|
|
39
|
+
"upgrade:check": "ncu --cooldown 48h"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@ai-development-environment/agent-contract": "*",
|