@friggframework/test 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v1.1.8 (Thu Jul 18 2024)
2
+
3
+ :tada: This release contains work from a new contributor! :tada:
4
+
5
+ Thank you, Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel)), for all your work!
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Revert open to support commonjs [#319](https://github.com/friggframework/frigg/pull/319) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
10
+ - revert open to 8.4.2 to for commonjs support ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
11
+ - Add missing dependency for tests [#312](https://github.com/friggframework/frigg/pull/312) ([@igorschechtel](https://github.com/igorschechtel))
12
+ - Add missing dependency: open ([@igorschechtel](https://github.com/igorschechtel))
13
+ - Bump version to: v1.1.6 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
14
+
15
+ #### Authors: 3
16
+
17
+ - [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
18
+ - Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
19
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
20
+
21
+ ---
22
+
1
23
  # v1.1.7 (Mon Jul 15 2024)
2
24
 
3
25
  :tada: This release contains work from a new contributor! :tada:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/test",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "1.1.7",
4
+ "version": "1.1.8",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
7
  "eslint": "^8.22.0",
@@ -12,11 +12,11 @@
12
12
  "eslint-plugin-yaml": "^0.5.0",
13
13
  "jest-runner-groups": "^2.2.0",
14
14
  "mongodb-memory-server": "^8.9.0",
15
- "open": "^10.1.0"
15
+ "open": "^8.4.2"
16
16
  },
17
17
  "devDependencies": {
18
- "@friggframework/eslint-config": "^1.1.7",
19
- "@friggframework/prettier-config": "^1.1.7",
18
+ "@friggframework/eslint-config": "^1.1.8",
19
+ "@friggframework/prettier-config": "^1.1.8",
20
20
  "jest": "^28.1.3",
21
21
  "prettier": "^2.7.1"
22
22
  },
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "787157f82bc8727ed90c7f6dccbbde71c5b45bd1"
42
+ "gitHead": "ef09bf33aca3bc2df5c9f0049524a8c7e17df0d4"
43
43
  }