@contenthero/cli 0.2.7 → 0.2.8

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": "@contenthero/cli",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Official ContentHero CLI. Generate media, run the content pipeline, and read your brand/research context from the terminal or any agent shell. Rides the @contenthero/sdk kernel.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -41,7 +41,7 @@
41
41
  "license": "MIT",
42
42
  "private": false,
43
43
  "dependencies": {
44
- "@contenthero/sdk": "^0.3.7",
44
+ "@contenthero/sdk": "^0.3.8",
45
45
  "commander": "^12.1.0",
46
46
  "picocolors": "^1.1.1"
47
47
  },