@friggframework/devtools 1.1.7 → 1.1.8
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 +14 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# v1.1.8 (Thu Jul 18 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Revert open to support commonjs [#319](https://github.com/friggframework/frigg/pull/319) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
|
|
6
|
+
- Bump version to: v1.1.6 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
|
|
7
|
+
|
|
8
|
+
#### Authors: 2
|
|
9
|
+
|
|
10
|
+
- [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
|
|
11
|
+
- Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
# v1.1.7 (Mon Jul 15 2024)
|
|
2
16
|
|
|
3
17
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/devtools",
|
|
3
3
|
"prettier": "@friggframework/prettier-config",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.8",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@babel/eslint-parser": "^7.18.9",
|
|
7
|
-
"@friggframework/core": "^1.1.
|
|
8
|
-
"@friggframework/test": "^1.1.
|
|
7
|
+
"@friggframework/core": "^1.1.8",
|
|
8
|
+
"@friggframework/test": "^1.1.8",
|
|
9
9
|
"eslint": "^8.22.0",
|
|
10
10
|
"eslint-config-prettier": "^8.5.0",
|
|
11
11
|
"eslint-plugin-json": "^3.1.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"eslint-plugin-yaml": "^0.5.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@friggframework/eslint-config": "^1.1.
|
|
18
|
-
"@friggframework/prettier-config": "^1.1.
|
|
17
|
+
"@friggframework/eslint-config": "^1.1.8",
|
|
18
|
+
"@friggframework/prettier-config": "^1.1.8"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"lint:fix": "prettier --write --loglevel error . && eslint . --fix",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "ef09bf33aca3bc2df5c9f0049524a8c7e17df0d4"
|
|
40
40
|
}
|