@tivio/sdk-react 9.1.4 → 9.1.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.
- package/README.md +5 -0
- package/README.md.bak +5 -0
- package/dist/index.d.ts +445 -188
- package/dist/index.js +1 -1
- package/dist/sdk-react.d.ts +451 -188
- package/package.json +2 -2
package/README.md
CHANGED
@@ -5,6 +5,11 @@ above Tivio Studio. You can comfortably manage all you videos, settings such as
|
|
5
5
|
settings in the administration of Tivio Studio while having the freedom to build your own application.
|
6
6
|
|
7
7
|
## Changelog
|
8
|
+
* 9.1.6
|
9
|
+
* minor: add remote controller
|
10
|
+
|
11
|
+
* 9.1.5
|
12
|
+
* patch: expose purchase loyalty points through types
|
8
13
|
|
9
14
|
* 9.1.4
|
10
15
|
* patch: disable setUser check
|
package/README.md.bak
CHANGED
@@ -5,6 +5,11 @@ above Tivio Studio. You can comfortably manage all you videos, settings such as
|
|
5
5
|
settings in the administration of Tivio Studio while having the freedom to build your own application.
|
6
6
|
|
7
7
|
## Changelog
|
8
|
+
* 9.1.6
|
9
|
+
* minor: add remote controller
|
10
|
+
|
11
|
+
* 9.1.5
|
12
|
+
* patch: expose purchase loyalty points through types
|
8
13
|
|
9
14
|
* 9.1.4
|
10
15
|
* patch: disable setUser check
|