@xcelsior/support-api 1.0.2 → 1.0.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.
- package/package.json +2 -2
- package/stacks/SupportStack.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcelsior/support-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"packages/**",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@tsconfig/node18": "^18.2.2",
|
|
31
31
|
"@types/node": "^20.11.16",
|
|
32
32
|
"@xcelsior/aws": "1.0.6",
|
|
33
|
-
"@xcelsior/monitoring": "1.0.4",
|
|
34
33
|
"@xcelsior/lambda-http": "1.0.5",
|
|
34
|
+
"@xcelsior/monitoring": "1.0.4",
|
|
35
35
|
"@xcelsior/email": "1.0.3",
|
|
36
36
|
"@xcelsior/support-client": "1.0.7"
|
|
37
37
|
},
|
package/stacks/SupportStack.ts
CHANGED
|
@@ -190,7 +190,7 @@ export function SupportStack({ stack }: StackContext) {
|
|
|
190
190
|
nodejs: {
|
|
191
191
|
esbuild: { minify: true },
|
|
192
192
|
},
|
|
193
|
-
runtime: '
|
|
193
|
+
runtime: 'nodejs22.x',
|
|
194
194
|
tracing: 'active',
|
|
195
195
|
...vpcConfig,
|
|
196
196
|
});
|
|
@@ -218,7 +218,7 @@ export function SupportStack({ stack }: StackContext) {
|
|
|
218
218
|
nodejs: {
|
|
219
219
|
esbuild: { minify: true },
|
|
220
220
|
},
|
|
221
|
-
runtime: '
|
|
221
|
+
runtime: 'nodejs22.x',
|
|
222
222
|
tracing: 'active',
|
|
223
223
|
...vpcConfig,
|
|
224
224
|
},
|
|
@@ -235,7 +235,7 @@ export function SupportStack({ stack }: StackContext) {
|
|
|
235
235
|
nodejs: {
|
|
236
236
|
esbuild: { minify: true },
|
|
237
237
|
},
|
|
238
|
-
runtime: '
|
|
238
|
+
runtime: 'nodejs22.x',
|
|
239
239
|
tracing: 'active',
|
|
240
240
|
...vpcConfig,
|
|
241
241
|
},
|
|
@@ -256,7 +256,7 @@ export function SupportStack({ stack }: StackContext) {
|
|
|
256
256
|
nodejs: {
|
|
257
257
|
esbuild: { minify: true },
|
|
258
258
|
},
|
|
259
|
-
runtime: '
|
|
259
|
+
runtime: 'nodejs22.x',
|
|
260
260
|
tracing: 'active',
|
|
261
261
|
...vpcConfig,
|
|
262
262
|
},
|