Skip to content

Commit

Permalink
chore: 🤖 http-svc@1.0.0
Browse files Browse the repository at this point in the history
Josper committed Sep 23, 2024
1 parent 184c8a8 commit 97c4b99
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/http-svc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-svc",
"version": "1.0.0-rc.9",
"version": "1.0.0",
"description": "A HTTP request service for browser and node.js",
"private": false,
"main": "dist/index.legacy.js",
@@ -42,10 +42,10 @@
"prebuild": "pnpm test && pnpm build"
},
"peerDependencies": {
"@http-svc/middleware": "workspace:^1.0.0-rc.4"
"@http-svc/middleware": "workspace:^1.0.0"
},
"dependencies": {
"@http-svc/middleware": "workspace:^1.0.0-rc.4"
"@http-svc/middleware": "workspace:^1.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.3",
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 97c4b99

Please sign in to comment.