@xylabs/jest-helpers 7.0.8 → 8.0.1

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 +2 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -7,6 +7,8 @@
7
7
 
8
8
  > Base functionality used throughout XY Labs TypeScript/JavaScript libraries
9
9
 
10
+ > Deprecated: use `@ariestools/vitest-extended` and `@ariestools/vitest-matchers` instead.
11
+
10
12
  ## Install
11
13
 
12
14
  Using npm:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xylabs/jest-helpers",
3
- "version": "7.0.8",
4
- "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
3
+ "version": "8.0.1",
4
+ "description": "DEPRECATED use @ariestools/vitest-extended and @ariestools/vitest-matchers instead.",
5
5
  "keywords": [
6
6
  "jest",
7
7
  "xylabs",
@@ -53,5 +53,6 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
56
- }
56
+ },
57
+ "deprecated": "Use @ariestools/vitest-extended and @ariestools/vitest-matchers instead. @xylabs/jest-helpers is deprecated legacy Jest tooling and will not receive further updates."
57
58
  }