@uxf/e2e 11.104.0 → 11.110.0

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 +5 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @uxf/e2e
2
2
 
3
+ > [!WARNING]
4
+ > **DEPRECATED** — This package is deprecated. Please use [@uxf/e2e-playwright](../docs/e2e-playwright) instead.
5
+
6
+ UXF TestCafe helpers
7
+
3
8
  ```sh
4
9
  yarn add @uxf/e2e
5
10
  ```
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@uxf/e2e",
3
- "version": "11.104.0",
4
- "description": "UXF TestCafe helpers",
3
+ "version": "11.110.0",
4
+ "description": "DEPRECATED: UXF TestCafe helpers. Use @uxf/e2e-playwright instead.",
5
+ "deprecated": "This package is deprecated. Use @uxf/e2e-playwright instead.",
5
6
  "publishConfig": {
6
7
  "access": "public"
7
8
  },