@rxap/workspace-ts-morph 19.1.13-dev.0 → 19.1.13-dev.2
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 +8 -0
- package/package.json +5 -5
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
|
+
## [19.1.13-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/workspace-ts-morph@19.1.13-dev.1...@rxap/workspace-ts-morph@19.1.13-dev.2) (2025-09-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/workspace-ts-morph
|
|
9
|
+
|
|
10
|
+
## [19.1.13-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/workspace-ts-morph@19.1.13-dev.0...@rxap/workspace-ts-morph@19.1.13-dev.1) (2025-09-01)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/workspace-ts-morph
|
|
13
|
+
|
|
6
14
|
## [19.1.13-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/workspace-ts-morph@19.1.12...@rxap/workspace-ts-morph@19.1.13-dev.0) (2025-05-19)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/workspace-ts-morph
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.1.13-dev.
|
|
2
|
+
"version": "19.1.13-dev.2",
|
|
3
3
|
"name": "@rxap/workspace-ts-morph",
|
|
4
4
|
"description": "This package provides utilities for transforming workspace files using the TypeScript compiler API via ts-morph. It includes functions to add directories to a ts-morph project, apply ts-morph project changes to a tree, and perform transformations on Angular and Nest projects. The package also offers an init generator for adding peer dependencies to a project.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/devkit": "20.5.0",
|
|
8
|
-
"@rxap/ts-morph": "^1.
|
|
9
|
-
"@rxap/utilities": "^16.4.5-dev.
|
|
10
|
-
"@rxap/workspace-utilities": "^19.8.1-dev.
|
|
8
|
+
"@rxap/ts-morph": "^1.6.0-dev.1",
|
|
9
|
+
"@rxap/utilities": "^16.4.5-dev.1",
|
|
10
|
+
"@rxap/workspace-utilities": "^19.8.1-dev.1",
|
|
11
11
|
"ts-morph": "^18.0.0",
|
|
12
12
|
"tslib": "2.6.2"
|
|
13
13
|
},
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./generators.json",
|
|
42
42
|
"type": "commonjs",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "e3bb0ca983f56d75192a8e5eff1d3ecab00a3c63",
|
|
44
44
|
"types": "./src/index.d.ts",
|
|
45
45
|
"main": "./src/index.js"
|
|
46
46
|
}
|