Skip to content

Commit 31442cf

Browse files
thepasslekettanaito
andauthoredFeb 12, 2024
feat: add "/http" and "/graphql" export paths (#2004)
Co-authored-by: Artem Zakharchenko <kettanaito@gmail.com>
1 parent f25af8a commit 31442cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎package.json

+12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@
3434
"import": "./lib/native/index.mjs",
3535
"default": "./lib/native/index.js"
3636
},
37+
"./core/http": {
38+
"types": "./lib/core/http.d.ts",
39+
"require": "./lib/core/http.js",
40+
"import": "./lib/core/http.mjs",
41+
"default": "./lib/core/http.js"
42+
},
43+
"./core/graphql": {
44+
"types": "./lib/core/graphql.d.ts",
45+
"require": "./lib/core/graphql.js",
46+
"import": "./lib/core/graphql.mjs",
47+
"default": "./lib/core/graphql.js"
48+
},
3749
"./mockServiceWorker.js": "./lib/mockServiceWorker.js",
3850
"./package.json": "./package.json"
3951
},

0 commit comments

Comments
 (0)
Please sign in to comment.