@storm-software/testing-tools 1.85.0 → 1.85.1
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 +15 -1
- package/README.md +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,22 @@
|
|
|
1
|
+
## 1.85.1 (2024-12-18)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **storm-ops:** Resolved issue with ESM resolve error during postinstall script
|
|
6
|
+
execution
|
|
7
|
+
([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
|
|
8
|
+
|
|
9
|
+
### Dependency Upgrades
|
|
10
|
+
|
|
11
|
+
- **storm-ops:** Upgrade Nx package to v20.2.2
|
|
12
|
+
([d793912d](https://github.com/storm-software/storm-ops/commit/d793912d))
|
|
13
|
+
|
|
1
14
|
## 1.85.0 (2024-12-01)
|
|
2
15
|
|
|
3
16
|
### Features
|
|
4
17
|
|
|
5
|
-
- **storm-ops:** Added `lint-sherif` script to the CI workflow
|
|
18
|
+
- **storm-ops:** Added `lint-sherif` script to the CI workflow
|
|
19
|
+
([906e0c2b](https://github.com/storm-software/storm-ops/commit/906e0c2b))
|
|
6
20
|
|
|
7
21
|
## 1.84.0 (2024-11-30)
|
|
8
22
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/testing-tools",
|
|
3
|
-
"version": "1.85.
|
|
3
|
+
"version": "1.85.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
|
|
6
6
|
"repository": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"monorepo"
|
|
33
33
|
],
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@nx/jest": "^20.
|
|
35
|
+
"@nx/jest": "^20.2.2",
|
|
36
36
|
"jest": "29.7.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@nx/jest": "20.
|
|
39
|
+
"@nx/jest": "^20.2.2",
|
|
40
40
|
"jest": "29.7.0",
|
|
41
41
|
"jest-resolve": "29.7.0"
|
|
42
42
|
},
|