Skip to content

Commit

Permalink
Manually dedupe @aws-sdk/client-s3 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding authored Jun 27, 2023
1 parent 797f344 commit 0fc324b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 888 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GetObjectCommand, S3Client } from '@aws-sdk/client-s3';
import { AwsStub, mockClient } from 'aws-sdk-client-mock';
import { sdkStreamMixin } from '@aws-sdk/util-stream-node';
import { sdkStreamMixin } from '@aws-sdk/util-stream';
import { Readable } from 'stream';
import { default as fetchMock, disableFetchMocks, enableFetchMocks } from 'jest-fetch-mock';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GetObjectCommand, HeadObjectCommand, S3Client } from '@aws-sdk/client-s3';
import { AwsStub, mockClient } from 'aws-sdk-client-mock';
import { sdkStreamMixin } from '@aws-sdk/util-stream-node';
import { sdkStreamMixin } from '@aws-sdk/util-stream';
import { Readable } from 'stream';
import { default as fetchMock, disableFetchMocks, enableFetchMocks } from 'jest-fetch-mock';
const mockFs = require('mock-fs');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GetObjectCommand, HeadObjectCommand, S3Client } from '@aws-sdk/client-s3';
import { AwsStub, mockClient } from 'aws-sdk-client-mock';
import { sdkStreamMixin } from '@aws-sdk/util-stream-node';
import { sdkStreamMixin } from '@aws-sdk/util-stream';
import { Readable } from 'stream';
import { default as fetchMock, disableFetchMocks, enableFetchMocks } from 'jest-fetch-mock';
const mockFs = require('mock-fs');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { GetObjectCommand, HeadObjectCommand, S3Client } from '@aws-sdk/client-s3';
import { AwsStub, mockClient } from 'aws-sdk-client-mock';
import { sdkStreamMixin } from '@aws-sdk/util-stream-node';
import { sdkStreamMixin } from '@aws-sdk/util-stream';
import { Readable } from 'stream';

import { createS3Loader } from '../index.js';
Expand Down
Loading

1 comment on commit 0fc324b

@vercel
Copy link

@vercel vercel bot commented on 0fc324b Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mosaic – ./

mosaic-git-main-mosaic-dev-team.vercel.app
mosaic-mosaic-dev-team.vercel.app

Please sign in to comment.