turborepo-remote-cache 2.2.8 → 2.2.9
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://codeclimate.com/github/ducktors/turborepo-remote-cache/maintainability) [](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) <!-- 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.
|
|
@@ -107,6 +107,7 @@ fix: fix a bug ---> 1.0.x
|
|
|
107
107
|
<tr>
|
|
108
108
|
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/luca-taddeo/"><img src="https://avatars.githubusercontent.com/u/23079973?v=4?s=100" width="100px;" alt="Luca Taddeo"/><br /><sub><b>Luca Taddeo</b></sub></a><br /><a href="#maintenance-lucalas" title="Maintenance">🚧</a></td>
|
|
109
109
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/thyming"><img src="https://avatars.githubusercontent.com/u/2217705?v=4?s=100" width="100px;" alt="Luke Rohde"/><br /><sub><b>Luke Rohde</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=thyming" title="Code">💻</a></td>
|
|
110
|
+
<td align="center" valign="top" width="14.28%"><a href="http://hsellik.github.io"><img src="https://avatars.githubusercontent.com/u/16798824?v=4?s=100" width="100px;" alt="Hendrig Sellik"/><br /><sub><b>Hendrig Sellik</b></sub></a><br /><a href="https://github.com/ducktors/turborepo-remote-cache/commits?author=hsellik" title="Documentation">📖</a></td>
|
|
110
111
|
</tr>
|
|
111
112
|
</tbody>
|
|
112
113
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turborepo-remote-cache",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.9",
|
|
4
4
|
"description": "Turborepo remote cache server",
|
|
5
5
|
"main": "./dist/app.js",
|
|
6
6
|
"type": "module",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"fastify-tsconfig": "^2.0.0",
|
|
84
84
|
"husky": "^8.0.3",
|
|
85
85
|
"npm-run-all": "^4.1.5",
|
|
86
|
-
"rimraf": "^4.1
|
|
86
|
+
"rimraf": "^4.4.1",
|
|
87
87
|
"s3rver": "^3.7.1",
|
|
88
88
|
"semantic-release": "^22.0.12",
|
|
89
89
|
"tsx": "^4.7.0",
|