@rxap/plugin-n8n 20.2.0-dev.2 → 20.2.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/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [20.2.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-n8n@20.2.0-dev.3...@rxap/plugin-n8n@20.2.0) (2026-01-23)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-n8n
9
+
10
+ # [20.2.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/plugin-n8n@20.2.0-dev.2...@rxap/plugin-n8n@20.2.0-dev.3) (2026-01-19)
11
+
12
+ **Note:** Version bump only for package @rxap/plugin-n8n
13
+
6
14
  # [20.2.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-n8n@20.2.0-dev.1...@rxap/plugin-n8n@20.2.0-dev.2) (2026-01-13)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/plugin-n8n
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
- "version": "20.2.0-dev.2",
2
+ "version": "20.2.0",
3
3
  "name": "@rxap/plugin-n8n",
4
4
  "description": "This package provides generators for initializing and creating n8n plugins within an Nx workspace. It includes generators for initializing a workspace or project for n8n development, as well as a generator for creating new n8n nodes. The package also includes utilities for updating project configurations and package.json files to support n8n plugin development.\n",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {
7
7
  "@nx/devkit": "20.5.0",
8
- "@rxap/plugin-library": "^20.3.0-dev.2",
9
- "@rxap/ts-morph": "^1.6.0-dev.3",
10
- "@rxap/utilities": "^16.5.0-dev.1",
11
- "@rxap/workspace-ts-morph": "^19.1.13-dev.4",
12
- "@rxap/workspace-utilities": "^19.8.1-dev.3",
8
+ "@rxap/plugin-library": "^20.3.0",
9
+ "@rxap/ts-morph": "^1.6.0",
10
+ "@rxap/utilities": "^16.5.0",
11
+ "@rxap/workspace-ts-morph": "^19.1.13",
12
+ "@rxap/workspace-utilities": "^19.9.0",
13
13
  "colors": "1.4.0",
14
14
  "nx": "20.5.0",
15
15
  "ts-morph": "18.0.0",
@@ -46,7 +46,7 @@
46
46
  "schematics": "./generators.json",
47
47
  "type": "commonjs",
48
48
  "typings": "./src/index.d.ts",
49
- "gitHead": "69d6ee61a20632f52b77de621089334a34f45e03",
49
+ "gitHead": "36b0e9732b24717840935712e316593ff6aba795",
50
50
  "exports": {
51
51
  "./package.json": "./package.json",
52
52
  ".": {