@prestyj/editor 0.7.8 → 0.7.39

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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,8 +7,8 @@
7
7
  <p align="center">
8
8
  <a href="https://www.npmjs.com/package/@prestyj/editor"><img src="https://img.shields.io/npm/v/@prestyj/editor?style=for-the-badge" alt="npm version"></a>
9
9
  <a href="../../LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a>
10
- <a href="https://youtube.com/@kenkaidoesai"><img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube"></a>
11
- <a href="https://skool.com/kenkai"><img src="https://img.shields.io/badge/Skool-Community-7C3AED?style=for-the-badge" alt="Skool"></a>
10
+ <a href="https://prestyj.com"><img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube"></a>
11
+ <a href="https://prestyj.com"><img src="https://img.shields.io/badge/Skool-Community-7C3AED?style=for-the-badge" alt="Skool"></a>
12
12
  </p>
13
13
 
14
14
  Built on the [EZCoder Framework](../../README.md). Same agent loop ([`@prestyj/agent`](../agent/README.md)) as ezcoder, completely different tool surface — no `bash`, no `read/write/edit`, no general-purpose coder behaviour. Just video.
@@ -447,8 +447,8 @@ See [ROADMAP.md](./ROADMAP.md) for everything that's done, partial, stubbed, or
447
447
 
448
448
  ## Community
449
449
 
450
- - [YouTube @kenkaidoesai](https://youtube.com/@kenkaidoesai) — tutorials and demos
451
- - [Skool community](https://skool.com/kenkai) — come hang out
450
+ - [YouTube @kenkaidoesai](https://prestyj.com) — tutorials and demos
451
+ - [Skool community](https://prestyj.com) — come hang out
452
452
 
453
453
  ---
454
454
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prestyj/editor",
3
- "version": "0.7.8",
3
+ "version": "0.7.39",
4
4
  "type": "module",
5
5
  "description": "CLI video editor agent. Drives DaVinci Resolve and Premiere Pro via API + hotkeys + GUI fallback.",
6
6
  "license": "MIT",
@@ -27,9 +27,9 @@
27
27
  "react": "^19.2.5",
28
28
  "ws": "^8.18.0",
29
29
  "zod": "^4.4.3",
30
- "@prestyj/ai": "4.3.237",
31
- "@prestyj/cli": "4.3.237",
32
- "@prestyj/agent": "4.3.237"
30
+ "@prestyj/agent": "4.13.3",
31
+ "@prestyj/ai": "4.13.3",
32
+ "@prestyj/cli": "4.13.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^25.6.0",