@storm-software/testing-tools 1.77.0 → 1.78.0
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 +16 -2
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.78.0 (2024-10-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
- **build-tools:** Ensure all nested folders have `exports` generated during unbuild ([cd57af07](https://github.com/storm-software/storm-ops/commit/cd57af07))
|
|
2
7
|
|
|
8
|
+
## 1.77.1 (2024-10-22)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **eslint:** Ensure `parserOptions` are removed from all configuration objects
|
|
13
|
+
([971d16f8](https://github.com/storm-software/storm-ops/commit/971d16f8))
|
|
14
|
+
|
|
15
|
+
## 1.77.0 (2024-10-22)
|
|
3
16
|
|
|
4
17
|
### Features
|
|
5
18
|
|
|
6
|
-
- **eslint:** Added the `nx` linting rules configuration option
|
|
19
|
+
- **eslint:** Added the `nx` linting rules configuration option
|
|
20
|
+
([cebc611a](https://github.com/storm-software/storm-ops/commit/cebc611a))
|
|
7
21
|
|
|
8
22
|
## 1.76.1 (2024-10-22)
|
|
9
23
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED