@angular-devkit/core 9.1.0-next.2 → 9.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/core",
3
- "version": "9.1.0-next.2",
3
+ "version": "9.1.0",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "ajv": "6.12.0",
17
17
  "fast-json-stable-stringify": "2.1.0",
18
- "magic-string": "0.25.6",
18
+ "magic-string": "0.25.7",
19
19
  "rxjs": "6.5.4",
20
20
  "source-map": "0.7.3"
21
21
  },
@@ -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-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$": {
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",