@storm-software/testing-tools 1.35.5 β 1.36.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 +12 -0
- package/README.md +6 -6
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.36.0 (2024-04-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### β€οΈ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
## 1.35.5 (2024-04-01)
|
|
2
14
|
|
|
3
15
|
|
package/README.md
CHANGED
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
<a href="https://stormsoftware.
|
|
10
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> | <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <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> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<br />
|
|
14
14
|
This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
|
|
15
15
|
<br />
|
|
16
16
|
|
|
17
|
-
<h3 align="center">π» Visit <a href="https://stormsoftware.
|
|
17
|
+
<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
18
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
20
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
21
|
|
|
22
22
|
> [!IMPORTANT]
|
|
@@ -98,9 +98,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
|
98
98
|
|
|
99
99
|
Reach out to the maintainer at one of the following places:
|
|
100
100
|
|
|
101
|
-
- [Contact](https://stormsoftware.
|
|
101
|
+
- [Contact](https://stormsoftware.com/contact)
|
|
102
102
|
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
103
|
-
- <support@stormsoftware.
|
|
103
|
+
- <support@stormsoftware.com>
|
|
104
104
|
|
|
105
105
|
## License
|
|
106
106
|
|
|
@@ -138,7 +138,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
138
138
|
<tr>
|
|
139
139
|
<td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">π¨</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Code">π»</a> <a href="#tool-sullivanpj" title="Tools">π§</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Documentation">π</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Tests">β οΈ</a></td>
|
|
140
140
|
<td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">π¨</a></td>
|
|
141
|
-
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.
|
|
141
|
+
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">π§</a></td>
|
|
142
142
|
</tr>
|
|
143
143
|
</tbody>
|
|
144
144
|
<tfoot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/testing-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.36.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": [
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"open-system",
|
|
13
13
|
"monorepo"
|
|
14
14
|
],
|
|
15
|
-
"homepage": "https://stormsoftware.
|
|
15
|
+
"homepage": "https://stormsoftware.com",
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
18
|
-
"email": "support@stormsoftware.
|
|
18
|
+
"email": "support@stormsoftware.com"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "github",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"license": "Apache 2.0",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Storm Software",
|
|
28
|
-
"email": "contact@stormsoftware.
|
|
29
|
-
"url": "https://stormsoftware.
|
|
28
|
+
"email": "contact@stormsoftware.com",
|
|
29
|
+
"url": "https://stormsoftware.com"
|
|
30
30
|
},
|
|
31
31
|
"type": "commonjs",
|
|
32
32
|
"module": "./index.js",
|