turborepo-remote-cache 2.8.0 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|

|
|
7
7
|
|
|
8
8
|
[](https://github.com/ducktors/turborepo-remote-cache/releases)   [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/ci.yml) [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/test.yaml) [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/release.yml) [](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/docker.yml) [](https://qlty.sh/gh/ducktors/projects/turborepo-remote-cache) [](https://coveralls.io/github/ducktors/turborepo-remote-cache?branch=main) [](https://hub.docker.com/r/ducktors/turborepo-remote-cache) [](https://www.npmjs.com/package/turborepo-remote-cache) [](https://github.com/semantic-release/semantic-release) [](https://securityscorecards.dev/viewer/?uri=github.com/ducktors/turborepo-remote-cache) [](https://www.bestpractices.dev/projects/10164) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
9
|
-
[](#contributors-)
|
|
10
10
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
11
11
|
|
|
12
12
|
This project is an open-source implementation of the [Turborepo custom remote cache server](https://turbo.build/repo/docs/core-concepts/remote-caching#self-hosting). If Vercel's official cache server isn't a viable option, this server is an alternative for self-hosted deployments.
|
|
@@ -125,6 +125,7 @@ fix: fix a bug ---> 1.0.x
|
|
|
125
125
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lmuraru-plenty"><img src="https://avatars.githubusercontent.com/u/88090606?v=4?s=100" width="100px;" alt="liviu.muraru"/><br /><sub><b>liviu.muraru</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=lmuraru-plenty" title="Code">💻</a></td>
|
|
126
126
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/chintan9"><img src="https://avatars.githubusercontent.com/u/1642564?v=4?s=100" width="100px;" alt="Chintan Prajapati"/><br /><sub><b>Chintan Prajapati</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=chintan9" title="Code">💻</a></td>
|
|
127
127
|
<td align="center" valign="top" width="14.28%"><a href="https://clemenskofler.com"><img src="https://avatars.githubusercontent.com/u/3749?v=4?s=100" width="100px;" alt="Clemens Kofler"/><br /><sub><b>Clemens Kofler</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=clemens" title="Documentation">📖</a></td>
|
|
128
|
+
<td align="center" valign="top" width="14.28%"><a href="http://thalles.me"><img src="https://avatars.githubusercontent.com/u/76017384?v=4?s=100" width="100px;" alt="Thalles Passos"/><br /><sub><b>Thalles Passos</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=ThallesP" title="Code">💻</a></td>
|
|
128
129
|
</tr>
|
|
129
130
|
</tbody>
|
|
130
131
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turborepo-remote-cache",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.2",
|
|
4
4
|
"description": "Turborepo remote cache server",
|
|
5
5
|
"main": "./dist/app.js",
|
|
6
6
|
"type": "module",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"ajv": "8.18.0",
|
|
58
58
|
"close-with-grace": "1.1.0",
|
|
59
59
|
"env-schema": "5.2.0",
|
|
60
|
-
"fastify": "5.
|
|
60
|
+
"fastify": "5.8.3",
|
|
61
61
|
"fastify-jwt-jwks": "^2.0.0",
|
|
62
62
|
"fastify-plugin": "5.0.1",
|
|
63
63
|
"fs-blob-store": "6.0.0",
|