@friggframework/core 1.1.0-v1-alpha.0 → 1.1.1-canary.282.4de1ac1.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,24 @@
1
+ # v1.1.0 (Wed Mar 20 2024)
2
+
3
+ :tada: This release contains work from new contributors! :tada:
4
+
5
+ Thanks for all your work!
6
+
7
+ :heart: Nicolas Leal ([@nicolasmelo1](https://github.com/nicolasmelo1))
8
+
9
+ :heart: nmilcoff ([@nmilcoff](https://github.com/nmilcoff))
10
+
11
+ #### 🚀 Enhancement
12
+
13
+
14
+ #### 🐛 Bug Fix
15
+
16
+ - correct some bad automated edits, though they are not in relevant files ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
17
+ - Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
18
+
19
+ #### Authors: 4
20
+
21
+ - [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
22
+ - Nicolas Leal ([@nicolasmelo1](https://github.com/nicolasmelo1))
23
+ - nmilcoff ([@nmilcoff](https://github.com/nmilcoff))
24
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
@@ -27,7 +27,7 @@ class ModuleFactory {
27
27
  }
28
28
 
29
29
  getModuleDefinitionFromTypeName(typeName) {
30
-
30
+ return
31
31
  }
32
32
 
33
33
 
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.0-v1-alpha.0",
4
+ "version": "1.1.1-canary.282.4de1ac1.0",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "aws-sdk": "^2.1200.0",
@@ -15,8 +15,7 @@
15
15
  "node-fetch": "^2.6.7"
16
16
  },
17
17
  "devDependencies": {
18
- "@friggframework/devtools": "v1-alpha",
19
- "@friggframework/prettier-config": "^1.0.6",
18
+ "@friggframework/devtools": "1.1.1-canary.282.4de1ac1.0",
20
19
  "@types/lodash": "^4.14.191",
21
20
  "@typescript-eslint/eslint-plugin": "^5.55.0",
22
21
  "chai": "^4.3.6",
@@ -48,5 +47,5 @@
48
47
  },
49
48
  "homepage": "https://github.com/friggframework/frigg#readme",
50
49
  "description": "",
51
- "gitHead": "0900fdc8d00b013f41e24e08d827078bedd12d29"
50
+ "gitHead": "4de1ac138121295b795e1e9e0bb9e37bea2e8492"
52
51
  }