react-chromecast-caf 0.0.6 → 0.0.7

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.
@@ -1,2 +1,5 @@
1
- export type SenderCast = Window['cast'];
2
- export type SenderChrome = Window['chrome'];
1
+ /// <reference types="chromecast-caf-sender" />
2
+ /// <reference types="chrome" />
3
+
4
+ export type SenderCast = Window['cast']
5
+ export type SenderChrome = Window['chrome']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-chromecast-caf",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "React hooks to use the Chromecast sender and receiver SDK in your project.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",