@friggframework/test 1.1.6 → 1.1.7

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 +19 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # v1.1.7 (Mon Jul 15 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
+ - Add missing dependency for tests [#312](https://github.com/friggframework/frigg/pull/312) ([@igorschechtel](https://github.com/igorschechtel))
10
+ - Add missing dependency: open ([@igorschechtel](https://github.com/igorschechtel))
11
+ - Bump version to: v1.1.6 \[skip ci\] ([@seanspeaks](https://github.com/seanspeaks))
12
+
13
+ #### Authors: 2
14
+
15
+ - Igor Schechtel ([@igorschechtel](https://github.com/igorschechtel))
16
+ - Sean Matthews ([@seanspeaks](https://github.com/seanspeaks))
17
+
18
+ ---
19
+
1
20
  # v2.0.0 (Sat Mar 30 2024)
2
21
 
3
22
  #### 🚀 Enhancement
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.6",
4
+ "version": "1.1.7",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
7
  "eslint": "^8.22.0",
@@ -11,11 +11,12 @@
11
11
  "eslint-plugin-no-only-tests": "^3.0.0",
12
12
  "eslint-plugin-yaml": "^0.5.0",
13
13
  "jest-runner-groups": "^2.2.0",
14
- "mongodb-memory-server": "^8.9.0"
14
+ "mongodb-memory-server": "^8.9.0",
15
+ "open": "^10.1.0"
15
16
  },
16
17
  "devDependencies": {
17
- "@friggframework/eslint-config": "^1.1.6",
18
- "@friggframework/prettier-config": "^1.1.6",
18
+ "@friggframework/eslint-config": "^1.1.7",
19
+ "@friggframework/prettier-config": "^1.1.7",
19
20
  "jest": "^28.1.3",
20
21
  "prettier": "^2.7.1"
21
22
  },
@@ -38,5 +39,5 @@
38
39
  "publishConfig": {
39
40
  "access": "public"
40
41
  },
41
- "gitHead": "49897aff107e2fb5b3cfe78a09106766bd34ca28"
42
+ "gitHead": "787157f82bc8727ed90c7f6dccbbde71c5b45bd1"
42
43
  }