@friggframework/core 2.0.0--canary.395.685be5b.0 → 2.0.0--canary.395.0d5f81b.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.
@@ -24,7 +24,6 @@ const router = createIntegrationRouter({
24
24
  getUserFromBearerToken,
25
25
  });
26
26
 
27
- //todo: what is this route doing here?
28
27
  router.route('/redirect/:appId').get((req, res) => {
29
28
  res.redirect(
30
29
  `${process.env.FRONTEND_URI}/redirect/${req.params.appId
@@ -34,5 +33,4 @@ router.route('/redirect/:appId').get((req, res) => {
34
33
 
35
34
  const handler = createAppHandler('HTTP Event: Auth', router);
36
35
 
37
- // todo: I can not find where router is used, do we need to export it?
38
- module.exports = { handler, router };
36
+ module.exports = { handler };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0--canary.395.685be5b.0",
4
+ "version": "2.0.0--canary.395.0d5f81b.0",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "aws-sdk": "^2.1200.0",
@@ -22,9 +22,9 @@
22
22
  "uuid": "^9.0.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@friggframework/eslint-config": "2.0.0--canary.395.685be5b.0",
26
- "@friggframework/prettier-config": "2.0.0--canary.395.685be5b.0",
27
- "@friggframework/test": "2.0.0--canary.395.685be5b.0",
25
+ "@friggframework/eslint-config": "2.0.0--canary.395.0d5f81b.0",
26
+ "@friggframework/prettier-config": "2.0.0--canary.395.0d5f81b.0",
27
+ "@friggframework/test": "2.0.0--canary.395.0d5f81b.0",
28
28
  "@types/lodash": "4.17.15",
29
29
  "@typescript-eslint/eslint-plugin": "^8.0.0",
30
30
  "chai": "^4.3.6",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "homepage": "https://github.com/friggframework/frigg#readme",
55
55
  "description": "",
56
- "gitHead": "685be5b397cd38abd1101973a40178d4a7058d5f"
56
+ "gitHead": "0d5f81bdb0c8357272bb6f081b7adb57562e7361"
57
57
  }