@storm-software/testing-tools 1.100.4 → 1.101.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 1.101.0 (2025-01-20)
2
+
3
+ ### Features
4
+
5
+ - **untyped:** Initial check-in for the `untyped` package ([c02dad71](https://github.com/storm-software/storm-ops/commit/c02dad71))
6
+
7
+ ### Bug Fixes
8
+
9
+ - **workspace-tools:** Resolved issue with invalid `package.json` exports ([76c63c08](https://github.com/storm-software/storm-ops/commit/76c63c08))
10
+
11
+ ### Miscellaneous
12
+
13
+ - **monorepo:** Regenerate README markdown files ([5c8e5c96](https://github.com/storm-software/storm-ops/commit/5c8e5c96))
14
+
1
15
  ## 1.100.4 (2025-01-17)
2
16
 
3
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@storm-software/testing-tools","version":"1.100.4","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"}}
1
+ {"name":"@storm-software/testing-tools","version":"1.101.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"}}