@trackunit/iris-app-e2e 1.8.92 → 1.8.93

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.8.93 (2026-04-08)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated react-test-setup to 1.8.87
6
+
1
7
  ## 1.8.92 (2026-04-07)
2
8
 
3
9
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-e2e",
3
- "version": "1.8.92",
3
+ "version": "1.8.93",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "generators": "./generators.json",
package/src/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * These can be safely imported in Node.js context during config processing.
4
4
  *
5
5
  * For browser-only exports (commands, setup functions that use Cypress global),
6
- * import from "@trackunit/iris-app-e2e/support" instead.
6
+ * import from "@trackunit/iris-app-e2e-support" instead.
7
7
  */
8
8
  export * from "./plugins/createLogFile";
9
9
  export * from "./plugins/defaultPlugins";
package/src/index.js CHANGED
@@ -7,7 +7,7 @@ const tslib_1 = require("tslib");
7
7
  * These can be safely imported in Node.js context during config processing.
8
8
  *
9
9
  * For browser-only exports (commands, setup functions that use Cypress global),
10
- * import from "@trackunit/iris-app-e2e/support" instead.
10
+ * import from "@trackunit/iris-app-e2e-support" instead.
11
11
  */
12
12
  tslib_1.__exportStar(require("./plugins/createLogFile"), exports);
13
13
  tslib_1.__exportStar(require("./plugins/defaultPlugins"), exports);