Skip to content

Commit

Permalink
feat: support axios 'fetch' adapter (#2350)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-col authored Jul 8, 2024
1 parent 0aa42e4 commit 0b7f467
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 42 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,4 @@ workflows:
branches:
only:
- master
# - next
# - next-major
- beta
138 changes: 102 additions & 36 deletions package-lock.json

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

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"dependencies": {
"@contentful/rich-text-types": "^16.3.0",
"@types/json-patch": "0.0.30",
"axios": "~1.6.8",
"contentful-sdk-core": "^8.1.0",
"axios": "^1.7.2",
"contentful-sdk-core": "^8.3.1",
"fast-copy": "^3.0.0",
"lodash.isplainobject": "^4.0.6",
"type-fest": "^4.0.0"
Expand Down Expand Up @@ -163,8 +163,11 @@
"release": {
"branches": [
"master",
"next",
"next-major"
{
"name": "beta",
"channel": "beta",
"prerelease": true
}
],
"plugins": [
[
Expand Down

0 comments on commit 0b7f467

Please sign in to comment.