@rxap/preset-angular 20.0.1-dev.3 → 20.0.1-dev.5

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
+ ## [20.0.1-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.1-dev.4...@rxap/preset-angular@20.0.1-dev.5) (2025-01-28)
7
+
8
+ **Note:** Version bump only for package @rxap/preset-angular
9
+
10
+ ## [20.0.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.1-dev.3...@rxap/preset-angular@20.0.1-dev.4) (2025-01-28)
11
+
12
+ **Note:** Version bump only for package @rxap/preset-angular
13
+
6
14
  ## [20.0.1-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.1-dev.2...@rxap/preset-angular@20.0.1-dev.3) (2025-01-28)
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": "20.0.1-dev.3",
2
+ "version": "20.0.1-dev.5",
3
3
  "name": "@rxap/preset-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "@nx/devkit": "20.4.0",
7
- "@rxap/plugin-angular": "^20.0.1-dev.3",
8
- "@rxap/plugin-workspace": "^20.0.1-dev.2",
7
+ "@rxap/plugin-angular": "^20.0.1-dev.5",
8
+ "@rxap/plugin-workspace": "^20.0.1-dev.4",
9
9
  "tslib": "2.6.2"
10
10
  },
11
11
  "author": {
@@ -40,6 +40,5 @@
40
40
  "schematics": "./generators.json",
41
41
  "type": "commonjs",
42
42
  "typings": "./src/index.d.ts",
43
- "gitHead": "252cb4808fa3f6e01d8533353e154163dd70a168",
44
43
  "types": "./src/index.d.ts"
45
44
  }
@@ -118,23 +118,9 @@ exports[`preset should use angular preset 3`] = `
118
118
  "codeCoverage": true
119
119
  }
120
120
  }
121
- },
122
- "ci-info": {
123
- "cache": true
124
- },
125
- "localazy-upload": {
126
- "cache": true
127
- },
128
- "extract-i18n": {
129
- "cache": true
130
- },
131
- "localazy-download": {
132
- "cache": true
133
- },
134
- "component-test": {
135
- "cache": true
136
121
  }
137
122
  },
123
+ "defaultProject": "workspace",
138
124
  "namedInputs": {
139
125
  "default": ["{projectRoot}/**/*"],
140
126
  "build": [
@@ -264,6 +250,7 @@ exports[`preset should use angular preset 3`] = `
264
250
  "packageManager": "yarn"
265
251
  },
266
252
  "plugins": [
253
+ "@rxap/plugin-workspace/plugin",
267
254
  "@rxap/plugin-angular/library",
268
255
  "@rxap/plugin-angular/application"
269
256
  ]
@@ -1023,61 +1010,7 @@ tmp.*
1023
1010
  exports[`preset should use angular preset 12`] = `
1024
1011
  "{
1025
1012
  "name": "workspace",
1026
- "$schema": "node_modules/nx/schemas/project-schema.json",
1027
- "targets": {
1028
- "ci-info": {
1029
- "executor": "@rxap/plugin-workspace:ci-info",
1030
- "inputs": [
1031
- {
1032
- "env": "CI_COMMIT_TIMESTAMP"
1033
- },
1034
- {
1035
- "env": "CI_COMMIT_BRANCH"
1036
- },
1037
- {
1038
- "env": "CI_COMMIT_TAG"
1039
- },
1040
- {
1041
- "env": "CI_COMMIT_SHA"
1042
- },
1043
- {
1044
- "env": "CI_ENVIRONMENT_NAME"
1045
- },
1046
- {
1047
- "env": "CI_JOB_ID"
1048
- },
1049
- {
1050
- "env": "CI_PIPELINE_ID"
1051
- },
1052
- {
1053
- "env": "CI_PROJECT_ID"
1054
- },
1055
- {
1056
- "env": "CI_RUNNER_ID"
1057
- },
1058
- {
1059
- "env": "CI_ENVIRONMENT_URL"
1060
- },
1061
- {
1062
- "env": "CI_ENVIRONMENT_TIER"
1063
- },
1064
- {
1065
- "env": "CI_ENVIRONMENT_SLUG"
1066
- },
1067
- {
1068
- "env": "CI_COMMIT_REF_SLUG"
1069
- }
1070
- ],
1071
- "outputs": ["{workspaceRoot}/dist/**/build.json"]
1072
- },
1073
- "docker-compose": {
1074
- "executor": "@rxap/plugin-library:run-generator",
1075
- "options": {
1076
- "generator": "@rxap/plugin-workspace:docker-compose",
1077
- "withoutProjectArgument": true
1078
- }
1079
- }
1080
- }
1013
+ "$schema": "node_modules/nx/schemas/project-schema.json"
1081
1014
  }
1082
1015
  "
1083
1016
  `;