turborepo-remote-cache 1.2.0 → 1.3.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,7 +45,7 @@ Specify the region using the `AWS_REGION` environment variable, or in `~/.aws/co
45
45
  - [Deploy on Vercel](#deploy-on-vercel)
46
46
  - [Deploy on Docker](#deploy-on-docker)
47
47
  - [Deploy on DigitalOcean](#deploy-on-digitalocean)
48
- - [Remoteless with npx](#deploy-"remoteless"-with-npx)
48
+ - [Remoteless with npx](#deploy-remoteless-with-npx)
49
49
 
50
50
  ## Enable custom remote caching in your Turborepo monorepo
51
51
  To enable a custom remote caching server in your Turborepo monorepo, you must add a config file by hand. The `turbo login` command works only with the official Vercel server.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turborepo-remote-cache",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Turborepo remote cache server",
5
5
  "main": "build",
6
6
  "author": "Maksim Sinik <maksim@sinik.it>",