@xylabs/static-implements 6.0.10 → 6.1.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 +6 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xylabs.com)
2
+
1
3
  # @xylabs/static-implements
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -71,8 +73,12 @@ the members of the the type as static properties/methods
71
73
 
72
74
  \<`U`\>(`constructor`) => `void`
73
75
 
76
+ ## Credits
77
+
78
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
74
79
 
75
80
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/static-implements.svg
76
81
  [npm-link]: https://www.npmjs.com/package/@xylabs/static-implements
77
82
  [license-badge]: https://img.shields.io/npm/l/@xylabs/static-implements.svg
78
83
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
84
+ [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/static-implements",
3
- "version": "6.0.10",
3
+ "version": "6.1.1",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "static",
@@ -42,14 +42,14 @@
42
42
  "README.md"
43
43
  ],
44
44
  "devDependencies": {
45
- "@xylabs/toolchain": "^8.1.16",
46
- "@xylabs/tsconfig": "^8.1.16",
45
+ "@xylabs/toolchain": "^8.1.20",
46
+ "@xylabs/tsconfig": "^8.1.20",
47
47
  "eslint": "^10.4.1",
48
48
  "tslib": "^2.8.1",
49
49
  "typescript": "^6.0.3",
50
50
  "vite": "^8.0.16",
51
51
  "vitest": "^4.1.8",
52
- "@xylabs/vitest-extended": "~6.0.10"
52
+ "@xylabs/vitest-extended": "~6.1.1"
53
53
  },
54
54
  "engines": {
55
55
  "node": ">=18"