Skip to content

Commit

Permalink
Remove isomorphic-ws & ws from SSR DataStore usage (#6719)
Browse files Browse the repository at this point in the history
Bypassing PR steps since this is considered a hot-fix. CI on main will still be validation for release.
  • Loading branch information
ericclemmons authored Sep 3, 2020
1 parent 98ea093 commit 9bc794d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@
"@aws-amplify/pubsub": "^3.1.0",
"idb": "5.0.2",
"immer": "6.0.1",
"isomorphic-ws": "^4.0.1",
"ulid": "2.3.0",
"uuid": "3.3.2",
"ws": "^7.2.3",
"zen-observable-ts": "0.8.19",
"zen-push": "0.2.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
} from '@aws-amplify/core';
import Cache from '@aws-amplify/cache';
import Auth from '@aws-amplify/auth';
import WebSocket from 'isomorphic-ws';
import { AbstractPubSubProvider } from './PubSubProvider';
import { CONTROL_MSG } from '../index';

Expand Down

0 comments on commit 9bc794d

Please sign in to comment.