@xiboplayer/xmr 0.1.3 → 0.2.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/CHANGELOG.md CHANGED
@@ -159,7 +159,7 @@ await xmr.stop(); // Clean shutdown, no reconnection
159
159
 
160
160
  ## Support
161
161
 
162
- - **Documentation**: [docs/README.md](./docs/README.md)
162
+ - **Documentation**: [README.md](./README.md)
163
163
  - **GitHub Issues**: https://github.com/xibo/xibo-players/issues
164
164
  - **Community**: https://community.xibo.org.uk
165
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiboplayer/xmr",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "XMR WebSocket client for real-time Xibo CMS commands",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@xibosignage/xibo-communication-framework": "^0.0.6",
12
- "@xiboplayer/utils": "0.1.3"
12
+ "@xiboplayer/utils": "0.2.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "vitest": "^2.0.0"
File without changes