@friggframework/core 0.2.12-canary.e3d64e0.0 → 0.2.13-canary.143.04e6974.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 +20 -0
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v0.2.12 (Tue Apr 04 2023)
|
|
2
|
+
|
|
3
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
4
|
+
|
|
5
|
+
Thank you, null[@debbie-yu](https://github.com/debbie-yu), for all your work!
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Adding new IntegrationMapping collection [#142](https://github.com/friggframework/frigg/pull/142) ([@debbie-yu](https://github.com/debbie-yu))
|
|
10
|
+
- Merge branch 'main' of https://github.com/friggframework/frigg into debbie.yu/integration-mapping ([@debbie-yu](https://github.com/debbie-yu))
|
|
11
|
+
- addressing PR feedback and adding unit tests around IntegrationMapping ([@debbie-yu](https://github.com/debbie-yu))
|
|
12
|
+
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
13
|
+
|
|
14
|
+
#### Authors: 2
|
|
15
|
+
|
|
16
|
+
- [@debbie-yu](https://github.com/debbie-yu)
|
|
17
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v0.2.11 (Tue Jan 10 2023)
|
|
2
22
|
|
|
3
23
|
:tada: This release contains work from a new contributor! :tada:
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/core",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.13-canary.143.04e6974.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@friggframework/eslint-config": "1.0.9-canary.
|
|
6
|
+
"@friggframework/eslint-config": "1.0.9-canary.143.04e6974.0",
|
|
7
7
|
"eslint": "^8.22.0",
|
|
8
8
|
"jest": "^28.1.3",
|
|
9
9
|
"prettier": "^2.7.1"
|
|
@@ -24,10 +24,13 @@
|
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://github.com/friggframework/frigg#readme",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@friggframework/assertions": "1.0.
|
|
27
|
+
"@friggframework/assertions": "1.0.9-canary.143.04e6974.0",
|
|
28
|
+
"@friggframework/errors": "1.1.7-canary.143.04e6974.0",
|
|
29
|
+
"aws-sdk": "^2.1200.0",
|
|
30
|
+
"lodash": "^4.17.21",
|
|
28
31
|
"moment": "^2.29.4",
|
|
29
32
|
"node-fetch": "^2.6.7"
|
|
30
33
|
},
|
|
31
34
|
"description": "",
|
|
32
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "04e6974da8d19972f8b4124d2bcb0f4f8e720bca"
|
|
33
36
|
}
|