@wix/astro 2.28.0 → 2.29.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.
|
@@ -3594,7 +3594,9 @@ const onRequest = async (context, next) => {
|
|
|
3594
3594
|
if (accessToken != null) {
|
|
3595
3595
|
const auth = AppStrategy({
|
|
3596
3596
|
accessToken,
|
|
3597
|
-
appId: WIX_CLIENT_ID
|
|
3597
|
+
appId: WIX_CLIENT_ID,
|
|
3598
|
+
appSecret: WIX_CLIENT_SECRET,
|
|
3599
|
+
publicKey: WIX_CLIENT_PUBLIC_KEY
|
|
3598
3600
|
});
|
|
3599
3601
|
const elevatedAuth = await auth.elevated();
|
|
3600
3602
|
return authAsyncLocalStorage.run({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/astro",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.29.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@wix/auth-management": "^1.0.71",
|
|
6
6
|
"@wix/dashboard": "^1.3.40",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
]
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "9f3d2e4b6d1c68ecb1d9834e46a8e75094089ba89b9ca0316d1bbdfc"
|
|
80
80
|
}
|