@abrar71/lib-jitsi-meet 0.0.0 → 2115.0.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.
package/package.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abrar71/lib-jitsi-meet",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "JS library for accessing Jitsi server side deployments
|
|
3
|
+
"version": "2115.0.0",
|
|
4
|
+
"description": "JS library for accessing Jitsi server side deployments",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/abrar71/lib-jitsi-meet.git"
|
|
8
8
|
},
|
|
9
|
-
"publishConfig": {
|
|
10
|
-
"access": "public"
|
|
11
|
-
},
|
|
12
9
|
"keywords": [
|
|
13
10
|
"jingle",
|
|
14
11
|
"webrtc",
|
|
@@ -89,5 +86,8 @@
|
|
|
89
86
|
"dist",
|
|
90
87
|
"types/index.d.ts"
|
|
91
88
|
],
|
|
92
|
-
"license": "Apache-2.0"
|
|
93
|
-
|
|
89
|
+
"license": "Apache-2.0",
|
|
90
|
+
"publishConfig": {
|
|
91
|
+
"access": "public"
|
|
92
|
+
}
|
|
93
|
+
}
|
package/types/index.d.ts
CHANGED
|
@@ -15190,7 +15190,7 @@ declare module "modules/webaudio/AudioMixer" {
|
|
|
15190
15190
|
}
|
|
15191
15191
|
}
|
|
15192
15192
|
declare module "version" {
|
|
15193
|
-
export const COMMIT_HASH = "
|
|
15193
|
+
export const COMMIT_HASH = "cc2f34c2";
|
|
15194
15194
|
}
|
|
15195
15195
|
declare module "JitsiMeetJS" {
|
|
15196
15196
|
import JitsiConference, { IConferenceOptions } from "JitsiConference";
|