@prestyj/editor 0.7.8 → 0.7.33
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/README.md +4 -4
- 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://
|
|
11
|
-
<a href="https://
|
|
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://
|
|
451
|
-
- [Skool community](https://
|
|
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.
|
|
3
|
+
"version": "0.7.33",
|
|
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/
|
|
31
|
-
"@prestyj/
|
|
32
|
-
"@prestyj/
|
|
30
|
+
"@prestyj/agent": "4.12.0",
|
|
31
|
+
"@prestyj/ai": "4.12.0",
|
|
32
|
+
"@prestyj/cli": "4.12.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^25.6.0",
|