@stamhoofd/backend 2.75.2 → 2.76.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stamhoofd/backend",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.76.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"@simonbackx/simple-encoding": "2.20.0",
|
|
38
38
|
"@simonbackx/simple-endpoints": "1.19.0",
|
|
39
39
|
"@simonbackx/simple-logging": "^1.0.1",
|
|
40
|
-
"@stamhoofd/backend-i18n": "2.
|
|
41
|
-
"@stamhoofd/backend-middleware": "2.
|
|
42
|
-
"@stamhoofd/email": "2.
|
|
43
|
-
"@stamhoofd/models": "2.
|
|
44
|
-
"@stamhoofd/queues": "2.
|
|
45
|
-
"@stamhoofd/sql": "2.
|
|
46
|
-
"@stamhoofd/structures": "2.
|
|
47
|
-
"@stamhoofd/utility": "2.
|
|
40
|
+
"@stamhoofd/backend-i18n": "2.76.0",
|
|
41
|
+
"@stamhoofd/backend-middleware": "2.76.0",
|
|
42
|
+
"@stamhoofd/email": "2.76.0",
|
|
43
|
+
"@stamhoofd/models": "2.76.0",
|
|
44
|
+
"@stamhoofd/queues": "2.76.0",
|
|
45
|
+
"@stamhoofd/sql": "2.76.0",
|
|
46
|
+
"@stamhoofd/structures": "2.76.0",
|
|
47
|
+
"@stamhoofd/utility": "2.76.0",
|
|
48
48
|
"archiver": "^7.0.1",
|
|
49
49
|
"aws-sdk": "^2.885.0",
|
|
50
50
|
"axios": "1.6.8",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "85e0625ba777d83d92ad582443df1666955d51f6"
|
|
68
68
|
}
|
|
@@ -186,7 +186,7 @@ export class UploadFile extends Endpoint<Params, Query, Body, ResponseBody> {
|
|
|
186
186
|
throw new SimpleError({
|
|
187
187
|
code: 'failed_to_sign',
|
|
188
188
|
message: 'Failed to sign file',
|
|
189
|
-
human: $t('
|
|
189
|
+
human: $t('509cdb4f-131a-42a6-b3b1-a63cca231e65'),
|
|
190
190
|
statusCode: 500,
|
|
191
191
|
});
|
|
192
192
|
}
|
|
@@ -175,7 +175,7 @@ export class FileSignService {
|
|
|
175
175
|
throw new SimpleError({
|
|
176
176
|
code: 'invalid_signature',
|
|
177
177
|
message: 'Invalid signature for file',
|
|
178
|
-
human: $t('
|
|
178
|
+
human: $t('479684ab-6c50-4ced-82d7-8245f4f475f4'),
|
|
179
179
|
});
|
|
180
180
|
}
|
|
181
181
|
return;
|