tanstack 2.0.2 → 2.0.3
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
CHANGED
|
@@ -14,18 +14,22 @@
|
|
|
14
14
|
|
|
15
15
|
Headless hooks · Plugin architecture · React-first DX · Streaming ready
|
|
16
16
|
|
|
17
|
+
<img src=".github/assets/og-image.png" alt="TanStack Player" width="600" />
|
|
18
|
+
|
|
17
19
|
[](https://www.npmjs.com/package/tanstack)
|
|
18
20
|
[](https://www.npmjs.com/package/tanstack)
|
|
19
21
|
[](https://bundlephobia.com/package/tanstack)
|
|
20
22
|
[](LICENSE)
|
|
23
|
+
[](https://visitorbadge.io/status?path=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ftanstack%3FactiveTab%3Dreadme)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
[](https://www.typescriptlang.org/)
|
|
27
|
+
[](https://videojs.com/)
|
|
21
28
|
[](https://github.com/sh20raj/tanstack)
|
|
22
29
|
[](https://github.com/sh20raj/tanstack/issues)
|
|
23
30
|
[](https://github.com/sh20raj/tanstack/pulls)
|
|
24
|
-
[](https://www.typescriptlang.org/)
|
|
25
|
-
[](https://videojs.com/)
|
|
26
|
-
[](https://visitorbadge.io/status?path=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ftanstack%3FactiveTab%3Dreadme)
|
|
27
31
|
|
|
28
|
-
[Documentation](https://
|
|
32
|
+
[Documentation](https://github.com/sh20raj/tanstack/tree/main/docs) · [npm](https://www.npmjs.com/package/tanstack) · [Examples](https://github.com/sh20raj/tanstack/tree/main/examples) · [Contributing](CONTRIBUTING.md)
|
|
29
33
|
|
|
30
34
|
</div>
|
|
31
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tanstack",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "TanStack Player — A developer-first, universal Video Player SDK built on Video.js with headless hooks, plugin architecture, and React-first DX",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack-player/adapter-videojs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "TanStack Player — Video.js adapter",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
10
11
|
"import": "./dist/index.mjs",
|
|
11
|
-
"require": "./dist/index.js"
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"files": ["dist"],
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack-player/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "TanStack Player — Headless core engine",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
10
11
|
"import": "./dist/index.mjs",
|
|
11
|
-
"require": "./dist/index.js"
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"files": ["dist"],
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack-player/plugin-bookmark",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "TanStack Player — Bookmark plugin",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
10
11
|
"import": "./dist/index.mjs",
|
|
11
|
-
"require": "./dist/index.js"
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"files": ["dist"],
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack-player/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "TanStack Player — React component and hooks",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
10
11
|
"import": "./dist/index.mjs",
|
|
11
|
-
"require": "./dist/index.js"
|
|
12
|
-
"types": "./dist/index.d.ts"
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"files": ["dist"],
|