@100mslive/roomkit-react 0.5.2 → 0.5.3-alpha.1
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/dist/Prebuilt/components/PIP/PIPManager.d.ts +13 -0
- package/dist/Prebuilt/components/PIP/pipMessageUtils.d.ts +29 -0
- package/dist/index.cjs.css +1 -1
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +202 -22
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +244 -57
- package/dist/index.js.map +4 -4
- package/dist/meta.cjs.json +45 -16
- package/dist/meta.esbuild.json +47 -18
- package/package.json +9 -9
package/dist/meta.cjs.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inputs": {
|
|
3
3
|
"<define:process.env>": {
|
|
4
|
-
"bytes":
|
|
4
|
+
"bytes": 22868,
|
|
5
5
|
"imports": []
|
|
6
6
|
},
|
|
7
7
|
"src/Theme/base.config.ts": {
|
|
@@ -2426,7 +2426,7 @@
|
|
|
2426
2426
|
"format": "esm"
|
|
2427
2427
|
},
|
|
2428
2428
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
|
2429
|
-
"bytes":
|
|
2429
|
+
"bytes": 11583,
|
|
2430
2430
|
"imports": [
|
|
2431
2431
|
{
|
|
2432
2432
|
"path": "<define:process.env>",
|
|
@@ -2437,7 +2437,7 @@
|
|
|
2437
2437
|
"format": "esm"
|
|
2438
2438
|
},
|
|
2439
2439
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
|
2440
|
-
"bytes":
|
|
2440
|
+
"bytes": 12653,
|
|
2441
2441
|
"imports": [
|
|
2442
2442
|
{
|
|
2443
2443
|
"path": "worker-timers",
|
|
@@ -2449,6 +2449,11 @@
|
|
|
2449
2449
|
"kind": "import-statement",
|
|
2450
2450
|
"external": true
|
|
2451
2451
|
},
|
|
2452
|
+
{
|
|
2453
|
+
"path": "./pipMessageUtils",
|
|
2454
|
+
"kind": "import-statement",
|
|
2455
|
+
"external": true
|
|
2456
|
+
},
|
|
2452
2457
|
{
|
|
2453
2458
|
"path": "src/Prebuilt/components/PIP/pipUtils.js",
|
|
2454
2459
|
"kind": "import-statement",
|
|
@@ -3839,6 +3844,22 @@
|
|
|
3839
3844
|
],
|
|
3840
3845
|
"format": "esm"
|
|
3841
3846
|
},
|
|
3847
|
+
"src/Prebuilt/components/PIP/pipMessageUtils.ts": {
|
|
3848
|
+
"bytes": 2764,
|
|
3849
|
+
"imports": [
|
|
3850
|
+
{
|
|
3851
|
+
"path": "@100mslive/react-sdk",
|
|
3852
|
+
"kind": "import-statement",
|
|
3853
|
+
"external": true
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"path": "<define:process.env>",
|
|
3857
|
+
"kind": "import-statement",
|
|
3858
|
+
"external": true
|
|
3859
|
+
}
|
|
3860
|
+
],
|
|
3861
|
+
"format": "esm"
|
|
3862
|
+
},
|
|
3842
3863
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
|
3843
3864
|
"bytes": 1953,
|
|
3844
3865
|
"imports": [
|
|
@@ -3861,7 +3882,7 @@
|
|
|
3861
3882
|
"format": "esm"
|
|
3862
3883
|
},
|
|
3863
3884
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
|
3864
|
-
"bytes":
|
|
3885
|
+
"bytes": 3935,
|
|
3865
3886
|
"imports": [
|
|
3866
3887
|
{
|
|
3867
3888
|
"path": "react",
|
|
@@ -3893,6 +3914,11 @@
|
|
|
3893
3914
|
"kind": "import-statement",
|
|
3894
3915
|
"original": "./PIPManager"
|
|
3895
3916
|
},
|
|
3917
|
+
{
|
|
3918
|
+
"path": "src/Prebuilt/components/PIP/pipMessageUtils.ts",
|
|
3919
|
+
"kind": "import-statement",
|
|
3920
|
+
"original": "./pipMessageUtils"
|
|
3921
|
+
},
|
|
3896
3922
|
{
|
|
3897
3923
|
"path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
|
|
3898
3924
|
"kind": "import-statement",
|
|
@@ -5774,7 +5800,7 @@
|
|
|
5774
5800
|
"format": "cjs"
|
|
5775
5801
|
},
|
|
5776
5802
|
"../hms-video-store/dist/index.js": {
|
|
5777
|
-
"bytes":
|
|
5803
|
+
"bytes": 387847,
|
|
5778
5804
|
"imports": [
|
|
5779
5805
|
{
|
|
5780
5806
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -11316,7 +11342,7 @@
|
|
|
11316
11342
|
],
|
|
11317
11343
|
"format": "esm"
|
|
11318
11344
|
},
|
|
11319
|
-
"../../../../../../../tmp/tmp-
|
|
11345
|
+
"../../../../../../../tmp/tmp-3128-JkVNUtlLo2e7/19ed68713050/index.css": {
|
|
11320
11346
|
"bytes": 65502,
|
|
11321
11347
|
"imports": [
|
|
11322
11348
|
{
|
|
@@ -11440,7 +11466,7 @@
|
|
|
11440
11466
|
"original": "../../common/constants"
|
|
11441
11467
|
},
|
|
11442
11468
|
{
|
|
11443
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11469
|
+
"path": "../../../../../../../tmp/tmp-3128-JkVNUtlLo2e7/19ed68713050/index.css",
|
|
11444
11470
|
"kind": "import-statement",
|
|
11445
11471
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
11446
11472
|
},
|
|
@@ -15672,7 +15698,7 @@
|
|
|
15672
15698
|
"imports": [],
|
|
15673
15699
|
"exports": [],
|
|
15674
15700
|
"inputs": {},
|
|
15675
|
-
"bytes":
|
|
15701
|
+
"bytes": 3740575
|
|
15676
15702
|
},
|
|
15677
15703
|
"dist/index.cjs.js": {
|
|
15678
15704
|
"imports": [
|
|
@@ -19000,7 +19026,7 @@
|
|
|
19000
19026
|
"cssBundle": "dist/index.cjs.css",
|
|
19001
19027
|
"inputs": {
|
|
19002
19028
|
"<define:process.env>": {
|
|
19003
|
-
"bytesInOutput":
|
|
19029
|
+
"bytesInOutput": 22995
|
|
19004
19030
|
},
|
|
19005
19031
|
"../../node_modules/lodash/lodash.js": {
|
|
19006
19032
|
"bytesInOutput": 225103
|
|
@@ -19330,10 +19356,10 @@
|
|
|
19330
19356
|
"bytesInOutput": 494
|
|
19331
19357
|
},
|
|
19332
19358
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
|
19333
|
-
"bytesInOutput":
|
|
19359
|
+
"bytesInOutput": 10643
|
|
19334
19360
|
},
|
|
19335
19361
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
|
19336
|
-
"bytesInOutput":
|
|
19362
|
+
"bytesInOutput": 7418
|
|
19337
19363
|
},
|
|
19338
19364
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
|
19339
19365
|
"bytesInOutput": 1053
|
|
@@ -19426,7 +19452,10 @@
|
|
|
19426
19452
|
"bytesInOutput": 212
|
|
19427
19453
|
},
|
|
19428
19454
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
|
19429
|
-
"bytesInOutput":
|
|
19455
|
+
"bytesInOutput": 3639
|
|
19456
|
+
},
|
|
19457
|
+
"src/Prebuilt/components/PIP/pipMessageUtils.ts": {
|
|
19458
|
+
"bytesInOutput": 1171
|
|
19430
19459
|
},
|
|
19431
19460
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
|
19432
19461
|
"bytesInOutput": 2555
|
|
@@ -19525,7 +19554,7 @@
|
|
|
19525
19554
|
"bytesInOutput": 10603
|
|
19526
19555
|
},
|
|
19527
19556
|
"../hms-video-store/dist/index.js": {
|
|
19528
|
-
"bytesInOutput":
|
|
19557
|
+
"bytesInOutput": 56423
|
|
19529
19558
|
},
|
|
19530
19559
|
"../../node_modules/reselect/es/index.js": {
|
|
19531
19560
|
"bytesInOutput": 2539
|
|
@@ -19872,7 +19901,7 @@
|
|
|
19872
19901
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
19873
19902
|
"bytesInOutput": 3051
|
|
19874
19903
|
},
|
|
19875
|
-
"../../../../../../../tmp/tmp-
|
|
19904
|
+
"../../../../../../../tmp/tmp-3128-JkVNUtlLo2e7/19ed68713050/index.css": {
|
|
19876
19905
|
"bytesInOutput": 0
|
|
19877
19906
|
},
|
|
19878
19907
|
"src/Prebuilt/common/PeersSorter.ts": {
|
|
@@ -20107,7 +20136,7 @@
|
|
|
20107
20136
|
"bytesInOutput": 2775
|
|
20108
20137
|
}
|
|
20109
20138
|
},
|
|
20110
|
-
"bytes":
|
|
20139
|
+
"bytes": 1526567
|
|
20111
20140
|
},
|
|
20112
20141
|
"dist/index.cjs.css.map": {
|
|
20113
20142
|
"imports": [],
|
|
@@ -20169,7 +20198,7 @@
|
|
|
20169
20198
|
}
|
|
20170
20199
|
],
|
|
20171
20200
|
"inputs": {
|
|
20172
|
-
"../../../../../../../tmp/tmp-
|
|
20201
|
+
"../../../../../../../tmp/tmp-3128-JkVNUtlLo2e7/19ed68713050/index.css": {
|
|
20173
20202
|
"bytesInOutput": 74984
|
|
20174
20203
|
}
|
|
20175
20204
|
},
|
package/dist/meta.esbuild.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inputs": {
|
|
3
3
|
"<define:process.env>": {
|
|
4
|
-
"bytes":
|
|
4
|
+
"bytes": 22868,
|
|
5
5
|
"imports": []
|
|
6
6
|
},
|
|
7
7
|
"src/Theme/base.config.ts": {
|
|
@@ -2426,7 +2426,7 @@
|
|
|
2426
2426
|
"format": "esm"
|
|
2427
2427
|
},
|
|
2428
2428
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
|
2429
|
-
"bytes":
|
|
2429
|
+
"bytes": 11583,
|
|
2430
2430
|
"imports": [
|
|
2431
2431
|
{
|
|
2432
2432
|
"path": "<define:process.env>",
|
|
@@ -2437,7 +2437,7 @@
|
|
|
2437
2437
|
"format": "esm"
|
|
2438
2438
|
},
|
|
2439
2439
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
|
2440
|
-
"bytes":
|
|
2440
|
+
"bytes": 12653,
|
|
2441
2441
|
"imports": [
|
|
2442
2442
|
{
|
|
2443
2443
|
"path": "worker-timers",
|
|
@@ -2449,6 +2449,11 @@
|
|
|
2449
2449
|
"kind": "import-statement",
|
|
2450
2450
|
"external": true
|
|
2451
2451
|
},
|
|
2452
|
+
{
|
|
2453
|
+
"path": "./pipMessageUtils",
|
|
2454
|
+
"kind": "import-statement",
|
|
2455
|
+
"external": true
|
|
2456
|
+
},
|
|
2452
2457
|
{
|
|
2453
2458
|
"path": "src/Prebuilt/components/PIP/pipUtils.js",
|
|
2454
2459
|
"kind": "import-statement",
|
|
@@ -3839,6 +3844,22 @@
|
|
|
3839
3844
|
],
|
|
3840
3845
|
"format": "esm"
|
|
3841
3846
|
},
|
|
3847
|
+
"src/Prebuilt/components/PIP/pipMessageUtils.ts": {
|
|
3848
|
+
"bytes": 2764,
|
|
3849
|
+
"imports": [
|
|
3850
|
+
{
|
|
3851
|
+
"path": "@100mslive/react-sdk",
|
|
3852
|
+
"kind": "import-statement",
|
|
3853
|
+
"external": true
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"path": "<define:process.env>",
|
|
3857
|
+
"kind": "import-statement",
|
|
3858
|
+
"external": true
|
|
3859
|
+
}
|
|
3860
|
+
],
|
|
3861
|
+
"format": "esm"
|
|
3862
|
+
},
|
|
3842
3863
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
|
3843
3864
|
"bytes": 1953,
|
|
3844
3865
|
"imports": [
|
|
@@ -3861,7 +3882,7 @@
|
|
|
3861
3882
|
"format": "esm"
|
|
3862
3883
|
},
|
|
3863
3884
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
|
3864
|
-
"bytes":
|
|
3885
|
+
"bytes": 3935,
|
|
3865
3886
|
"imports": [
|
|
3866
3887
|
{
|
|
3867
3888
|
"path": "react",
|
|
@@ -3893,6 +3914,11 @@
|
|
|
3893
3914
|
"kind": "import-statement",
|
|
3894
3915
|
"original": "./PIPManager"
|
|
3895
3916
|
},
|
|
3917
|
+
{
|
|
3918
|
+
"path": "src/Prebuilt/components/PIP/pipMessageUtils.ts",
|
|
3919
|
+
"kind": "import-statement",
|
|
3920
|
+
"original": "./pipMessageUtils"
|
|
3921
|
+
},
|
|
3896
3922
|
{
|
|
3897
3923
|
"path": "src/Prebuilt/components/PIP/SetupMediaSession.js",
|
|
3898
3924
|
"kind": "import-statement",
|
|
@@ -5774,7 +5800,7 @@
|
|
|
5774
5800
|
"format": "cjs"
|
|
5775
5801
|
},
|
|
5776
5802
|
"../hms-video-store/dist/index.js": {
|
|
5777
|
-
"bytes":
|
|
5803
|
+
"bytes": 387847,
|
|
5778
5804
|
"imports": [
|
|
5779
5805
|
{
|
|
5780
5806
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -11316,7 +11342,7 @@
|
|
|
11316
11342
|
],
|
|
11317
11343
|
"format": "esm"
|
|
11318
11344
|
},
|
|
11319
|
-
"../../../../../../../tmp/tmp-
|
|
11345
|
+
"../../../../../../../tmp/tmp-3128-7LTnK7AuNmZV/19ed68713e11/index.css": {
|
|
11320
11346
|
"bytes": 65502,
|
|
11321
11347
|
"imports": [
|
|
11322
11348
|
{
|
|
@@ -11440,7 +11466,7 @@
|
|
|
11440
11466
|
"original": "../../common/constants"
|
|
11441
11467
|
},
|
|
11442
11468
|
{
|
|
11443
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11469
|
+
"path": "../../../../../../../tmp/tmp-3128-7LTnK7AuNmZV/19ed68713e11/index.css",
|
|
11444
11470
|
"kind": "import-statement",
|
|
11445
11471
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
11446
11472
|
},
|
|
@@ -15672,7 +15698,7 @@
|
|
|
15672
15698
|
"imports": [],
|
|
15673
15699
|
"exports": [],
|
|
15674
15700
|
"inputs": {},
|
|
15675
|
-
"bytes":
|
|
15701
|
+
"bytes": 3780783
|
|
15676
15702
|
},
|
|
15677
15703
|
"dist/index.js": {
|
|
15678
15704
|
"imports": [
|
|
@@ -19066,7 +19092,7 @@
|
|
|
19066
19092
|
"cssBundle": "dist/index.css",
|
|
19067
19093
|
"inputs": {
|
|
19068
19094
|
"<define:process.env>": {
|
|
19069
|
-
"bytesInOutput":
|
|
19095
|
+
"bytesInOutput": 22995
|
|
19070
19096
|
},
|
|
19071
19097
|
"../../node_modules/lodash/lodash.js": {
|
|
19072
19098
|
"bytesInOutput": 225098
|
|
@@ -19396,10 +19422,10 @@
|
|
|
19396
19422
|
"bytesInOutput": 489
|
|
19397
19423
|
},
|
|
19398
19424
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
|
19399
|
-
"bytesInOutput":
|
|
19425
|
+
"bytesInOutput": 10636
|
|
19400
19426
|
},
|
|
19401
19427
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
|
19402
|
-
"bytesInOutput":
|
|
19428
|
+
"bytesInOutput": 7418
|
|
19403
19429
|
},
|
|
19404
19430
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
|
19405
19431
|
"bytesInOutput": 1028
|
|
@@ -19492,7 +19518,10 @@
|
|
|
19492
19518
|
"bytesInOutput": 178
|
|
19493
19519
|
},
|
|
19494
19520
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
|
19495
|
-
"bytesInOutput":
|
|
19521
|
+
"bytesInOutput": 3512
|
|
19522
|
+
},
|
|
19523
|
+
"src/Prebuilt/components/PIP/pipMessageUtils.ts": {
|
|
19524
|
+
"bytesInOutput": 1171
|
|
19496
19525
|
},
|
|
19497
19526
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
|
19498
19527
|
"bytesInOutput": 2509
|
|
@@ -19507,7 +19536,7 @@
|
|
|
19507
19536
|
"bytesInOutput": 651
|
|
19508
19537
|
},
|
|
19509
19538
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
|
19510
|
-
"bytesInOutput":
|
|
19539
|
+
"bytesInOutput": 14841
|
|
19511
19540
|
},
|
|
19512
19541
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
|
19513
19542
|
"bytesInOutput": 9692
|
|
@@ -19591,7 +19620,7 @@
|
|
|
19591
19620
|
"bytesInOutput": 9851
|
|
19592
19621
|
},
|
|
19593
19622
|
"../hms-video-store/dist/index.js": {
|
|
19594
|
-
"bytesInOutput":
|
|
19623
|
+
"bytesInOutput": 56311
|
|
19595
19624
|
},
|
|
19596
19625
|
"../../node_modules/reselect/es/index.js": {
|
|
19597
19626
|
"bytesInOutput": 2539
|
|
@@ -19774,7 +19803,7 @@
|
|
|
19774
19803
|
"bytesInOutput": 625
|
|
19775
19804
|
},
|
|
19776
19805
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
|
19777
|
-
"bytesInOutput":
|
|
19806
|
+
"bytesInOutput": 2318
|
|
19778
19807
|
},
|
|
19779
19808
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
|
19780
19809
|
"bytesInOutput": 672
|
|
@@ -19938,7 +19967,7 @@
|
|
|
19938
19967
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
19939
19968
|
"bytesInOutput": 2830
|
|
19940
19969
|
},
|
|
19941
|
-
"../../../../../../../tmp/tmp-
|
|
19970
|
+
"../../../../../../../tmp/tmp-3128-7LTnK7AuNmZV/19ed68713e11/index.css": {
|
|
19942
19971
|
"bytesInOutput": 0
|
|
19943
19972
|
},
|
|
19944
19973
|
"src/Prebuilt/common/PeersSorter.ts": {
|
|
@@ -20173,7 +20202,7 @@
|
|
|
20173
20202
|
"bytesInOutput": 2630
|
|
20174
20203
|
}
|
|
20175
20204
|
},
|
|
20176
|
-
"bytes":
|
|
20205
|
+
"bytes": 1471562
|
|
20177
20206
|
},
|
|
20178
20207
|
"dist/index.css.map": {
|
|
20179
20208
|
"imports": [],
|
|
@@ -20235,7 +20264,7 @@
|
|
|
20235
20264
|
}
|
|
20236
20265
|
],
|
|
20237
20266
|
"inputs": {
|
|
20238
|
-
"../../../../../../../tmp/tmp-
|
|
20267
|
+
"../../../../../../../tmp/tmp-3128-7LTnK7AuNmZV/19ed68713e11/index.css": {
|
|
20239
20268
|
"bytesInOutput": 74984
|
|
20240
20269
|
}
|
|
20241
20270
|
},
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"prebuilt",
|
|
11
11
|
"roomkit"
|
|
12
12
|
],
|
|
13
|
-
"version": "0.5.
|
|
13
|
+
"version": "0.5.3-alpha.1",
|
|
14
14
|
"author": "100ms",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"repository": {
|
|
@@ -54,19 +54,19 @@
|
|
|
54
54
|
"@types/react-window": "^1.8.5",
|
|
55
55
|
"babel-loader": "^8.2.5",
|
|
56
56
|
"babel-plugin-react-require": "3.1.3",
|
|
57
|
-
"esbuild-loader": "^4.0
|
|
57
|
+
"esbuild-loader": "^4.5.0",
|
|
58
58
|
"react": "^18.1.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"react": ">=17.0.2 <19.0.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@100mslive/hls-player": "0.5.
|
|
64
|
+
"@100mslive/hls-player": "0.5.3-alpha.1",
|
|
65
65
|
"@100mslive/hms-noise-cancellation": "0.1.1",
|
|
66
|
-
"@100mslive/hms-virtual-background": "1.15.
|
|
67
|
-
"@100mslive/hms-whiteboard": "0.2.
|
|
68
|
-
"@100mslive/react-icons": "0.12.
|
|
69
|
-
"@100mslive/react-sdk": "0.12.
|
|
66
|
+
"@100mslive/hms-virtual-background": "1.15.3-alpha.1",
|
|
67
|
+
"@100mslive/hms-whiteboard": "0.2.3-alpha.1",
|
|
68
|
+
"@100mslive/react-icons": "0.12.3-alpha.1",
|
|
69
|
+
"@100mslive/react-sdk": "0.12.3-alpha.1",
|
|
70
70
|
"@100mslive/types-prebuilt": "0.12.12",
|
|
71
71
|
"@emoji-mart/data": "^1.0.6",
|
|
72
72
|
"@emoji-mart/react": "^1.0.1",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"recordrtc": "^5.6.2",
|
|
101
101
|
"screenfull": "^5.1.0",
|
|
102
102
|
"ts-pattern": "4.3.0",
|
|
103
|
-
"uuid": "^
|
|
103
|
+
"uuid": "^11.1.1",
|
|
104
104
|
"worker-timers": "^7.0.40"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "89f8bf64edd02c8a685dbc53ae4687d10ba29589"
|
|
107
107
|
}
|