@angular-devkit/core 9.0.3 → 9.0.7
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/package.json
CHANGED
|
@@ -90,7 +90,7 @@ This seems like a lot of boilerplate in comparison, but there are a few advantag
|
|
|
90
90
|
|
|
91
91
|
## Diagram
|
|
92
92
|
A simpler way to think about jobs in contrast to observables is that job are closer to a Unix
|
|
93
|
-
process. It has an argument (command line flags), receive inputs (STDIN and
|
|
93
|
+
process. It has an argument (command line flags), receive inputs (STDIN and interrupt signals),
|
|
94
94
|
and output values (STDOUT) as well as diagnostic (STDERR). They can be plugged one into another
|
|
95
95
|
(piping), and can be transformed, synchronized and scheduled (fork, exec, cron).
|
|
96
96
|
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"type": "string",
|
|
137
137
|
"description": "Specifies the source locale of the application.",
|
|
138
138
|
"default": "en-US",
|
|
139
|
-
"pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$"
|
|
139
|
+
"pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?(-x(-[a-zA-Z0-9]{1,8})+)?$"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"type": "object",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"code": {
|
|
146
146
|
"type": "string",
|
|
147
147
|
"description": "Specifies the locale code of the source locale",
|
|
148
|
-
"pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$"
|
|
148
|
+
"pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?(-x(-[a-zA-Z0-9]{1,8})+)?$"
|
|
149
149
|
},
|
|
150
150
|
"baseHref": {
|
|
151
151
|
"type": "string",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"type": "object",
|
|
161
161
|
"additionalProperties": false,
|
|
162
162
|
"patternProperties": {
|
|
163
|
-
"^[a-
|
|
163
|
+
"^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?(-x(-[a-zA-Z0-9]{1,8})+)?$": {
|
|
164
164
|
"oneOf": [
|
|
165
165
|
{
|
|
166
166
|
"type": "string",
|