Skip to content

Commit

Permalink
feat: move storage methods into InternalStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
erinleigh90 committed Jun 26, 2023
1 parent cfd2062 commit bc6f18d
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 417 deletions.
8 changes: 8 additions & 0 deletions packages/storage/internals/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "@aws-amplify/storage/internals",
"types": "../lib-esm/internals/index.d.ts",
"main": "../lib/internals/index.js",
"module": "../lib-esm/internals/index.js",
"react-native": "../lib-esm/internals/index.js",
"sideEffects": false
}
Loading

0 comments on commit bc6f18d

Please sign in to comment.