Bring deps up to date
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {CommandsBase} from './CommandsBase';
|
||||
import {HTTPAssets} from '../../enums/HTTPAssets';
|
||||
import {UUID} from '../UUID';
|
||||
import * as LLSD from '@caspertech/llsd';
|
||||
import {Utils} from '../Utils';
|
||||
import {HTTPAssets} from '../..';
|
||||
|
||||
export class AssetCommands extends CommandsBase
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ import {TeleportLocationRequestMessage} from '../messages/TeleportLocationReques
|
||||
import * as Long from 'long';
|
||||
import {LureEvent, PacketFlags, RegionInfoReplyEvent, TeleportEvent, TeleportFlags, Bot} from '../..';
|
||||
import {Agent} from '../Agent';
|
||||
import {Subscription} from 'rxjs/Subscription';
|
||||
import {Subscription} from 'rxjs/internal/Subscription';
|
||||
|
||||
export class TeleportCommands extends CommandsBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user