@rxap/preset-angular 19.0.3 → 19.0.4-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.
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
+ ## [19.0.4-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.3...@rxap/preset-angular@19.0.4-dev.0) (2024-08-05)
7
+
8
+ **Note:** Version bump only for package @rxap/preset-angular
9
+
6
10
  ## [19.0.3](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.3-dev.15...@rxap/preset-angular@19.0.3) (2024-07-30)
7
11
 
8
12
  **Note:** Version bump only for package @rxap/preset-angular
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "19.0.3",
2
+ "version": "19.0.4-dev.0",
3
3
  "name": "@rxap/preset-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "@nx/devkit": "19.4.2",
7
- "@rxap/plugin-angular": "^19.3.1",
8
- "@rxap/plugin-workspace": "^19.1.3",
7
+ "@rxap/plugin-angular": "^19.3.2-dev.0",
8
+ "@rxap/plugin-workspace": "^19.1.4-dev.0",
9
9
  "tslib": "2.6.2"
10
10
  },
11
11
  "author": {
@@ -40,5 +40,5 @@
40
40
  "schematics": "./generators.json",
41
41
  "type": "commonjs",
42
42
  "typings": "./src/index.d.ts",
43
- "gitHead": "dc81d957aa2a2bd4232af34f2e0550dd52643f40"
43
+ "gitHead": "956c346f3318983a186263380b0eed728b567a7b"
44
44
  }
@@ -330,7 +330,6 @@ exports[`preset should use angular preset 3`] = `
330
330
  },
331
331
  "generators": {
332
332
  "@nx/plugin:plugin": {
333
- "directory": "plugin",
334
333
  "publishable": false,
335
334
  "tags": "plugin,nx,nx-plugin"
336
335
  },
@@ -340,7 +339,6 @@ exports[`preset should use angular preset 3`] = `
340
339
  "buildable": false
341
340
  },
342
341
  "@nx/nest:library": {
343
- "directory": "nest",
344
342
  "tags": "nest",
345
343
  "publishable": false,
346
344
  "buildable": false
@@ -348,8 +346,7 @@ exports[`preset should use angular preset 3`] = `
348
346
  "@nx/nest:application": {
349
347
  "e2eTestRunner": "none",
350
348
  "tags": "nest",
351
- "strict": true,
352
- "directory": "service"
349
+ "strict": true
353
350
  },
354
351
  "@nx/plugin:executor": {
355
352
  "unitTestRunner": "none"
@@ -366,8 +363,7 @@ exports[`preset should use angular preset 3`] = `
366
363
  "prefix": "rxap",
367
364
  "standalone": true,
368
365
  "addTailwind": true,
369
- "routing": true,
370
- "directory": "user-interface"
366
+ "routing": true
371
367
  },
372
368
  "@nx/angular:host": {
373
369
  "style": "scss",
@@ -390,8 +386,7 @@ exports[`preset should use angular preset 3`] = `
390
386
  "prefix": "rxap",
391
387
  "standalone": true,
392
388
  "addTailwind": true,
393
- "host": "shell",
394
- "directory": "user-interface/feature"
389
+ "host": "shell"
395
390
  },
396
391
  "@nx/angular:component": {
397
392
  "style": "scss",
@@ -405,7 +400,6 @@ exports[`preset should use angular preset 3`] = `
405
400
  "changeDetection": "OnPush",
406
401
  "standalone": true,
407
402
  "style": "scss",
408
- "directory": "angular",
409
403
  "tags": "angular,ngx",
410
404
  "prefix": "rxap",
411
405
  "skipModule": true,