Skip to content

Commit

Permalink
Merge branch 'main' into fix-type-names
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Oct 11, 2024
2 parents d09020a + f809a28 commit 5aeb2ee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 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.10.0",
"version": "1.11.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.263.1"
"@seamapi/types": "^1.264.2"
},
"peerDependenciesMeta": {
"@seamapi/types": {
Expand All @@ -99,7 +99,7 @@
},
"devDependencies": {
"@seamapi/fake-seam-connect": "1.71.0",
"@seamapi/types": "1.263.1",
"@seamapi/types": "1.264.2",
"@types/eslint": "^8.44.2",
"@types/node": "^20.8.10",
"ava": "^5.0.1",
Expand Down
18 changes: 9 additions & 9 deletions src/lib/seam/connect/routes/acs-encoders.ts

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

0 comments on commit 5aeb2ee

Please sign in to comment.