@trackunit/iris-app-e2e 1.2.5 → 1.2.8

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ A comprehensive E2E testing utilities library for Trackunit's Iris platform. Thi
4
4
 
5
5
  This library is exposed publicly for use in the Trackunit [Iris App SDK](https://www.npmjs.com/package/@trackunit/iris-app).
6
6
 
7
- To browse all available components visit our [Public Storybook](https://design.iris.trackunit.com/).
7
+ To browse all available components visit the [Design System](https://design.iris.trackunit.com/).
8
8
 
9
9
  For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-e2e",
3
- "version": "1.2.5",
3
+ "version": "1.2.8",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "generators": "./generators.json",
@@ -14,7 +14,7 @@
14
14
  "cypress-terminal-report": "7.0.3",
15
15
  "node-xlsx": "^0.23.0",
16
16
  "prettier": "^3.4.2",
17
- "@trackunit/react-test-setup": "1.2.5"
17
+ "@trackunit/react-test-setup": "1.2.8"
18
18
  },
19
19
  "module": "./index.esm.js",
20
20
  "main": "./index.cjs.js",