Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianWowra committed Jun 4, 2023
2 parents b068144 + ead28e3 commit 00a6d1c
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 137 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml]
indent_size = 2
indent_style = space
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openSenseMap Client

Based on API version: `v11.0.0`
Based on API version: `v11.0.1`

[![NPM](https://nodei.co/npm/opensensemap-client.png)](https://npmjs.org/package/opensensemap-client)

Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"author": "KillerJulian <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "1.3.5"
"axios": "^1.4.0",
"tslib": "^2.5.3"
},
"devDependencies": {
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"eslint": "8.38.0",
"typescript": "5.0.4",
"typedoc": "0.24.1"
"@types/node": "^16.18.34",
"@typescript-eslint/eslint-plugin": "~5.59.8",
"@typescript-eslint/parser": "~5.59.8",
"eslint": "~8.42.0",
"typescript": "~5.1.3",
"typedoc": "0.24.7"
},
"scripts": {
"build": "yarn build:lib && yarn build:docs",
Expand Down
Loading

0 comments on commit 00a6d1c

Please sign in to comment.