@xylabs/jest-helpers 7.0.8 → 8.0.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.
- package/README.md +2 -0
- package/package.json +4 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/jest-helpers",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "8.0.0",
|
|
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
|
}
|