@rxap/plugin-library 20.2.1-dev.2 → 20.2.1-dev.3
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 +5 -5
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.3](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@20.2.1-dev.2...@rxap/plugin-library@20.2.1-dev.3) (2025-04-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-library
|
|
9
|
+
|
|
6
10
|
## [20.2.1-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@20.2.1-dev.1...@rxap/plugin-library@20.2.1-dev.2) (2025-03-26)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/plugin-library
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.2.1-dev.
|
|
2
|
+
"version": "20.2.1-dev.3",
|
|
3
3
|
"name": "@rxap/plugin-library",
|
|
4
4
|
"description": "This package provides generators and executors for managing and maintaining Nx plugin libraries. It includes functionality for generating index exports, fixing dependencies, generating JSON schemas, and more. It helps streamline the development process for Nx plugins by automating common tasks and enforcing best practices.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"@nx/devkit": "20.5.0",
|
|
9
9
|
"@nx/plugin": "20.5.0",
|
|
10
10
|
"@rxap/node-utilities": "^1.3.10-dev.0",
|
|
11
|
-
"@rxap/plugin-utilities": "^20.0.4-dev.
|
|
11
|
+
"@rxap/plugin-utilities": "^20.0.4-dev.3",
|
|
12
12
|
"@rxap/ts-morph": "^1.5.5-dev.0",
|
|
13
13
|
"@rxap/utilities": "^16.4.4-dev.0",
|
|
14
|
-
"@rxap/workspace-ts-morph": "^19.1.12-dev.
|
|
15
|
-
"@rxap/workspace-utilities": "^19.8.0-dev.
|
|
14
|
+
"@rxap/workspace-ts-morph": "^19.1.12-dev.3",
|
|
15
|
+
"@rxap/workspace-utilities": "^19.8.0-dev.3",
|
|
16
16
|
"colors": "1.4.0",
|
|
17
17
|
"handlebars": "4.7.8",
|
|
18
18
|
"nx": "20.5.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"schematics": "./generators.json",
|
|
51
51
|
"type": "commonjs",
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "b32f110144dafee760d535d217a2855e77f154a5",
|
|
53
53
|
"exports": {
|
|
54
54
|
"./package.json": "./package.json",
|
|
55
55
|
".": {
|