turborepo-remote-cache 2.6.1 → 2.6.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -19
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ![remote_cache_1](https://user-images.githubusercontent.com/1620916/216358421-36a63b0e-d1f6-484f-a4ca-6a7119cc0816.jpg)
7
7
 
8
- [![GitHub package.json version](https://img.shields.io/github/package-json/v/ducktors/turborepo-remote-cache)](https://github.com/ducktors/turborepo-remote-cache/releases) ![node:22.14.0](https://img.shields.io/badge/node-22.14.0-lightgreen) ![pnpm@10.11.0 ](https://img.shields.io/badge/pnpm-10.11.0 -yellow) [![CI](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/ci.yml) [![Test](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/test.yaml/badge.svg)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/test.yaml) [![Release](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/release.yml/badge.svg)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/release.yml) [![Docker](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/docker.yml/badge.svg)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/docker.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/bbb26ca5247dee70dde0/maintainability)](https://codeclimate.com/github/ducktors/turborepo-remote-cache/maintainability) [![Coverage Status](https://coveralls.io/repos/github/ducktors/turborepo-remote-cache/badge.svg?branch=main)](https://coveralls.io/github/ducktors/turborepo-remote-cache?branch=main) [![Docker Pulls](https://img.shields.io/docker/pulls/ducktors/turborepo-remote-cache?logo=docker)](https://hub.docker.com/r/ducktors/turborepo-remote-cache) [![npm](https://img.shields.io/npm/dt/turborepo-remote-cache)](https://www.npmjs.com/package/turborepo-remote-cache) [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/ducktors/turborepo-remote-cache/badge)](https://securityscorecards.dev/viewer/?uri=github.com/ducktors/turborepo-remote-cache) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10164/badge)](https://www.bestpractices.dev/projects/10164) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
8
+ [![GitHub package.json version](https://img.shields.io/github/package-json/v/ducktors/turborepo-remote-cache)](https://github.com/ducktors/turborepo-remote-cache/releases) ![node:22.14.0](https://img.shields.io/badge/node-22.14.0-lightgreen) ![pnpm@10.17.0 ](https://img.shields.io/badge/pnpm-10.17.0 -yellow) [![CI](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/ci.yml) [![Test](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/test.yaml/badge.svg)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/test.yaml) [![Release](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/release.yml/badge.svg)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/release.yml) [![Docker](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/docker.yml/badge.svg)](https://github.com/ducktors/turborepo-remote-cache/actions/workflows/docker.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/bbb26ca5247dee70dde0/maintainability)](https://codeclimate.com/github/ducktors/turborepo-remote-cache/maintainability) [![Coverage Status](https://coveralls.io/repos/github/ducktors/turborepo-remote-cache/badge.svg?branch=main)](https://coveralls.io/github/ducktors/turborepo-remote-cache?branch=main) [![Docker Pulls](https://img.shields.io/docker/pulls/ducktors/turborepo-remote-cache?logo=docker)](https://hub.docker.com/r/ducktors/turborepo-remote-cache) [![npm](https://img.shields.io/npm/dt/turborepo-remote-cache)](https://www.npmjs.com/package/turborepo-remote-cache) [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/ducktors/turborepo-remote-cache/badge)](https://securityscorecards.dev/viewer/?uri=github.com/ducktors/turborepo-remote-cache) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10164/badge)](https://www.bestpractices.dev/projects/10164) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
9
9
  [![All Contributors](https://img.shields.io/badge/all_contributors-36-orange.svg?style=flat-square)](#contributors-)
10
10
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turborepo-remote-cache",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "Turborepo remote cache server",
5
5
  "main": "./dist/app.js",
6
6
  "type": "module",
@@ -35,9 +35,10 @@
35
35
  "commitlint": "commitlint",
36
36
  "semantic-release": "semantic-release",
37
37
  "commit": "npx git-cz",
38
- "prepare": "husky install",
39
38
  "deps:update": "pnpm dlx taze -r -I -i -u",
40
- "deps:inspector": "pnpx node-modules-inspector"
39
+ "deps:inspector": "pnpx node-modules-inspector",
40
+ "socket:test": "socket fix --test",
41
+ "prepare": "husky"
41
42
  },
42
43
  "repository": {
43
44
  "type": "git",
@@ -89,6 +90,7 @@
89
90
  "rimraf": "^6.0.1",
90
91
  "s3rver": "^3.7.1",
91
92
  "semantic-release": "^24.2.5",
93
+ "socket": "^0.15.34",
92
94
  "tsx": "^4.19.4",
93
95
  "typescript": "^5.8.3"
94
96
  },
@@ -110,20 +112,5 @@
110
112
  "dist",
111
113
  "vercel.json"
112
114
  ],
113
- "pnpm": {
114
- "overrides": {
115
- "@octokit/endpoint@>=10.0.0 <10.1.3": ">=10.1.3",
116
- "@octokit/plugin-paginate-rest@>=1.0.0 <11.4.1": ">=11.4.1",
117
- "@octokit/request-error@>=6.0.0 <6.1.7": ">=6.1.7",
118
- "@octokit/request@>=1.0.0 <9.2.1": ">=9.2.1",
119
- "cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
120
- "esbuild@<=0.24.2": ">=0.25.5",
121
- "koa@>=2.0.0 <2.15.4": ">=2.15.4"
122
- },
123
- "onlyBuiltDependencies": [
124
- "@biomejs/biome",
125
- "msw"
126
- ]
127
- },
128
- "packageManager": "pnpm@10.11.0"
115
+ "packageManager": "pnpm@10.17.0"
129
116
  }