@friggframework/test 1.1.1--canary.294.5afeb8e.0 → 1.1.2

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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v2.0.0 (Sat Mar 30 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Package redo [#294](https://github.com/friggframework/frigg/pull/294) ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - correct require and make override optional ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
10
+ - default jest env to STAGE dev ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
11
+ - create test, eslint-config and prettier-config packages as base shared dependencies ([@MichaelRyanWebber](https://github.com/MichaelRyanWebber))
12
+
13
+ #### Authors: 1
14
+
15
+ - [@MichaelRyanWebber](https://github.com/MichaelRyanWebber)
16
+
17
+ ---
18
+
1
19
  # v1.1.0 (Wed Mar 20 2024)
2
20
 
3
21
  #### 🚀 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.1--canary.294.5afeb8e.0",
4
+ "version": "1.1.2",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
7
  "eslint": "^8.22.0",
@@ -14,8 +14,8 @@
14
14
  "mongodb-memory-server": "^8.9.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@friggframework/eslint-config": "1.1.1--canary.294.5afeb8e.0",
18
- "@friggframework/prettier-config": "1.1.1--canary.294.5afeb8e.0",
17
+ "@friggframework/eslint-config": "^1.1.2",
18
+ "@friggframework/prettier-config": "^1.1.2",
19
19
  "jest": "^28.1.3",
20
20
  "prettier": "^2.7.1"
21
21
  },
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "5afeb8ed9a35a5b32ee947692680677a741d7df4"
41
+ "gitHead": "5fc6ed2784d179402b458164b5b054b7b7140971"
42
42
  }