@rxap/workspace-ts-morph 19.1.10-dev.4 → 19.1.11-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. 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.11-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/workspace-ts-morph@19.1.10...@rxap/workspace-ts-morph@19.1.11-dev.0) (2025-02-25)
7
+
8
+ **Note:** Version bump only for package @rxap/workspace-ts-morph
9
+
10
+ ## [19.1.10](https://gitlab.com/rxap/packages/compare/@rxap/workspace-ts-morph@19.1.10-dev.4...@rxap/workspace-ts-morph@19.1.10) (2025-02-23)
11
+
12
+ **Note:** Version bump only for package @rxap/workspace-ts-morph
13
+
6
14
  ## [19.1.10-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/workspace-ts-morph@19.1.10-dev.3...@rxap/workspace-ts-morph@19.1.10-dev.4) (2025-02-23)
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.10-dev.4",
2
+ "version": "19.1.11-dev.0",
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.4.6",
8
- "@rxap/ts-morph": "^1.5.4-dev.2",
9
- "@rxap/utilities": "^16.4.3-dev.2",
10
- "@rxap/workspace-utilities": "^19.6.2-dev.4",
8
+ "@rxap/ts-morph": "^1.5.4",
9
+ "@rxap/utilities": "^16.4.3",
10
+ "@rxap/workspace-utilities": "^19.6.3-dev.0",
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": "2285a983e818fd8092add2d1f91bf248f42298ff",
43
+ "gitHead": "bb8277d47be042b180ef5e531ec078235396cc8a",
44
44
  "types": "./src/index.d.ts",
45
45
  "main": "./src/index.js"
46
46
  }