@trackunit/iris-app-e2e 1.8.92-alpha-192bcb42ded.0 → 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 +12 -0
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
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
|
|
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
|
|
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);
|