@rxap/plugin-utilities 20.0.4-dev.2 → 20.0.4-dev.4

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 +3 -3
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.0.4-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/plugin-utilities@20.0.4-dev.3...@rxap/plugin-utilities@20.0.4-dev.4) (2025-04-14)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-utilities
9
+
10
+ ## [20.0.4-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/plugin-utilities@20.0.4-dev.2...@rxap/plugin-utilities@20.0.4-dev.3) (2025-04-02)
11
+
12
+ **Note:** Version bump only for package @rxap/plugin-utilities
13
+
6
14
  ## [20.0.4-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-utilities@20.0.4-dev.1...@rxap/plugin-utilities@20.0.4-dev.2) (2025-03-26)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/plugin-utilities
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "version": "20.0.4-dev.2",
2
+ "version": "20.0.4-dev.4",
3
3
  "name": "@rxap/plugin-utilities",
4
4
  "description": "Provides utility functions for Nx plugins, such as retrieving project dependencies, determining output paths, and interacting with package.json files. It simplifies common tasks within Nx executors and generators. This package helps streamline plugin development by offering pre-built functionalities for project analysis and manipulation.\n",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {
7
7
  "@nx/devkit": "20.5.0",
8
8
  "@rxap/node-utilities": "^1.3.10-dev.0",
9
- "@rxap/workspace-utilities": "^19.8.0-dev.2",
9
+ "@rxap/workspace-utilities": "^19.8.0-dev.4",
10
10
  "tslib": "2.6.2"
11
11
  },
12
12
  "author": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "schematics": "./generators.json",
40
40
  "type": "commonjs",
41
- "gitHead": "34e20191298b8ccff75100a589bf0cfc95938a27",
41
+ "gitHead": "15e9c42fe02a2bec423eb4b6e286ddcb1c46cfd4",
42
42
  "types": "./src/index.d.ts",
43
43
  "main": "./src/index.js"
44
44
  }