@friggframework/core 1.1.4--canary.301.19256e3.0 → 1.1.4--canary.301.a08eae3.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.
@@ -332,6 +332,7 @@ function setEntityRoutes(router, factory, getUserId) {
332
332
  null,
333
333
  getUserId(req)
334
334
  )
335
+
335
336
  res.json(
336
337
  await module.findOrCreateEntity(entityDetails)
337
338
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.1.4--canary.301.19256e3.0",
4
+ "version": "1.1.4--canary.301.a08eae3.0",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "aws-sdk": "^2.1200.0",
@@ -15,9 +15,9 @@
15
15
  "node-fetch": "^2.6.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@friggframework/eslint-config": "1.1.4--canary.301.19256e3.0",
19
- "@friggframework/prettier-config": "1.1.4--canary.301.19256e3.0",
20
- "@friggframework/test": "1.1.4--canary.301.19256e3.0",
18
+ "@friggframework/eslint-config": "1.1.4--canary.301.a08eae3.0",
19
+ "@friggframework/prettier-config": "1.1.4--canary.301.a08eae3.0",
20
+ "@friggframework/test": "1.1.4--canary.301.a08eae3.0",
21
21
  "@types/lodash": "^4.14.191",
22
22
  "@typescript-eslint/eslint-plugin": "^5.55.0",
23
23
  "chai": "^4.3.6",
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "homepage": "https://github.com/friggframework/frigg#readme",
51
51
  "description": "",
52
- "gitHead": "19256e3241d018af6bfdd03f52521bc69621af28"
52
+ "gitHead": "a08eae3d040b2b4f8ab6ed454c1f1e528285bfea"
53
53
  }