@rxap/plugin-angular 16.1.0-dev.7 → 16.1.0-dev.8
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 +6 -0
- package/README.md +1 -1
- package/package.json +15 -15
- package/src/generators/init-application/files/shared/angular.Dockerfile +3 -0
- package/src/generators/init-application/files/shared/assets/Dockerfile +0 -5
- package/src/generators/init-application/files/shared/assets/nginx.conf +0 -74
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
# [16.1.0-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.1.0-dev.7...@rxap/plugin-angular@16.1.0-dev.8) (2023-08-14)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- use utility docker image for frontend containers ([bb1ca18](https://gitlab.com/rxap/packages/commit/bb1ca18661b4624de822bf5468ee4d090fc6112c))
|
|
11
|
+
|
|
6
12
|
# [16.1.0-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.1.0-dev.6...@rxap/plugin-angular@16.1.0-dev.7) (2023-08-06)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ yarn add @rxap/plugin-angular
|
|
|
19
19
|
```
|
|
20
20
|
**Install peer dependencies:**
|
|
21
21
|
```bash
|
|
22
|
-
yarn add @nx/devkit@^16.5.0 @rxap/generator-utilities@^1.1.0-dev.
|
|
22
|
+
yarn add @nx/devkit@^16.5.0 @rxap/generator-utilities@^1.1.0-dev.4 @rxap/plugin-localazy@^16.1.0-dev.3 @rxap/plugin-utilities@^16.1.0-dev.6 @rxap/schematics-ts-morph@^16.0.0-dev.8 @rxap/workspace-ts-morph@^0.1.0-dev.0 @rxap/workspace-utilities@^0.1.0-dev.3 nx@^16.5.0 ts-morph@^18.0.0
|
|
23
23
|
```
|
|
24
24
|
**Execute the init generator:**
|
|
25
25
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxap/plugin-angular",
|
|
3
|
-
"version": "16.1.0-dev.
|
|
3
|
+
"version": "16.1.0-dev.8",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"generators": "./generators.json",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,49 +39,49 @@
|
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@nx/devkit": "^16.5.0",
|
|
42
|
-
"@rxap/generator-utilities": "^1.1.0-dev.
|
|
43
|
-
"@rxap/plugin-localazy": "^16.1.0-dev.
|
|
44
|
-
"@rxap/plugin-utilities": "^16.1.0-dev.
|
|
45
|
-
"@rxap/schematics-ts-morph": "^16.0.0-dev.
|
|
46
|
-
"@rxap/workspace-ts-morph": "^0.0
|
|
47
|
-
"@rxap/workspace-utilities": "^0.1.0-dev.
|
|
42
|
+
"@rxap/generator-utilities": "^1.1.0-dev.4",
|
|
43
|
+
"@rxap/plugin-localazy": "^16.1.0-dev.3",
|
|
44
|
+
"@rxap/plugin-utilities": "^16.1.0-dev.6",
|
|
45
|
+
"@rxap/schematics-ts-morph": "^16.0.0-dev.8",
|
|
46
|
+
"@rxap/workspace-ts-morph": "^0.1.0-dev.0",
|
|
47
|
+
"@rxap/workspace-utilities": "^0.1.0-dev.3",
|
|
48
48
|
"nx": "^16.5.0",
|
|
49
49
|
"ts-morph": "^18.0.0",
|
|
50
50
|
"@rxap/node-utilities": "1.1.0-dev.1",
|
|
51
51
|
"@rxap/schematics-utilities": "16.0.0-dev.7",
|
|
52
|
-
"@rxap/utilities": "16.0.0-dev.
|
|
52
|
+
"@rxap/utilities": "16.0.0-dev.8"
|
|
53
53
|
},
|
|
54
54
|
"nx-migrations": {
|
|
55
55
|
"packageGroup": [
|
|
56
56
|
{
|
|
57
57
|
"package": "@rxap/generator-utilities",
|
|
58
|
-
"version": "1.1.0-dev.
|
|
58
|
+
"version": "1.1.0-dev.4"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"package": "@rxap/plugin-localazy",
|
|
62
|
-
"version": "16.1.0-dev.
|
|
62
|
+
"version": "16.1.0-dev.3"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"package": "@rxap/plugin-utilities",
|
|
66
|
-
"version": "16.1.0-dev.
|
|
66
|
+
"version": "16.1.0-dev.6"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"package": "@rxap/schematics-ts-morph",
|
|
70
|
-
"version": "16.0.0-dev.
|
|
70
|
+
"version": "16.0.0-dev.8"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"package": "@rxap/workspace-ts-morph",
|
|
74
|
-
"version": "0.0
|
|
74
|
+
"version": "0.1.0-dev.0"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"package": "@rxap/workspace-utilities",
|
|
78
|
-
"version": "0.1.0-dev.
|
|
78
|
+
"version": "0.1.0-dev.3"
|
|
79
79
|
}
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"executors": "./executors.json",
|
|
83
83
|
"schematics": "./generators.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "2e18c42848d760a0e64ac7022730018c0f135bf5",
|
|
85
85
|
"main": "./src/index.js",
|
|
86
86
|
"types": "./src/index.d.ts"
|
|
87
87
|
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
user nginx;
|
|
2
|
-
worker_processes auto;
|
|
3
|
-
|
|
4
|
-
error_log /var/log/nginx/error.log notice;
|
|
5
|
-
pid /var/run/nginx.pid;
|
|
6
|
-
|
|
7
|
-
events {
|
|
8
|
-
worker_connections 1024;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
http {
|
|
12
|
-
include /etc/nginx/mime.types;
|
|
13
|
-
default_type application/octet-stream;
|
|
14
|
-
|
|
15
|
-
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
|
|
16
|
-
'$status $body_bytes_sent "$http_referer" '
|
|
17
|
-
'"$http_user_agent" "$http_x_forwarded_for"';
|
|
18
|
-
|
|
19
|
-
access_log /var/log/nginx/access.log main;
|
|
20
|
-
|
|
21
|
-
sendfile on;
|
|
22
|
-
tcp_nopush on;
|
|
23
|
-
|
|
24
|
-
keepalive_timeout 65;
|
|
25
|
-
|
|
26
|
-
gzip on;
|
|
27
|
-
gzip_types text/plain text/html text/css image/jpeg application/javascript image/png image/svg+xml font/woff font/woff2 application/json;
|
|
28
|
-
|
|
29
|
-
map $http_accept_language $accept_language {
|
|
30
|
-
default en;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
server {
|
|
34
|
-
|
|
35
|
-
listen 80 default_server;
|
|
36
|
-
listen [::]:80 default_server;
|
|
37
|
-
server_name _;
|
|
38
|
-
|
|
39
|
-
root /usr/share/nginx/html;
|
|
40
|
-
|
|
41
|
-
index index.html;
|
|
42
|
-
|
|
43
|
-
location ~* .(js|css)$ {
|
|
44
|
-
expires max;
|
|
45
|
-
log_not_found on;
|
|
46
|
-
access_log off;
|
|
47
|
-
add_header Cache-Control "public";
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
location ~* .(ogg|ogv|svg|svgz|eot|otf|woff|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf)$ {
|
|
51
|
-
expires 1d;
|
|
52
|
-
log_not_found on;
|
|
53
|
-
access_log off;
|
|
54
|
-
add_header Cache-Control "public";
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
location ~* .(json|html|xml)$ {
|
|
58
|
-
expires epoch;
|
|
59
|
-
log_not_found on;
|
|
60
|
-
access_log on;
|
|
61
|
-
add_header Cache-Control "no-cache";
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
location / {
|
|
65
|
-
rewrite ^/(.*)$ https://$host/$accept_language/$1 redirect;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
location ~ ^/(de|en|pl) {
|
|
69
|
-
try_files $uri $uri/ /$1/index.html?$args;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
}
|