@friggframework/core 0.2.14 → 0.2.15
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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.2.15 (Tue Apr 16 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Bump independent versions \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.2.14 (Tue Nov 07 2023)
|
|
2
14
|
|
|
3
15
|
:tada: This release contains work from a new contributor! :tada:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/core",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.15",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@friggframework/eslint-config": "^1.0.8",
|
|
7
7
|
"eslint": "^8.22.0",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://github.com/friggframework/frigg#readme",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@friggframework/assertions": "^1.0.
|
|
28
|
-
"@friggframework/errors": "^1.1.
|
|
27
|
+
"@friggframework/assertions": "^1.0.9",
|
|
28
|
+
"@friggframework/errors": "^1.1.7",
|
|
29
29
|
"aws-sdk": "^2.1200.0",
|
|
30
30
|
"lodash": "^4.17.21",
|
|
31
31
|
"moment": "^2.29.4",
|
|
32
32
|
"node-fetch": "^2.6.7"
|
|
33
33
|
},
|
|
34
34
|
"description": "",
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "af8dc169f1752f985c7e72efe99ab3012959f1c4"
|
|
36
36
|
}
|