@storm-software/testing-tools 1.12.5 → 1.12.7
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 +17 -0
- package/README.md +1 -1
- package/index.cjs +6 -6
- package/index.js +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [1.12.6](https://github.com/storm-software/storm-ops/compare/testing-tools-v1.12.5...testing-tools-v1.12.6) (2023-12-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **storm-ops:** Update pnpm-lock.yaml file ([74fe737](https://github.com/storm-software/storm-ops/commit/74fe737c2d43018c2c2a09d0489bdfc188b0e1ce))
|
|
7
|
+
* **workspace-tools:** Remove pino logging esbuild plugin ([730de8c](https://github.com/storm-software/storm-ops/commit/730de8c5c49c1e1b360b961e23b3f462e9e58c1a))
|
|
8
|
+
* **workspace-tools:** Resolved more issues with results display ([05d80d2](https://github.com/storm-software/storm-ops/commit/05d80d26e77e514a18101290f52398a970d260a7))
|
|
9
|
+
* **workspace-tools:** Update all workspace chalk deps to version 4.1.0 ([b74a940](https://github.com/storm-software/storm-ops/commit/b74a940ee921981612a0ed1f951ce443f133dcd7))
|
|
10
|
+
|
|
11
|
+
## [1.12.5](https://github.com/storm-software/storm-ops/compare/testing-tools-v1.12.4...testing-tools-v1.12.5) (2023-12-03)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **workspace-tools:** Remove config-tools as an external dependency ([7a24864](https://github.com/storm-software/storm-ops/commit/7a248643ef13fca6ddaa3c25f6c78ede86dec8be))
|
|
17
|
+
|
|
1
18
|
## [1.12.4](https://github.com/storm-software/storm-ops/compare/testing-tools-v1.12.3...testing-tools-v1.12.4) (2023-12-03)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
16
16
|
|
|
17
17
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.org" target="_blank">stormsoftware.org</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
|
<h3 align="center" bold="true">⚠️ <b>Attention</b> ⚠️ This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.</h3><br />
|
package/index.cjs
CHANGED
|
@@ -140712,9 +140712,9 @@ var require_supports_color3 = __commonJS({
|
|
|
140712
140712
|
}
|
|
140713
140713
|
});
|
|
140714
140714
|
|
|
140715
|
-
// node_modules/.pnpm/chalk@4.1.
|
|
140715
|
+
// node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/util.js
|
|
140716
140716
|
var require_util2 = __commonJS({
|
|
140717
|
-
"node_modules/.pnpm/chalk@4.1.
|
|
140717
|
+
"node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/util.js"(exports, module2) {
|
|
140718
140718
|
"use strict";
|
|
140719
140719
|
var stringReplaceAll3 = (string, substring, replacer) => {
|
|
140720
140720
|
let index = string.indexOf(substring);
|
|
@@ -140751,9 +140751,9 @@ var require_util2 = __commonJS({
|
|
|
140751
140751
|
}
|
|
140752
140752
|
});
|
|
140753
140753
|
|
|
140754
|
-
// node_modules/.pnpm/chalk@4.1.
|
|
140754
|
+
// node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/templates.js
|
|
140755
140755
|
var require_templates3 = __commonJS({
|
|
140756
|
-
"node_modules/.pnpm/chalk@4.1.
|
|
140756
|
+
"node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/templates.js"(exports, module2) {
|
|
140757
140757
|
"use strict";
|
|
140758
140758
|
var TEMPLATE_REGEX = /(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;
|
|
140759
140759
|
var STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;
|
|
@@ -140865,9 +140865,9 @@ var require_templates3 = __commonJS({
|
|
|
140865
140865
|
}
|
|
140866
140866
|
});
|
|
140867
140867
|
|
|
140868
|
-
// node_modules/.pnpm/chalk@4.1.
|
|
140868
|
+
// node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/index.js
|
|
140869
140869
|
var require_source = __commonJS({
|
|
140870
|
-
"node_modules/.pnpm/chalk@4.1.
|
|
140870
|
+
"node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/index.js"(exports, module2) {
|
|
140871
140871
|
"use strict";
|
|
140872
140872
|
var ansiStyles2 = require_ansi_styles3();
|
|
140873
140873
|
var { stdout: stdoutColor2, stderr: stderrColor2 } = require_supports_color3();
|
package/index.js
CHANGED
|
@@ -140716,9 +140716,9 @@ var require_supports_color3 = __commonJS({
|
|
|
140716
140716
|
}
|
|
140717
140717
|
});
|
|
140718
140718
|
|
|
140719
|
-
// node_modules/.pnpm/chalk@4.1.
|
|
140719
|
+
// node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/util.js
|
|
140720
140720
|
var require_util2 = __commonJS({
|
|
140721
|
-
"node_modules/.pnpm/chalk@4.1.
|
|
140721
|
+
"node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/util.js"(exports, module) {
|
|
140722
140722
|
"use strict";
|
|
140723
140723
|
var stringReplaceAll3 = (string, substring, replacer) => {
|
|
140724
140724
|
let index = string.indexOf(substring);
|
|
@@ -140755,9 +140755,9 @@ var require_util2 = __commonJS({
|
|
|
140755
140755
|
}
|
|
140756
140756
|
});
|
|
140757
140757
|
|
|
140758
|
-
// node_modules/.pnpm/chalk@4.1.
|
|
140758
|
+
// node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/templates.js
|
|
140759
140759
|
var require_templates3 = __commonJS({
|
|
140760
|
-
"node_modules/.pnpm/chalk@4.1.
|
|
140760
|
+
"node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/templates.js"(exports, module) {
|
|
140761
140761
|
"use strict";
|
|
140762
140762
|
var TEMPLATE_REGEX = /(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;
|
|
140763
140763
|
var STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;
|
|
@@ -140869,9 +140869,9 @@ var require_templates3 = __commonJS({
|
|
|
140869
140869
|
}
|
|
140870
140870
|
});
|
|
140871
140871
|
|
|
140872
|
-
// node_modules/.pnpm/chalk@4.1.
|
|
140872
|
+
// node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/index.js
|
|
140873
140873
|
var require_source = __commonJS({
|
|
140874
|
-
"node_modules/.pnpm/chalk@4.1.
|
|
140874
|
+
"node_modules/.pnpm/chalk@4.1.0/node_modules/chalk/source/index.js"(exports, module) {
|
|
140875
140875
|
"use strict";
|
|
140876
140876
|
var ansiStyles2 = require_ansi_styles3();
|
|
140877
140877
|
var { stdout: stdoutColor2, stderr: stderrColor2 } = require_supports_color3();
|
package/package.json
CHANGED