@mux/mux-player-react 1.6.0-canary.0-9428749 → 1.6.1-canary.0-e7d6b3f

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -63,3 +63,4 @@ If you are generating your pages with a Node.js server (for example, [Next.js](h
63
63
  Docs and guides live on [docs.mux.com](https://docs.mux.com/guides/video/mux-player?utm_source=github-mux-player).
64
64
 
65
65
  API reference lives [on Github](./REFERENCE.md).
66
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mux/mux-player-react",
3
- "version": "1.6.0-canary.0-9428749",
3
+ "version": "1.6.1-canary.0-e7d6b3f",
4
4
  "description": "An open source Mux player for React that Just Works™",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.mjs",
@@ -65,8 +65,8 @@
65
65
  }
66
66
  },
67
67
  "dependencies": {
68
- "@mux/mux-player": "1.6.0-canary.0-9428749",
69
- "@mux/playback-core": "0.9.1-canary.171-9428749",
68
+ "@mux/mux-player": "1.7.0-canary.0-e7d6b3f",
69
+ "@mux/playback-core": "0.9.1-canary.172-e7d6b3f",
70
70
  "prop-types": "^15.7.2"
71
71
  },
72
72
  "devDependencies": {