@tivio/sdk-react 5.0.3-alpha-3 → 5.0.3-alpha-5
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/README.md +6 -0
- package/README.md.bak +6 -0
- package/dist/index.d.ts +545 -47
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +546 -48
- package/package.json +2 -2
package/README.md
CHANGED
@@ -6,6 +6,12 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* UNRELEASED
|
10
|
+
* major: delete usePlayerEvent hook
|
11
|
+
* major: replace uri attributes in types with url
|
12
|
+
* major: delete uri attributes from types
|
13
|
+
* minor: add purchase expiration to PurchaseEndpointPayload
|
14
|
+
|
9
15
|
* 5.0.2
|
10
16
|
* patch: export hook useChannelSource
|
11
17
|
|
package/README.md.bak
CHANGED
@@ -6,6 +6,12 @@ settings in the administration of Tivio Studio while having the freedom to build
|
|
6
6
|
|
7
7
|
## Changelog
|
8
8
|
|
9
|
+
* UNRELEASED
|
10
|
+
* major: delete usePlayerEvent hook
|
11
|
+
* major: replace uri attributes in types with url
|
12
|
+
* major: delete uri attributes from types
|
13
|
+
* minor: add purchase expiration to PurchaseEndpointPayload
|
14
|
+
|
9
15
|
* 5.0.2
|
10
16
|
* patch: export hook useChannelSource
|
11
17
|
|