@mattcosta7/msw
Advanced tools
Comparing version 0.47.0-esm.1 to 0.47.0-esm.2
@@ -5,3 +5,3 @@ /* eslint-disable */ | ||
/** | ||
* Mock Service Worker (0.47.0-esm.1). | ||
* Mock Service Worker (0.47.0-esm.2). | ||
* @see https://github.com/mswjs/msw | ||
@@ -8,0 +8,0 @@ * - Please do NOT modify this file. |
{ | ||
"name": "@mattcosta7/msw", | ||
"version": "0.47.0-esm.1", | ||
"version": "0.47.0-esm.2", | ||
"description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", | ||
@@ -14,3 +14,4 @@ "main": "./lib/index.js", | ||
"./graphql": { | ||
"default": "./lib/graphql.js" | ||
"require": "./lib/graphql.js", | ||
"default": "./lib/esm/graphql.js" | ||
}, | ||
@@ -92,2 +93,3 @@ "./native": { | ||
"dependencies": { | ||
"@mattcosta7/msw": "^0.47.0-esm.1", | ||
"@mswjs/cookies": "^0.2.2", | ||
@@ -129,2 +131,3 @@ "@mswjs/interceptors": "^0.17.2", | ||
"@typescript-eslint/parser": "^5.11.0", | ||
"@web/dev-server": "^0.1.34", | ||
"babel-loader": "^8.2.3", | ||
@@ -155,2 +158,3 @@ "babel-minify": "^0.5.1", | ||
"url-loader": "^4.1.1", | ||
"web-dev-server": "^3.0.27", | ||
"webpack": "^5.68.0", | ||
@@ -157,0 +161,0 @@ "webpack-dev-server": "^3.11.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1813818
22
43