superceo 0.3.9 → 0.3.10
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.
|
@@ -603,6 +603,13 @@
|
|
|
603
603
|
"when": 1778052437948,
|
|
604
604
|
"tag": "0085_eager_mulholland_black",
|
|
605
605
|
"breakpoints": true
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"idx": 86,
|
|
609
|
+
"version": "7",
|
|
610
|
+
"when": 1778655495180,
|
|
611
|
+
"tag": "0086_blushing_cerebro",
|
|
612
|
+
"breakpoints": true
|
|
606
613
|
}
|
|
607
614
|
]
|
|
608
615
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superceo",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"description": "SuperCEO CLI — run your business with AI employees",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/royherma/superceo",
|
|
20
20
|
"directory": "cli-superceo"
|
|
21
21
|
},
|
|
22
|
-
"homepage": "https://github.com/
|
|
22
|
+
"homepage": "https://github.com/royherma/superceo",
|
|
23
23
|
"bugs": {
|
|
24
|
-
"url": "https://github.com/
|
|
24
|
+
"url": "https://github.com/royherma/superceo/issues"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"hermes-paperclip-adapter": "^0.2.0",
|
|
56
56
|
"jsdom": "^28.1.0",
|
|
57
57
|
"multer": "^2.1.1",
|
|
58
|
+
"node-pty": "^1.0.0",
|
|
58
59
|
"open": "^11.0.0",
|
|
59
60
|
"picocolors": "^1.1.1",
|
|
60
61
|
"pino": "^9.6.0",
|