@huddle01/huddle01-client
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,2 +0,2 @@ | ||
import HuddleClient from 'huddle01-client/HuddleClient/HuddleClient'; | ||
import HuddleClient from '../HuddleClient/HuddleClient'; | ||
import randomString from 'random-string'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@huddle01/huddle01-client", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"main": "./index.ts", | ||
@@ -5,0 +5,0 @@ "types": "./index.ts", |
@@ -37,3 +37,6 @@ # Huddle01 Client SDK | ||
// HuddleIframe to be imported | ||
import { HuddleClientProvider, getHuddleClient } from 'huddle01-client'; | ||
import { | ||
HuddleClientProvider, | ||
getHuddleClient, | ||
} from '@huddle01/huddle01-client'; | ||
``` | ||
@@ -68,3 +71,3 @@ | ||
// JavaScript | TypeScript | ||
import { useHuddleClientContext } from 'huddle01-client/hooks'; | ||
import { useHuddleClientContext } from '@huddle01/huddle01-client/hooks'; | ||
@@ -71,0 +74,0 @@ const huddleClient = useHuddleClientContext(); |
import { IFigmentStoreType, IMediErrorType, StoreSlice } from './storeTypes'; | ||
import { VIDEO_CONSTRAINS } from 'huddle01-client/constants'; | ||
import { VIDEO_CONSTRAINS } from '../constants'; | ||
import logger from '../HuddleClient/logger'; | ||
@@ -4,0 +4,0 @@ import { initFigment } from '../utils/figment'; |
@@ -1,2 +0,2 @@ | ||
import { VIDEO_CONSTRAINS } from 'huddle01-client/constants'; | ||
import { VIDEO_CONSTRAINS } from '../constants'; | ||
import logger from '../HuddleClient/logger'; | ||
@@ -3,0 +3,0 @@ import { IMediaSlice, IMediErrorType, StoreSlice } from './storeTypes'; |
@@ -43,3 +43,2 @@ import create, { GetState, SetState } from 'zustand'; | ||
/** @deprecated use useHuddleStore hook instead */ | ||
const useRootStore = create( | ||
@@ -46,0 +45,0 @@ devtools(createRootSlice, { |
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
82
138849
4693