Skip to content

Commit

Permalink
Merge branch 'main' of github.com:seamapi/javascript-http into update…
Browse files Browse the repository at this point in the history
…-fake-seam-connect
  • Loading branch information
andrii-balitskyi committed Dec 17, 2024
2 parents 70fdcfa + e44cd01 commit 8a13b8a
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 14 deletions.
16 changes: 10 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seamapi/http",
"version": "1.14.0",
"version": "1.17.0",
"description": "JavaScript HTTP client for the Seam API written in TypeScript.",
"type": "module",
"main": "index.js",
Expand Down Expand Up @@ -84,7 +84,7 @@
"npm": ">= 9.0.0"
},
"peerDependencies": {
"@seamapi/types": "^1.294.0"
"@seamapi/types": "^1.302.2"
},
"peerDependenciesMeta": {
"@seamapi/types": {
Expand All @@ -99,7 +99,7 @@
},
"devDependencies": {
"@seamapi/fake-seam-connect": "1.74.0",
"@seamapi/types": "1.294.0",
"@seamapi/types": "1.302.2",
"@types/eslint": "^8.44.2",
"@types/node": "^20.8.10",
"ava": "^5.0.1",
Expand Down
7 changes: 2 additions & 5 deletions src/lib/seam/connect/routes/access-codes.ts

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

23 changes: 23 additions & 0 deletions src/lib/seam/connect/routes/acs-credentials.ts

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

25 changes: 25 additions & 0 deletions src/lib/seam/connect/routes/thermostats.ts

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

0 comments on commit 8a13b8a

Please sign in to comment.