We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mswjs
Learn more about funding links in repositories.
Report abuse
1 parent f25af8a commit 31442cfCopy full SHA for 31442cf
package.json
@@ -34,6 +34,18 @@
34
"import": "./lib/native/index.mjs",
35
"default": "./lib/native/index.js"
36
},
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
49
"./mockServiceWorker.js": "./lib/mockServiceWorker.js",
50
"./package.json": "./package.json"
51
0 commit comments