Skip to content

Commit

Permalink
feat: add "/http" and "/graphql" export paths (#2004)
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
  • Loading branch information
thepassle and kettanaito committed Feb 12, 2024
1 parent f25af8a commit 31442cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
"import": "./lib/native/index.mjs",
"default": "./lib/native/index.js"
},
"./core/http": {
"types": "./lib/core/http.d.ts",
"require": "./lib/core/http.js",
"import": "./lib/core/http.mjs",
"default": "./lib/core/http.js"
},
"./core/graphql": {
"types": "./lib/core/graphql.d.ts",
"require": "./lib/core/graphql.js",
"import": "./lib/core/graphql.mjs",
"default": "./lib/core/graphql.js"
},
"./mockServiceWorker.js": "./lib/mockServiceWorker.js",
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 31442cf

Please sign in to comment.