@storm-software/testing-tools 1.119.12 → 1.119.14

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/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
- [![Version](https://img.shields.io/badge/version-1.119.10-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.119.12-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/dist/index.cjs CHANGED
@@ -36,11 +36,12 @@ __export(index_exports, {
36
36
  module.exports = __toCommonJS(index_exports);
37
37
 
38
38
  // src/jest/declare-package.ts
39
+ var import_mlly = require("mlly");
39
40
  var import_node_path = require("path");
40
41
  function declarePackage(options) {
41
42
  return {
42
43
  displayName: options.displayName ? options.displayName : options.projectRoot.replaceAll("\\", "-").replaceAll("/", "-"),
43
- preset: "@storm-software/testing-tools/jest/preset",
44
+ preset: (0, import_mlly.resolvePathSync)("@storm-software/testing-tools/jest/preset"),
44
45
  testEnvironment: options.isNode ? "node" : "jsdom",
45
46
  transform: {
46
47
  "^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }]
package/dist/index.js CHANGED
@@ -1,9 +1,10 @@
1
1
  // src/jest/declare-package.ts
2
+ import { resolvePathSync } from "mlly";
2
3
  import { join } from "node:path";
3
4
  function declarePackage(options) {
4
5
  return {
5
6
  displayName: options.displayName ? options.displayName : options.projectRoot.replaceAll("\\", "-").replaceAll("/", "-"),
6
- preset: "@storm-software/testing-tools/jest/preset",
7
+ preset: resolvePathSync("@storm-software/testing-tools/jest/preset"),
7
8
  testEnvironment: options.isNode ? "node" : "jsdom",
8
9
  transform: {
9
10
  "^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }]
@@ -22,11 +22,12 @@ __export(declare_package_exports, {
22
22
  declarePackage: () => declarePackage
23
23
  });
24
24
  module.exports = __toCommonJS(declare_package_exports);
25
+ var import_mlly = require("mlly");
25
26
  var import_node_path = require("path");
26
27
  function declarePackage(options) {
27
28
  return {
28
29
  displayName: options.displayName ? options.displayName : options.projectRoot.replaceAll("\\", "-").replaceAll("/", "-"),
29
- preset: "@storm-software/testing-tools/jest/preset",
30
+ preset: (0, import_mlly.resolvePathSync)("@storm-software/testing-tools/jest/preset"),
30
31
  testEnvironment: options.isNode ? "node" : "jsdom",
31
32
  transform: {
32
33
  "^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }]
@@ -1,9 +1,10 @@
1
1
  // src/jest/declare-package.ts
2
+ import { resolvePathSync } from "mlly";
2
3
  import { join } from "node:path";
3
4
  function declarePackage(options) {
4
5
  return {
5
6
  displayName: options.displayName ? options.displayName : options.projectRoot.replaceAll("\\", "-").replaceAll("/", "-"),
6
- preset: "@storm-software/testing-tools/jest/preset",
7
+ preset: resolvePathSync("@storm-software/testing-tools/jest/preset"),
7
8
  testEnvironment: options.isNode ? "node" : "jsdom",
8
9
  transform: {
9
10
  "^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/testing-tools",
3
- "version": "1.119.12",
3
+ "version": "1.119.14",
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": {
@@ -147,7 +147,7 @@
147
147
  "sullivanpj"
148
148
  ],
149
149
  "peerDependencies": { "@nx/jest": "^21.4.1", "jest": "30.0.5" },
150
- "dependencies": { "defu": "6.1.4" },
150
+ "dependencies": { "defu": "6.1.4", "mlly": "^1.8.0" },
151
151
  "devDependencies": {
152
152
  "@nx/jest": "^21.4.1",
153
153
  "@types/node": "^22.10.2",
@@ -155,5 +155,5 @@
155
155
  "jest-resolve": "30.0.5"
156
156
  },
157
157
  "publishConfig": { "access": "public" },
158
- "gitHead": "f8f8eb9bb43ef672370e0dfcba1cf80f7e009934"
158
+ "gitHead": "a51dd1ca06b750b49fb67496f39ae084f988ca4f"
159
159
  }