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.
- package/README.md +1 -1
- package/package.json +6 -19
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|

|
|
7
7
|
|
|
8
|
-
[](https://github.com/ducktors/turborepo-remote-cache/releases)  ](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) [](https://www.bestpractices.dev/projects/10164) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
9
9
|
[](#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.
|
|
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
|
-
"
|
|
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
|
}
|