wirejs-deploy-amplify-basic 0.0.146-payments → 0.0.147-payments
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.
|
@@ -148,6 +148,7 @@ export const handler: LambdaFunctionURLHandler = async (event) => {
|
|
|
148
148
|
}
|
|
149
149
|
return {
|
|
150
150
|
statusCode: wjsContext.responseCode ?? 200,
|
|
151
|
+
cookies: extractSetCookies(wjsContext),
|
|
151
152
|
headers: {
|
|
152
153
|
...getResponseHeadersFromContext(wjsContext),
|
|
153
154
|
'Content-Type': 'application/json; charset=utf-8'
|
|
@@ -211,6 +212,7 @@ export const handler: LambdaFunctionURLHandler = async (event) => {
|
|
|
211
212
|
const response = await matchingEndpoint.handle(wjsContext);
|
|
212
213
|
return {
|
|
213
214
|
statusCode: wjsContext.responseCode ?? 200,
|
|
215
|
+
cookies: extractSetCookies(wjsContext),
|
|
214
216
|
headers: {
|
|
215
217
|
...getResponseHeadersFromContext(wjsContext),
|
|
216
218
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wirejs-deploy-amplify-basic",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.147-payments",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"recursive-copy": "^2.0.14",
|
|
43
43
|
"rimraf": "^6.0.1",
|
|
44
44
|
"wirejs-dom": "^1.0.42",
|
|
45
|
-
"wirejs-resources": "^0.1.
|
|
45
|
+
"wirejs-resources": "^0.1.115-payments"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@aws-amplify/backend": "^1.14.0",
|