@xylabs/url 6.0.10 → 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/url
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -162,8 +164,12 @@ Node.js-specific URL class, imported from the `node:url` module.
162
164
 
163
165
  `URL`
164
166
 
167
+ ## Credits
168
+
169
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
165
170
 
166
171
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/url.svg
167
172
  [npm-link]: https://www.npmjs.com/package/@xylabs/url
168
173
  [license-badge]: https://img.shields.io/npm/l/@xylabs/url.svg
169
174
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
175
+ [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/url",
3
- "version": "6.0.10",
3
+ "version": "6.1.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "url",
@@ -52,8 +52,8 @@
52
52
  ],
53
53
  "devDependencies": {
54
54
  "@types/node": "^25.9.2",
55
- "@xylabs/toolchain": "^8.1.16",
56
- "@xylabs/tsconfig": "^8.1.16",
55
+ "@xylabs/toolchain": "^8.1.20",
56
+ "@xylabs/tsconfig": "^8.1.20",
57
57
  "eslint": "^10.4.1",
58
58
  "typescript": "^6.0.3",
59
59
  "vite": "^8.0.16",