Skip to content

Commit

Permalink
feat: initial release for xcache
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Feb 20, 2025
1 parent 5d3874e commit a6575d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-shirts-lead.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@httpx/xcache": patch
---

Initial release of @httpx/xcache
6 changes: 4 additions & 2 deletions packages/xcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {
"?build-release": "When https://github.com/atlassian/changesets/issues/432 has a solution we can remove this trick",
"build": "run clean && yarn run tsup",
"build-release": "run build",
"build-release": "yarn build && rimraf ./_release && yarn pack && mkdir ./_release && tar zxvf ./package.tgz --directory ./_release && rm ./package.tgz",
"bench": "vitest bench --run",
"bench-codspeed": "cross-env CODSPEED=1 vitest bench --run",
"bench-watch": "vitest bench",
Expand All @@ -67,7 +67,9 @@
"ci-coverage-upload": "../../.github/scripts/download/codecov -F httpx-xcache --dir ./coverage"
},
"dependencies": {
"@httpx/lru": "workspace:^"
"@httpx/compress": "workspace:^",
"@httpx/lru": "workspace:^",
"@httpx/stable-hash": "workspace:^"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.3",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1826,8 +1826,10 @@ __metadata:
dependencies:
"@arethetypeswrong/cli": "npm:0.17.3"
"@belgattitude/eslint-config-bases": "npm:6.24.0"
"@httpx/compress": "workspace:^"
"@httpx/devtools-vitest": "workspace:^"
"@httpx/lru": "workspace:^"
"@httpx/stable-hash": "workspace:^"
"@size-limit/file": "npm:11.2.0"
"@size-limit/webpack": "npm:11.2.0"
browserslist: "npm:4.24.4"
Expand Down

0 comments on commit a6575d2

Please sign in to comment.