Skip to content

Commit

Permalink
fix(javascript): react-native lite resolution (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3771

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Sep 18, 2024
1 parent 3f4a4ab commit bea9f9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/algoliasearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@
},
"jsdelivr": "./dist/algoliasearch.umd.js",
"unpkg": "./dist/algoliasearch.umd.js",
"react-native": "./dist/browser.js",
"react-native": {
".": "./dist/browser.js",
"./lite": "./dist/lite/builds/browser.js"
},
"files": [
"dist",
"builds",
Expand Down
1 change: 1 addition & 0 deletions packages/requester-browser-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"./src/*": "./src/*.ts"
},
"react-native": "./dist/requester.xhr.js",
"files": [
"dist",
"src",
Expand Down
1 change: 1 addition & 0 deletions packages/requester-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"./src/*": "./src/*.ts"
},
"react-native": "./dist/requester.fetch.browser.js",
"files": [
"dist",
"src",
Expand Down

0 comments on commit bea9f9d

Please sign in to comment.