@n8n-as-code/transformer 0.2.10 → 1.0.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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ This package provides the core transformation engine that converts:
|
|
|
10
10
|
- **JSON → TypeScript**: n8n workflow JSON (from API) → TypeScript class with decorators
|
|
11
11
|
- **TypeScript → JSON**: TypeScript workflow class → n8n workflow JSON (for API)
|
|
12
12
|
|
|
13
|
+
It is the shared foundation consumed by the CLI, the skills package, and the VS Code extension.
|
|
14
|
+
|
|
13
15
|
## Features
|
|
14
16
|
|
|
15
17
|
- ✅ **Bidirectional transformation** with roundtrip support
|