|
1 | 1 | {
|
2 | 2 | "name": "@angular-material-extensions/password-strength",
|
3 | 3 | "description": "Material password strength meter to indicate how secure is the provided password",
|
4 |
| - "version": "13.0.0", |
| 4 | + "version": "16.0.0", |
5 | 5 | "homepage": "https://github.com/angular-material-extensions/password-strength",
|
6 | 6 | "author": {
|
7 | 7 | "name": "anthonynahas",
|
|
41 | 41 | "release:patch": "../../../node_modules/.bin/release-it --patch --ci",
|
42 | 42 | "release:minor": "../../../node_modules/.bin/release-it --minor --ci",
|
43 | 43 | "release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
|
44 |
| - "release:custom": "../../../node_modules/.bin/release-it 13.0.0 --ci --no-git.requireCleanWorkingDir", |
| 44 | + "release:custom": "../../../node_modules/.bin/release-it 16.0.0 --ci --no-git.requireCleanWorkingDir", |
45 | 45 | "ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/password-strength",
|
46 | 46 | "test": "../../../node_modules/.bin/jest --coverage",
|
47 | 47 | "test:watch": "../../../node_modules/.bin/jest --coverage --watch"
|
48 | 48 | },
|
49 | 49 | "peerDependencies": {
|
50 |
| - "@angular/common": "^15.x", |
51 |
| - "@angular/core": "^15.x", |
52 |
| - "@angular/forms": "^15.x", |
53 |
| - "@angular/cdk": "^15.x", |
54 |
| - "@angular/material": "^15.x" |
| 50 | + "@angular/common": "^16.x", |
| 51 | + "@angular/core": "^16.x", |
| 52 | + "@angular/forms": "^16.x", |
| 53 | + "@angular/cdk": "^16.x", |
| 54 | + "@angular/material": "^16.x" |
55 | 55 | },
|
56 | 56 | "engines": {
|
57 | 57 | "node": ">=14"
|
|
0 commit comments