@rxap/preset-angular 19.0.7-dev.0 → 19.0.7-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 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.0.7-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.7-dev.1...@rxap/preset-angular@19.0.7-dev.2) (2024-10-04)
7
+
8
+ **Note:** Version bump only for package @rxap/preset-angular
9
+
10
+ ## [19.0.7-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.7-dev.0...@rxap/preset-angular@19.0.7-dev.1) (2024-10-04)
11
+
12
+ **Note:** Version bump only for package @rxap/preset-angular
13
+
6
14
  ## [19.0.7-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.6...@rxap/preset-angular@19.0.7-dev.0) (2024-09-18)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/preset-angular
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "19.0.7-dev.0",
2
+ "version": "19.0.7-dev.2",
3
3
  "name": "@rxap/preset-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
- "@nx/devkit": "19.6.2",
7
- "@rxap/plugin-angular": "^19.3.5-dev.0",
8
- "@rxap/plugin-workspace": "^19.1.7-dev.0",
6
+ "@nx/devkit": "19.7.4",
7
+ "@rxap/plugin-angular": "^19.3.5-dev.2",
8
+ "@rxap/plugin-workspace": "^19.1.7-dev.1",
9
9
  "tslib": "2.6.2"
10
10
  },
11
11
  "author": {
@@ -40,6 +40,6 @@
40
40
  "schematics": "./generators.json",
41
41
  "type": "commonjs",
42
42
  "typings": "./src/index.d.ts",
43
- "gitHead": "050553cb9a712b4452e67195c4881b42effc0e58",
43
+ "gitHead": "cf351f4b3d080614666773666f2f4e4fb0808418",
44
44
  "types": "./src/index.d.ts"
45
45
  }
@@ -69,10 +69,10 @@ exports[`preset should use angular preset 2`] = `
69
69
  "@commitlint/cli": "latest",
70
70
  "@commitlint/config-conventional": "latest",
71
71
  "@nx/angular": "latest",
72
- "@nx/eslint": "19.6.2",
73
- "@nx/eslint-plugin": "19.6.2",
74
- "@nx/jest": "19.6.2",
75
- "@nx/js": "19.6.2",
72
+ "@nx/eslint": "19.7.4",
73
+ "@nx/eslint-plugin": "19.7.4",
74
+ "@nx/jest": "19.7.4",
75
+ "@nx/js": "19.7.4",
76
76
  "@rxap/cli": "latest",
77
77
  "@rxap/schematic-composer": "latest",
78
78
  "@schematics/angular": "~18.2.0",
@@ -145,7 +145,7 @@ exports[`preset should use angular preset 3`] = `
145
145
  "index-export": {
146
146
  "cache": true,
147
147
  "executor": "@rxap/plugin-library:run-generator",
148
- "outputs": ["{workspaceRoot}/{projectRoot}/src/index.ts"],
148
+ "outputs": ["{projectRoot}/src/index.ts"],
149
149
  "options": {
150
150
  "generator": "@rxap/plugin-library:index-export"
151
151
  },
@@ -180,7 +180,7 @@ exports[`preset should use angular preset 3`] = `
180
180
  "outputs": [
181
181
  "{workspaceRoot}/coverage/{projectRoot}",
182
182
  "{workspaceRoot}/junit/{projectRoot}",
183
- "{workspaceRoot}/{projectRoot}/coverage"
183
+ "{projectRoot}/coverage"
184
184
  ],
185
185
  "inputs": [
186
186
  "test",