adyou 0.4.0 → 0.5.0

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/dist/index.js CHANGED
@@ -12,6 +12,9 @@ export * from './core/creatives/media.js';
12
12
  export * from './core/creatives/video.js';
13
13
  export * from './core/creatives/videofx.js';
14
14
  export * from './core/creatives/factory.js';
15
+ export * from './core/creatives/playbook.js';
16
+ export * from './core/creatives/storyboard.js';
17
+ export * from './core/creatives/siteshots.js';
15
18
  export { computePlan } from './core/plan.js';
16
19
  export * from './core/optimize.js';
17
20
  export * from './core/report.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adyou",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "ADYou — 대행사 없이, 당신이 직접. 사이트 주소 하나로 광고 소재·매체 등록·자동 운영·보고까지: AI 광고 자율주행 CLI + MCP 서버(Meta·Google · 생성은 항상 PAUSED · 승인 뒤 시작)",
5
5
  "type": "module",
6
6
  "license": "MIT",