@storm-software/testing-tools 1.37.3 β 1.38.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 +19 -0
- package/README.md +49 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 1.38.0 (2024-06-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **storm-ops:** Upgrade Nx packages and resolve linting issues ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
|
|
7
|
+
|
|
8
|
+
## 1.37.4 (2024-04-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### π©Ή Fixes
|
|
12
|
+
|
|
13
|
+
- **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### β€οΈ Thank You
|
|
17
|
+
|
|
18
|
+
- Patrick Sullivan
|
|
19
|
+
|
|
1
20
|
## 1.37.3 (2024-04-08)
|
|
2
21
|
|
|
3
22
|
|
package/README.md
CHANGED
|
@@ -3,11 +3,16 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%"
|
|
6
|
+
<div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
<
|
|
10
|
+
<b>
|
|
11
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
|
+
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’
|
|
14
|
+
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
|
+
</b>
|
|
11
16
|
</div>
|
|
12
17
|
|
|
13
18
|
<br />
|
|
@@ -16,7 +21,7 @@ This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
16
21
|
|
|
17
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 />
|
|
18
23
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
26
|
|
|
22
27
|
> [!IMPORTANT]
|
|
@@ -86,6 +91,9 @@ Run `nx test testing-tools` to execute the unit tests via [Jest](https://jestjs.
|
|
|
86
91
|
|
|
87
92
|
Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
|
|
88
93
|
|
|
94
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
95
|
+
<br />
|
|
96
|
+
|
|
89
97
|
## Roadmap
|
|
90
98
|
|
|
91
99
|
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
|
|
@@ -94,6 +102,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
|
94
102
|
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the π reaction)
|
|
95
103
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
96
104
|
|
|
105
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
106
|
+
<br />
|
|
107
|
+
|
|
97
108
|
## Support
|
|
98
109
|
|
|
99
110
|
Reach out to the maintainer at one of the following places:
|
|
@@ -102,16 +113,25 @@ Reach out to the maintainer at one of the following places:
|
|
|
102
113
|
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
103
114
|
- <support@stormsoftware.com>
|
|
104
115
|
|
|
116
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
117
|
+
<br />
|
|
118
|
+
|
|
105
119
|
## License
|
|
106
120
|
|
|
107
121
|
This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
|
|
108
122
|
|
|
109
123
|
See [LICENSE](LICENSE) for more information.
|
|
110
124
|
|
|
125
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
126
|
+
<br />
|
|
127
|
+
|
|
111
128
|
## Changelog
|
|
112
129
|
|
|
113
130
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md) file
|
|
114
131
|
|
|
132
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
133
|
+
<br />
|
|
134
|
+
|
|
115
135
|
## Contributing
|
|
116
136
|
|
|
117
137
|
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
|
|
@@ -127,6 +147,9 @@ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
|
127
147
|
|
|
128
148
|
You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
|
|
129
149
|
|
|
150
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
151
|
+
<br />
|
|
152
|
+
|
|
130
153
|
## Contributors
|
|
131
154
|
|
|
132
155
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
@@ -144,7 +167,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
144
167
|
<tfoot>
|
|
145
168
|
<tr>
|
|
146
169
|
<td align="center" size="13px" colspan="7">
|
|
147
|
-
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
|
|
170
|
+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
|
|
148
171
|
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
|
|
149
172
|
</img>
|
|
150
173
|
</td>
|
|
@@ -156,22 +179,40 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
156
179
|
|
|
157
180
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
|
158
181
|
|
|
182
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
159
183
|
<br />
|
|
184
|
+
|
|
185
|
+
<hr />
|
|
160
186
|
<br />
|
|
187
|
+
|
|
161
188
|
<div align="center">
|
|
162
|
-
|
|
189
|
+
<img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
|
|
163
190
|
</div>
|
|
164
191
|
<br />
|
|
165
192
|
|
|
166
193
|
<div align="center">
|
|
167
|
-
<
|
|
194
|
+
<b>
|
|
195
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> β’ <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> β’ <a href="https://github.com/storm-software" target="_blank">GitHub</a> β’ <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
196
|
+
</b>
|
|
168
197
|
</div>
|
|
169
198
|
|
|
170
199
|
<div align="center">
|
|
171
|
-
<
|
|
200
|
+
<b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
|
|
172
201
|
</div>
|
|
202
|
+
<br />
|
|
203
|
+
|
|
204
|
+
Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
|
|
205
|
+
|
|
206
|
+
Our mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
173
207
|
|
|
174
|
-
|
|
208
|
+
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website!
|
|
209
|
+
|
|
210
|
+
<br />
|
|
211
|
+
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
212
|
+
|
|
213
|
+
<br />
|
|
214
|
+
<div align="right">[ <a href="#table-of-contents">Back to top β²</a> ]</div>
|
|
215
|
+
<br />
|
|
175
216
|
|
|
176
217
|
|
|
177
218
|
<!-- markdownlint-restore -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/testing-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "β‘ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
|
|
6
6
|
"keywords": [
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"module": "./index.js",
|
|
33
33
|
"types": "./declarations.d.ts",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@nx/jest": "
|
|
35
|
+
"@nx/jest": "^19.1.0",
|
|
36
36
|
"jest": "29.7.0",
|
|
37
37
|
"jest-resolve": "29.7.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@nx/jest": "
|
|
40
|
+
"@nx/jest": "^19.1.0",
|
|
41
41
|
"jest": "29.7.0"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|