Comparing version 1.0.0-rc.3 to 1.0.0-rc.4
@@ -1,2 +0,2 @@ | ||
import { getInputUrl } from './utils'; | ||
import { getInputUrl } from './utils.js'; | ||
export default function blockAllCalls() { | ||
@@ -3,0 +3,0 @@ globalThis.fetch = async function blockedFetch(input, options) { |
@@ -1,2 +0,2 @@ | ||
import { getInputUrl, getOptionMethod } from './utils'; | ||
import { getInputUrl, getOptionMethod } from './utils.js'; | ||
class Matcher { | ||
@@ -3,0 +3,0 @@ matcher; |
@@ -1,5 +0,5 @@ | ||
import blockAllCalls from './blockAllCalls'; | ||
import fetchMock, { resetMocks } from './fetchMock'; | ||
import { getInputUrl, getOptionMethod } from './utils'; | ||
import blockAllCalls from './blockAllCalls.js'; | ||
import fetchMock, { resetMocks } from './fetchMock.js'; | ||
import { getInputUrl, getOptionMethod } from './utils.js'; | ||
export { blockAllCalls, fetchMock, resetMocks, getInputUrl, getOptionMethod }; | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,4 @@ | ||
import blockAllCalls from './blockAllCalls'; | ||
import fetchMock, { resetMocks } from './fetchMock'; | ||
import { getInputUrl, getOptionMethod } from './utils'; | ||
import blockAllCalls from './blockAllCalls.js'; | ||
import fetchMock, { resetMocks } from './fetchMock.js'; | ||
import { getInputUrl, getOptionMethod } from './utils.js'; | ||
export { blockAllCalls, fetchMock, resetMocks, getInputUrl, getOptionMethod }; |
{ | ||
"name": "metch-fock", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0-rc.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13446