@flussonic/flussonic-dvr-player 25.11.12 → 25.11.13
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flussonic/flussonic-dvr-player",
|
|
3
|
-
"version": "25.11.
|
|
3
|
+
"version": "25.11.13",
|
|
4
4
|
"description": "Flussonic DVR player",
|
|
5
5
|
"main": "dist/FlussonicDvrPlayer.js",
|
|
6
6
|
"repository": {
|
|
@@ -57,7 +57,11 @@
|
|
|
57
57
|
"@babel/core": "^7.8.7",
|
|
58
58
|
"@babel/eslint-plugin": "^7.19.1",
|
|
59
59
|
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
|
60
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
61
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
60
62
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
63
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
|
|
64
|
+
"@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
61
65
|
"@babel/plugin-transform-runtime": "^7.10.1",
|
|
62
66
|
"@babel/preset-env": "^7.21.4",
|
|
63
67
|
"@babel/preset-react": "^7.9.4",
|
|
@@ -159,6 +163,7 @@
|
|
|
159
163
|
"react-error-boundary": "^4.0.0",
|
|
160
164
|
"react-i18next": "^12.2.2",
|
|
161
165
|
"react-query": "^3.39.3",
|
|
166
|
+
"recharts": "^3.3.0",
|
|
162
167
|
"url-polyfill": "^1.1.2",
|
|
163
168
|
"whatwg-fetch": "^3.0.0",
|
|
164
169
|
"zustand": "^5.0.8"
|