|
1 | 1 | {
|
2 | 2 | "name": "@angular-material-extensions/google-maps-autocomplete",
|
3 | 3 | "description": "Autocomplete input component and directive for google-maps built with angular and material design",
|
4 |
| - "version": "8.1.0", |
| 4 | + "version": "8.1.1", |
5 | 5 | "homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete",
|
6 | 6 | "author": {
|
7 | 7 | "name": "Anthony Nahas",
|
|
43 | 43 | "release:patch": "../../../node_modules/.bin/release-it --patch --ci",
|
44 | 44 | "release:minor": "../../../node_modules/.bin/release-it --minor --ci",
|
45 | 45 | "release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
|
46 |
| - "release:custom": "../../../node_modules/.bin/release-it 8.1.0 --ci --no-git.requireCleanWorkingDir", |
| 46 | + "release:custom": "../../../node_modules/.bin/release-it 8.1.1 --ci --no-git.requireCleanWorkingDir", |
47 | 47 | "ng:test": "../../../node_modules/.bin/ng test @angular-material-extensions/google-maps-autocomplete",
|
48 | 48 | "test": "../../../node_modules/.bin/jest --coverage",
|
49 | 49 | "test:watch": "../../../node_modules/.bin/jest --coverage --watch"
|
50 | 50 | },
|
51 | 51 | "peerDependencies": {
|
52 |
| - "@angular/common": "^13.x", |
53 |
| - "@angular/core": "^13.x", |
54 |
| - "@angular/platform-browser": "^13.x", |
55 |
| - "@angular/flex-layout": "^13.0.0-beta.38", |
56 |
| - "@angular/forms": "^13.x", |
57 |
| - "@angular/cdk": "^13.x", |
58 |
| - "@angular/material": "^13.x", |
| 52 | + "@angular/common": "^14.x", |
| 53 | + "@angular/core": "^14.x", |
| 54 | + "@angular/platform-browser": "^14.x", |
| 55 | + "@angular/flex-layout": "^14.x", |
| 56 | + "@angular/forms": "^14.x", |
| 57 | + "@angular/cdk": "^14.x", |
| 58 | + "@angular/material": "^14.x", |
59 | 59 | "@agm/core": "^3.0.0-beta.0",
|
60 | 60 | "@types/googlemaps": "~3.43.3",
|
61 |
| - "rxjs": "^7.5.4", |
62 |
| - "zone.js": "~0.11.1" |
| 61 | + "rxjs": "^7.x", |
| 62 | + "zone.js": "~0.11.x" |
63 | 63 | },
|
64 | 64 | "engines": {
|
65 | 65 | "node": ">=14.0.0"
|
|
0 commit comments