@continuous-excellence/ze-great-dashboard-aws 0.30.0 → 0.30.1
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/dist/lambda.mjs +2 -1
- package/package.json +1 -1
package/dist/lambda.mjs
CHANGED
|
@@ -74503,7 +74503,8 @@ async function startup(options = {}) {
|
|
|
74503
74503
|
allowlist,
|
|
74504
74504
|
credentials,
|
|
74505
74505
|
logger: logger2,
|
|
74506
|
-
accessTokenVerifier
|
|
74506
|
+
accessTokenVerifier,
|
|
74507
|
+
securityState
|
|
74507
74508
|
}),
|
|
74508
74509
|
config: resolvedConfig
|
|
74509
74510
|
};
|
package/package.json
CHANGED