Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuibonobo committed Dec 22, 2023
1 parent 22296c4 commit 9fd0852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@haverstack/axios-fetch-adapter",
"version": "0.9.0",
"version": "0.10.0",
"description": "An Axios adapter that uses native fetch or custom fetch functions. Useful for Cloudflare Workers and ServiceWorker environments.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.esm.js",
"exports": [
"./lib/index.d.ts",
"./lib/index.esm.js",
"./lib/index.esm.js",
"./lib/index.js"
],
"scripts": {
Expand Down

0 comments on commit 9fd0852

Please sign in to comment.