@friggframework/core 1.1.4--canary.301.c782f0f.0 → 1.1.4--canary.301.abb73c7.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.
@@ -16,7 +16,6 @@ class Requester extends Delegate {
16
16
  // Allow passing in the fetch function
17
17
  // Instance methods can use this.fetch without differentiating
18
18
  this.fetch = get(params, 'fetch', fetch);
19
-
20
19
  }
21
20
 
22
21
  parsedBody = async (resp) => {
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.c782f0f.0",
4
+ "version": "1.1.4--canary.301.abb73c7.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.c782f0f.0",
19
- "@friggframework/prettier-config": "1.1.4--canary.301.c782f0f.0",
20
- "@friggframework/test": "1.1.4--canary.301.c782f0f.0",
18
+ "@friggframework/eslint-config": "1.1.4--canary.301.abb73c7.0",
19
+ "@friggframework/prettier-config": "1.1.4--canary.301.abb73c7.0",
20
+ "@friggframework/test": "1.1.4--canary.301.abb73c7.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": "c782f0f412bf9bd865a62360ac7ce7ef444f4d12"
52
+ "gitHead": "abb73c78a1a3f30241676e3999e61e7e3bda5578"
53
53
  }