Skip to content

Commit

Permalink
fix: use new version of @googlemaps/url-signature (#703)
Browse files Browse the repository at this point in the history
* fix: use new version of @googlemaps/url-signature

* chore: include dom to avoid ts error  :/
  • Loading branch information
jpoehnelt authored Nov 11, 2021
1 parent 378c221 commit 5cbd799
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"test:all": "jest"
},
"dependencies": {
"@googlemaps/url-signature": "^1.0.2",
"@googlemaps/url-signature": "^1.0.4",
"agentkeepalive": "^4.1.0",
"axios": "^0.24.0",
"query-string": "^7.0.1",
Expand Down
8 changes: 2 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
"target": "es6",
"module": "commonjs",
"outDir": "dist",
"sourceMap": true,
"types": [
"node",
"jest"
],
"sourceMap": true,
"declaration": true,
"declarationDir": "./dist",
"resolveJsonModule": true,
"lib": ["ESNext"]
"lib": ["ESNext", "DOM"]
},
"include": [
"src/**/*.ts"
Expand Down

0 comments on commit 5cbd799

Please sign in to comment.