@videosdk.live/react-sdk
Advanced tools
Comparing version 0.1.45 to 0.1.46
@@ -42,3 +42,2 @@ export default useConnection; | ||
}; | ||
import { ConnectionParticipant } from "@videosdk.live/js-sdk/connectionParticipant"; | ||
//# sourceMappingURL=useConnection.d.ts.map |
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
require('@videosdk.live/js-sdk/connection'); | ||
require('@videosdk.live/js-sdk/meeting'); | ||
require('@videosdk.live/js-sdk/participant'); | ||
var React = require('react'); | ||
@@ -10,3 +7,2 @@ var React__default = _interopDefault(React); | ||
var jsSdk = require('@videosdk.live/js-sdk'); | ||
require('@videosdk.live/js-sdk/connectionParticipant'); | ||
@@ -290,3 +286,3 @@ var eventPrifix = 'videosdk-live-react-sdk'; | ||
var version = "0.1.43"; | ||
var version = "0.1.46"; | ||
@@ -293,0 +289,0 @@ var MeetingProvider = function MeetingProvider(_ref) { |
@@ -1,8 +0,4 @@ | ||
import '@videosdk.live/js-sdk/connection'; | ||
import '@videosdk.live/js-sdk/meeting'; | ||
import '@videosdk.live/js-sdk/participant'; | ||
import React, { createContext, useEffect, useContext, useState, useRef, useMemo } from 'react'; | ||
import EventEmitter from 'events'; | ||
import { VideoSDK } from '@videosdk.live/js-sdk'; | ||
import '@videosdk.live/js-sdk/connectionParticipant'; | ||
@@ -286,3 +282,3 @@ var eventPrifix = 'videosdk-live-react-sdk'; | ||
var version = "0.1.43"; | ||
var version = "0.1.46"; | ||
@@ -289,0 +285,0 @@ var MeetingProvider = function MeetingProvider(_ref) { |
@@ -146,5 +146,2 @@ export const MeetingProviderContex: any; | ||
}): any; | ||
import { Meeting } from "@videosdk.live/js-sdk/meeting"; | ||
import { Participant } from "@videosdk.live/js-sdk/participant"; | ||
import { Connection } from "@videosdk.live/js-sdk/connection"; | ||
//# sourceMappingURL=meetingProviderContextDef.d.ts.map |
@@ -111,3 +111,2 @@ export default useParticipant; | ||
}; | ||
import { Participant } from "@videosdk.live/js-sdk/participant"; | ||
//# sourceMappingURL=useParticipant.d.ts.map |
{ | ||
"name": "@videosdk.live/react-sdk", | ||
"version": "0.1.45", | ||
"version": "0.1.46", | ||
"license": "ISC", | ||
@@ -74,5 +74,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@videosdk.live/js-sdk": "0.0.43", | ||
"@videosdk.live/js-sdk": "0.0.44", | ||
"events": "^3.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
359410
11218
3192
2
+ Added@videosdk.live/js-sdk@0.0.44(transitive)
- Removed@videosdk.live/js-sdk@0.0.43(transitive)
Updated@videosdk.live/js-sdk@0.0.44