Skip to content

Commit

Permalink
Use relative paths instead of aliases for imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
MixMasterMitch committed Nov 12, 2019
1 parent 3bdc969 commit 4596cab
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 53 deletions.
4 changes: 2 additions & 2 deletions dist/commonjs/SignalingClient.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="node" />
import { EventEmitter } from 'events';
import { Role } from 'kvs-webrtc/Role';
import { Credentials } from 'kvs-webrtc/internal/SigV4RequestSigner';
import { Role } from './Role';
import { Credentials } from './internal/SigV4RequestSigner';
interface WebSocketClientConfig {
credentials: Credentials;
channelARN: string;
Expand Down
6 changes: 3 additions & 3 deletions dist/commonjs/SignalingClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/SignalingClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/commonjs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Copyright 2019-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
This product includes software developed at
Amazon Web Services, Inc. (http://aws.amazon.com/).
*/
export { Role } from 'kvs-webrtc/Role';
export { SignalingClient } from 'kvs-webrtc/SignalingClient';
export { Role } from './Role';
export { SignalingClient } from './SignalingClient';
export declare const VERSION: string;
4 changes: 2 additions & 2 deletions dist/commonjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions dist/kvs-webrtc.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4596cab

Please sign in to comment.