|
1 | 1 | {
|
2 | 2 | "name": "@angular-material-extensions/select-country",
|
3 | 3 | "description": "Angular Material component that allow users to select a country or nationality",
|
4 |
| - "version": "6.0.1", |
| 4 | + "version": "7.0.0", |
5 | 5 | "homepage": "https://angular-material-extensions.github.io/select-country",
|
6 | 6 | "author": {
|
7 | 7 | "name": "anthonynahas",
|
|
42 | 42 | "release:patch": "../../../node_modules/.bin/release-it --patch --ci ",
|
43 | 43 | "release:minor": "../../../node_modules/.bin/release-it --minor --ci",
|
44 | 44 | "release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir",
|
45 |
| - "release:version": "../../../node_modules/.bin/release-it 6.0.1 --ci --no-git.requireCleanWorkingDir", |
| 45 | + "release:version": "../../../node_modules/.bin/release-it 7.0.0 --ci --no-git.requireCleanWorkingDir", |
46 | 46 | "ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/select-country",
|
47 | 47 | "test": "../../../node_modules/.bin/jest --coverage",
|
48 | 48 | "test:watch": "../../../node_modules/.bin/jest --coverage --watch"
|
49 | 49 | },
|
50 | 50 | "peerDependencies": {
|
51 |
| - "@angular/common": "^13.x", |
52 |
| - "@angular/core": "^13.x", |
53 |
| - "@angular/forms": "^13.x", |
54 |
| - "@angular/platform-browser": "^13.x", |
55 |
| - "@angular/cdk": "~13.x", |
56 |
| - "@angular/material": "~13.x", |
| 51 | + "@angular/common": "^14.x", |
| 52 | + "@angular/core": "^14.x", |
| 53 | + "@angular/forms": "^14.x", |
| 54 | + "@angular/platform-browser": "^14.x", |
| 55 | + "@angular/cdk": "~14.x", |
| 56 | + "@angular/material": "~14.x", |
57 | 57 | "rxjs": "^7.x"
|
58 | 58 | },
|
59 | 59 | "engines": {
|
60 |
| - "node": ">=10.13" |
| 60 | + "node": ">=14" |
61 | 61 | },
|
62 | 62 | "release-it": {
|
63 | 63 | "github": {
|
|
0 commit comments