@xylabs/vitest-matchers 6.0.9 → 6.1.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 +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/vitest-matchers
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -626,8 +628,12 @@ message: () => string;
626
628
 
627
629
  `string`
628
630
 
631
+ ## Credits
632
+
633
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
629
634
 
630
635
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/vitest-matchers.svg
631
636
  [npm-link]: https://www.npmjs.com/package/@xylabs/vitest-matchers
632
637
  [license-badge]: https://img.shields.io/npm/l/@xylabs/vitest-matchers.svg
633
638
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
639
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/vitest-matchers",
3
- "version": "6.0.9",
3
+ "version": "6.1.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "log",
@@ -47,8 +47,8 @@
47
47
  "README.md"
48
48
  ],
49
49
  "devDependencies": {
50
- "@xylabs/toolchain": "^8.1.16",
51
- "@xylabs/tsconfig": "^8.1.16",
50
+ "@xylabs/toolchain": "^8.1.20",
51
+ "@xylabs/tsconfig": "^8.1.20",
52
52
  "eslint": "^10.4.1",
53
53
  "typescript": "^6.0.3",
54
54
  "vite": "^8.0.16",