@storm-software/testing-tools 1.98.1 → 1.99.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 +24 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.99.0 (2025-01-12)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **tsdown:** Initial check-in of the TSBuild package
|
|
6
|
+
([b1a72514](https://github.com/storm-software/storm-ops/commit/b1a72514))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous
|
|
9
|
+
|
|
10
|
+
- **monorepo:** Regenerate README markdown files
|
|
11
|
+
([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
|
|
12
|
+
|
|
13
|
+
### Dependency Upgrades
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Resolve dependency mismatches between packages
|
|
16
|
+
([72960597](https://github.com/storm-software/storm-ops/commit/72960597))
|
|
17
|
+
|
|
18
|
+
## 1.98.2 (2025-01-12)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **eslint:** Resolved issue with invalid `cspell` plugin
|
|
23
|
+
([1c13fb51](https://github.com/storm-software/storm-ops/commit/1c13fb51))
|
|
24
|
+
|
|
1
25
|
## 1.98.1 (2025-01-12)
|
|
2
26
|
|
|
3
27
|
### Bug Fixes
|
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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/testing-tools","version":"1.
|
|
1
|
+
{"name":"@storm-software/testing-tools","version":"1.99.0","type":"commonjs","description":"⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/testing-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"module":"./index.js","types":"./declarations.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@nx/jest":"^20.3.1","jest":"29.7.0"},"devDependencies":{"@nx/jest":"^20.3.1","@types/node":"^22.10.2","jest":"29.7.0","jest-resolve":"29.7.0"},"publishConfig":{"access":"public"}}
|