@angular/cli 9.0.6 → 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.
@@ -387,7 +387,7 @@
387
387
  "description": "Specifies the source locale of the application.",
388
388
  "default": "en-US",
389
389
  "$comment": "IETF BCP 47 language tag (simplified)",
390
- "pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$"
390
+ "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})+)?$"
391
391
  },
392
392
  {
393
393
  "type": "object",
@@ -396,7 +396,7 @@
396
396
  "code": {
397
397
  "type": "string",
398
398
  "description": "Specifies the locale code of the source locale",
399
- "pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$"
399
+ "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})+)?$"
400
400
  },
401
401
  "baseHref": {
402
402
  "type": "string",
@@ -411,7 +411,7 @@
411
411
  "type": "object",
412
412
  "additionalProperties": false,
413
413
  "patternProperties": {
414
- "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$": {
414
+ "^[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})+)?$": {
415
415
  "oneOf": [
416
416
  {
417
417
  "type": "string",
@@ -2066,7 +2066,7 @@
2066
2066
  "minItems": 1,
2067
2067
  "items": {
2068
2068
  "type": "string",
2069
- "pattern": "^[a-zA-Z]{2,3}(-[a-zA-Z]{4})?(-([a-zA-Z]{2}|[0-9]{3}))?(-[a-zA-Z]{5,8})?$"
2069
+ "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})+)?$"
2070
2070
  }
2071
2071
  }
2072
2072
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "9.0.6",
3
+ "version": "9.0.7",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "homepage": "https://github.com/angular/angular-cli",
30
30
  "dependencies": {
31
- "@angular-devkit/architect": "0.900.6",
32
- "@angular-devkit/core": "9.0.6",
33
- "@angular-devkit/schematics": "9.0.6",
34
- "@schematics/angular": "9.0.6",
35
- "@schematics/update": "0.900.6",
31
+ "@angular-devkit/architect": "0.900.7",
32
+ "@angular-devkit/core": "9.0.7",
33
+ "@angular-devkit/schematics": "9.0.7",
34
+ "@schematics/angular": "9.0.7",
35
+ "@schematics/update": "0.900.7",
36
36
  "@yarnpkg/lockfile": "1.1.0",
37
37
  "ansi-colors": "4.1.1",
38
38
  "debug": "^4.1.1",
@@ -52,12 +52,12 @@
52
52
  "ng-update": {
53
53
  "migrations": "@schematics/angular/migrations/migration-collection.json",
54
54
  "packageGroup": {
55
- "@angular/cli": "9.0.6",
56
- "@angular-devkit/build-angular": "0.900.6",
57
- "@angular-devkit/build-ng-packagr": "0.900.6",
58
- "@angular-devkit/build-webpack": "0.900.6",
59
- "@angular-devkit/core": "9.0.6",
60
- "@angular-devkit/schematics": "9.0.6"
55
+ "@angular/cli": "9.0.7",
56
+ "@angular-devkit/build-angular": "0.900.7",
57
+ "@angular-devkit/build-ng-packagr": "0.900.7",
58
+ "@angular-devkit/build-webpack": "0.900.7",
59
+ "@angular-devkit/core": "9.0.7",
60
+ "@angular-devkit/schematics": "9.0.7"
61
61
  }
62
62
  },
63
63
  "engines": {