@storm-software/testing-tools 1.119.30 → 1.119.31

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/README.md +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Testing Tools](#storm-testing-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/testing-tools",
3
- "version": "1.119.30",
3
+ "version": "1.119.31",
4
4
  "type": "module",
5
5
  "description": "A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
6
6
  "repository": {
@@ -155,5 +155,5 @@
155
155
  "jest-resolve": "30.0.5"
156
156
  },
157
157
  "publishConfig": { "access": "public" },
158
- "gitHead": "9cb94503bd31113afe1893deb47dba3808c80e13"
158
+ "gitHead": "f21daf5d548f7a6c140f0c7d54bf58309aa2e4ae"
159
159
  }