@xiboplayer/utils 0.4.5 → 0.4.6

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 +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -44,4 +44,4 @@ const response = await fetchWithRetry(url, { retries: 3 });
44
44
 
45
45
  ---
46
46
 
47
- **Part of the [XiboPlayer SDK](https://github.com/xibo-players/xiboplayer)** | [MCP Server](https://github.com/xibo-players/xiboplayer/tree/main/mcp-server) for AI-assisted development
47
+ [xiboplayer.org](https://xiboplayer.org) · **Part of the [XiboPlayer SDK](https://github.com/xibo-players/xiboplayer)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiboplayer/utils",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Shared utilities for Xibo Player packages",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -11,7 +11,7 @@
11
11
  "./config": "./src/config.js"
12
12
  },
13
13
  "dependencies": {
14
- "@xiboplayer/crypto": "0.4.5"
14
+ "@xiboplayer/crypto": "0.4.6"
15
15
  },
16
16
  "devDependencies": {
17
17
  "vitest": "^2.0.0"
@@ -30,6 +30,7 @@
30
30
  "url": "git+https://github.com/xibo-players/xiboplayer.git",
31
31
  "directory": "packages/utils"
32
32
  },
33
+ "homepage": "https://xiboplayer.org",
33
34
  "scripts": {
34
35
  "test": "vitest run",
35
36
  "test:watch": "vitest",