@rxap/plugin-n8n 20.2.0 → 20.2.1-dev.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/CHANGELOG.md +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-n8n@20.2.0...@rxap/plugin-n8n@20.2.1-dev.0) (2026-01-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-n8n
|
|
9
|
+
|
|
6
10
|
# [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
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/plugin-n8n
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.2.0",
|
|
2
|
+
"version": "20.2.1-dev.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",
|
|
9
|
-
"@rxap/ts-morph": "^1.6.0",
|
|
10
|
-
"@rxap/utilities": "^16.5.0",
|
|
11
|
-
"@rxap/workspace-ts-morph": "^19.1.
|
|
12
|
-
"@rxap/workspace-utilities": "^19.9.0",
|
|
8
|
+
"@rxap/plugin-library": "^20.3.1-dev.0",
|
|
9
|
+
"@rxap/ts-morph": "^1.6.1-dev.0",
|
|
10
|
+
"@rxap/utilities": "^16.5.1-dev.0",
|
|
11
|
+
"@rxap/workspace-ts-morph": "^19.1.14-dev.0",
|
|
12
|
+
"@rxap/workspace-utilities": "^19.9.1-dev.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": "
|
|
49
|
+
"gitHead": "c7d69b5331aace8f6e17874db92377b5ab82422b",
|
|
50
50
|
"exports": {
|
|
51
51
|
"./package.json": "./package.json",
|
|
52
52
|
".": {
|