turborepo-remote-cache 1.12.2 → 1.12.3
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.
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { Static } from '@sinclair/typebox';
|
|
2
2
|
declare const querystring: import("@sinclair/typebox").TObject<{
|
|
3
|
-
teamId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
4
|
-
slug: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
3
|
+
teamId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
4
|
+
slug: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
5
5
|
}>;
|
|
6
6
|
export type Querystring = Static<typeof querystring>;
|
|
7
7
|
declare const params: import("@sinclair/typebox").TObject<{
|
|
8
|
-
id: import("@sinclair/typebox").TString
|
|
8
|
+
id: import("@sinclair/typebox").TString<string>;
|
|
9
9
|
}>;
|
|
10
10
|
export type Params = Static<typeof params>;
|
|
11
11
|
export declare const artifactsRouteSchema: {
|
|
12
12
|
querystring: import("@sinclair/typebox").TObject<{
|
|
13
|
-
teamId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
14
|
-
slug: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString
|
|
13
|
+
teamId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
14
|
+
slug: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
15
15
|
}>;
|
|
16
16
|
params: import("@sinclair/typebox").TObject<{
|
|
17
|
-
id: import("@sinclair/typebox").TString
|
|
17
|
+
id: import("@sinclair/typebox").TString<string>;
|
|
18
18
|
}>;
|
|
19
19
|
};
|
|
20
20
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "turborepo-remote-cache",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"description": "Turborepo remote cache server",
|
|
5
5
|
"main": "build",
|
|
6
6
|
"author": "Maksim Sinik <maksim@sinik.it>",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"commitlint": "commitlint",
|
|
25
25
|
"semantic-release": "semantic-release",
|
|
26
26
|
"commit": "npx git-cz",
|
|
27
|
-
"prepare": "husky install"
|
|
27
|
+
"prepare": "husky install",
|
|
28
|
+
"check-updates": "pnpm outdated --recursive --long"
|
|
28
29
|
},
|
|
29
30
|
"repository": {
|
|
30
31
|
"type": "git",
|
|
@@ -33,14 +34,13 @@
|
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"@commitlint/lint": "^17.2.0",
|
|
35
36
|
"@fastify/aws-lambda": "^3.1.3",
|
|
36
|
-
"@google-cloud/storage": "6.
|
|
37
|
-
"@hapi/boom": "
|
|
38
|
-
"@sinclair/typebox": "0.
|
|
37
|
+
"@google-cloud/storage": "6.9.2",
|
|
38
|
+
"@hapi/boom": "10.0.0",
|
|
39
|
+
"@sinclair/typebox": "0.25.21",
|
|
39
40
|
"@vercel/node": "1.12.1",
|
|
40
41
|
"ajv": "8.12.0",
|
|
41
|
-
"aws-sdk": "2.
|
|
42
|
+
"aws-sdk": "2.1310.0",
|
|
42
43
|
"azure-storage": "^2.10.7",
|
|
43
|
-
"boom": "7.3.0",
|
|
44
44
|
"close-with-grace": "1.1.0",
|
|
45
45
|
"env-schema": "5.2.0",
|
|
46
46
|
"fastify": "3.29.4",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"hyperid": "3.1.1",
|
|
51
51
|
"make-promises-safe": "5.1.0",
|
|
52
52
|
"pino": "6.13.3",
|
|
53
|
-
"pino-pretty": "
|
|
53
|
+
"pino-pretty": "9.1.1",
|
|
54
54
|
"s3-blob-store": "4.1.1",
|
|
55
55
|
"tslib": "2.5.0"
|
|
56
56
|
},
|
|
@@ -65,11 +65,10 @@
|
|
|
65
65
|
"@semantic-release/github": "^8.0.6",
|
|
66
66
|
"@semantic-release/npm": "^9.0.1",
|
|
67
67
|
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
68
|
-
"@types/node": "^18.
|
|
69
|
-
"@types/pino": "^7.0.5",
|
|
68
|
+
"@types/node": "^18.13.0",
|
|
70
69
|
"@types/tap": "^15.0.5",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
72
|
-
"@typescript-eslint/parser": "^5.
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
71
|
+
"@typescript-eslint/parser": "^5.51.0",
|
|
73
72
|
"commitizen": "^4.2.5",
|
|
74
73
|
"commitlint-config-cz": "^0.13.3",
|
|
75
74
|
"commitlint-plugin-function-rules": "^1.7.1",
|
|
@@ -77,7 +76,7 @@
|
|
|
77
76
|
"cross-env": "^7.0.3",
|
|
78
77
|
"cz-conventional-changelog": "^3.3.0",
|
|
79
78
|
"dotenv": "^16.0.3",
|
|
80
|
-
"esbuild": "^0.
|
|
79
|
+
"esbuild": "^0.17.6",
|
|
81
80
|
"eslint": "^8.4.1",
|
|
82
81
|
"eslint-config-prettier": "^8.3.0",
|
|
83
82
|
"eslint-plugin-prettier": "^4.0.0",
|
|
@@ -86,10 +85,10 @@
|
|
|
86
85
|
"prettier": "^2.5.1",
|
|
87
86
|
"rimraf": "^4.1.2",
|
|
88
87
|
"s3rver": "^3.7.1",
|
|
89
|
-
"semantic-release": "^
|
|
90
|
-
"tap": "^
|
|
88
|
+
"semantic-release": "^20.1.0",
|
|
89
|
+
"tap": "^16.3.4",
|
|
91
90
|
"ts-node": "^10.4.0",
|
|
92
|
-
"tsup": "^6.
|
|
91
|
+
"tsup": "^6.6.0",
|
|
93
92
|
"typescript": "^4.5.4"
|
|
94
93
|
},
|
|
95
94
|
"bugs": {
|