Skip to content

Commit

Permalink
Merge pull request #17 from seriouslag/version/new-versions-08-04-24
Browse files Browse the repository at this point in the history
chore(release): new package versions
  • Loading branch information
seriouslag authored Apr 12, 2024
2 parents 364f64a + d8123df commit ab5d0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/httpclient-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seriouslag/httpclient-axios",
"version": "0.0.2",
"version": "0.0.3",
"description": "Typed wrapper HttpClient for axios",
"browser": "dist/index.min.cjs",
"module": "dist/index.esm",
Expand Down Expand Up @@ -50,7 +50,7 @@
],
"homepage": "https://github.com/seriouslag/HttpClient#readme",
"dependencies": {
"@seriouslag/httpclient": "^0.0.17"
"@seriouslag/httpclient": "^0.0.18"
},
"devDependencies": {
"axios": "^1.6.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/httpclient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seriouslag/httpclient",
"version": "0.0.17",
"version": "0.0.18",
"description": "Typed wrapper HttpClient for axios",
"browser": "dist/index.min.cjs",
"module": "dist/index.esm",
Expand Down

0 comments on commit ab5d0cb

Please sign in to comment.