@tivio/sdk-react 3.5.0 → 3.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +10 -1
- package/README.md.bak +10 -1
- package/dist/index.d.ts +501 -51
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/doc/changelog.md +0 -0
package/README.md
CHANGED
@@ -2,7 +2,16 @@
|
|
2
2
|
|
3
3
|
## Changelog
|
4
4
|
|
5
|
-
*
|
5
|
+
* v3.5.3
|
6
|
+
* minor: Update types
|
7
|
+
|
8
|
+
* v3.5.2
|
9
|
+
* patch: All types are available again.
|
10
|
+
|
11
|
+
* v3.5.1
|
12
|
+
* patch: remove incorrect dependency (@tivio/types)
|
13
|
+
|
14
|
+
* v3.5.0
|
6
15
|
* minor: Types change - Video.price and Video.detailedPrice can be null
|
7
16
|
* minor: Types change - Video.cover is marked as deprecated
|
8
17
|
|
package/README.md.bak
CHANGED
@@ -2,7 +2,16 @@
|
|
2
2
|
|
3
3
|
## Changelog
|
4
4
|
|
5
|
-
*
|
5
|
+
* v3.5.3
|
6
|
+
* minor: Update types
|
7
|
+
|
8
|
+
* v3.5.2
|
9
|
+
* patch: All types are available again.
|
10
|
+
|
11
|
+
* v3.5.1
|
12
|
+
* patch: remove incorrect dependency (@tivio/types)
|
13
|
+
|
14
|
+
* v3.5.0
|
6
15
|
* minor: Types change - Video.price and Video.detailedPrice can be null
|
7
16
|
* minor: Types change - Video.cover is marked as deprecated
|
8
17
|
|