@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n-as-code/transformer",
3
- "version": "0.2.10",
3
+ "version": "1.0.0",
4
4
  "description": "Bidirectional transformer: n8n JSON workflows ↔ TypeScript",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",