Skip to content

Commit

Permalink
subpath update
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcafee committed Mar 5, 2024
1 parent 1f7b01f commit 3183f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@
"require": "./dist/cjs/datastore/index.js",
"react-native": "./src/datastore/index.ts"
},
"./datastore-storage-adapter": {
"types": "./dist/esm/datastore-storage-adapter/index.d.ts",
"import": "./dist/esm/datastore-storage-adapter/index.mjs",
"require": "./dist/cjs/datastore-storage-adapter/index.js",
"react-native": "./src/datastore-storage-adapter/index.ts"
},
"./auth/cognito": {
"types": "./dist/esm/auth/cognito/index.d.ts",
"import": "./dist/esm/auth/cognito/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/datastore-storage-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,13 @@
"react-native-sqlite-storage": "5.0.0",
"sqlite3": "^5.0.2",
"typescript": "5.0.2"
},
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
}
}

0 comments on commit 3183f43

Please sign in to comment.