Skip to content

Commit d69deb5

Browse files
committed
fix(project): updated the lib
1 parent 4aaf185 commit d69deb5

10 files changed

+1576
-1556
lines changed

package-lock.json

Lines changed: 1551 additions & 1541 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"private": true,
3737
"dependencies": {
38-
"@agm/core": "^1.1.0",
38+
"@agm/core": "^3.0.0-beta.0",
3939
"@angular-devkit/core": "^13.2.3",
4040
"@angular-devkit/schematics": "^13.2.3",
4141
"@angular/animations": "^13.2.2",
@@ -150,4 +150,4 @@
150150
}
151151
}
152152
}
153-
}
153+
}

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/25/3d/bede8bffc1859dcbd49de2a633c665ef3503c557913cd5a19955a0253464363f91d41b0be9a1fb931e887c5d31db36757eed574b7fcd0a0fc42b6d7cc221

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/59/e5/402b448ef258e160614f0f35d27bcf9ad50766b1e07d443af065ee60751e765344706244f438e71ecf31eb49e1c5e545322f4ad58fb3bb5f6a781f910363

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/content-v2/sha512/a6/f0/046d6f3f08858c984c544dc3590c6682a20394de05e3119483091ccbd3ce95786d87ab7ffd896f2e8faa07925f9f4b1fbc3f43b46ba618b8943cb67aca33

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/index-v5/31/23/7eb20b8520f9ce8f83ca6f9c5d59631bba8b719028bb1b59d91900528b5d

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/index-v5/bc/63/b01a14da10ffffab55ac324e1d22a622bdcb795fdef5a0520ebd0e4e7096

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/node_modules/.cache/ng-packagr/index-v5/ff/16/fbbd08a38d4d4f02d36c3f31f97bef33f5980d3752d3879e314ebffead52

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-material-extensions/google-maps-autocomplete/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/angular-material-extensions/google-maps-autocomplete/issues"
3131
},
3232
"scripts": {
33-
"build": "../../../node_modules/.bin/ng build @angular-material-extensions/google-maps-autocomplete --prod",
33+
"build": "ng build @angular-material-extensions/google-maps-autocomplete --configuration production",
3434
"build:watch": "../../../node_modules/.bin/ng build @angular-material-extensions/google-maps-autocomplete --watch",
3535
"build:schematics": "../../../node_modules/.bin/tsc -p tsconfig.schematics.json",
3636
"clean": "rm -rf ../../../dist",
@@ -39,6 +39,7 @@
3939
"resync:readme": "rsync -a ../../../README.md ../../../dist/angular-material-extensions/google-maps-autocomplete/",
4040
"postbuild": "npm run build:schematics && npm run resync:readme && npm run resync:schematics",
4141
"prepublish": "npm run build",
42+
"postinstall": "ngcc",
4243
"release:patch": "../../../node_modules/.bin/release-it --patch --ci",
4344
"release:minor": "../../../node_modules/.bin/release-it --minor --ci",
4445
"release:major": "../../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir --dry-run",
@@ -48,20 +49,20 @@
4849
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
4950
},
5051
"peerDependencies": {
51-
"@angular/common": "^11.0.2",
52-
"@angular/core": "^11.0.2",
53-
"@angular/platform-browser": "^11.0.2",
54-
"@angular/flex-layout": "^11.0.0-beta.33",
55-
"@angular/forms": "^11.0.2",
56-
"@angular/cdk": "^11.0.0",
57-
"@angular/material": "^11.0.0",
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",
5859
"@agm/core": "^3.0.0-beta.0",
59-
"@types/googlemaps": "3.39.12",
60-
"rxjs": "^6.6.3",
60+
"@types/googlemaps": "~3.43.3",
61+
"rxjs": "^7.5.4",
6162
"zone.js": "~0.11.1"
6263
},
6364
"engines": {
64-
"node": ">=10.0.0"
65+
"node": ">=14.0.0"
6566
},
6667
"release-it": {
6768
"github": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig.lib.json",
33
"angularCompilerOptions": {
4-
"enableIvy": false
4+
"enableIvy": true
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)