@glomex/integration-react 1.1423.0 → 1.1425.0
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.
|
@@ -14,4 +14,4 @@ declare global {
|
|
|
14
14
|
/**
|
|
15
15
|
* React component to define an external media item.
|
|
16
16
|
*/
|
|
17
|
-
export declare const ExternalMediaItemReact: (mediaItem: MediaItem) =>
|
|
17
|
+
export declare const ExternalMediaItemReact: (mediaItem: MediaItem) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1425.0",
|
|
4
4
|
"description": "React component to integrate the glomex player",
|
|
5
5
|
"documentation": "https://docs.glomex.com",
|
|
6
6
|
"homepage": "https://glomex.com",
|
|
@@ -22,15 +22,16 @@
|
|
|
22
22
|
"dist/**/*.d.ts"
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
|
-
"
|
|
25
|
+
"prepack": "npm run build",
|
|
26
26
|
"build": "rm -rf build && tsc --build",
|
|
27
27
|
"lint": "tsc --noEmit && biome ci",
|
|
28
28
|
"watch": "tsc --build --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@glomex/integration-web-component": "
|
|
31
|
+
"@glomex/integration-web-component": "1.1425.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
+
"preact": ">=10",
|
|
34
35
|
"react": ">=16.8.0",
|
|
35
36
|
"react-dom": ">=16.8.0"
|
|
36
37
|
},
|
|
@@ -38,5 +39,11 @@
|
|
|
38
39
|
"access": "public"
|
|
39
40
|
},
|
|
40
41
|
"license": "MIT",
|
|
41
|
-
"
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"@biomejs/biome": "catalog:",
|
|
44
|
+
"@types/react": "^16.8.0",
|
|
45
|
+
"@types/react-dom": "^16.8.0",
|
|
46
|
+
"typescript": "catalog:"
|
|
47
|
+
},
|
|
48
|
+
"gitHead": "842edafa2416822afa16fb2fa257221a67793a77"
|
|
42
49
|
}
|