Comparing version 2.6.5 to 2.6.6
type Path = string | RegExp; | ||
type PathParams<KeyType extends keyof any = string> = { | ||
[ParamName in KeyType]: string | ReadonlyArray<string>; | ||
[ParamName in KeyType]?: string | ReadonlyArray<string>; | ||
}; | ||
@@ -5,0 +5,0 @@ interface Match { |
@@ -11,3 +11,3 @@ /* eslint-disable */ | ||
const PACKAGE_VERSION = '2.6.5' | ||
const PACKAGE_VERSION = '2.6.6' | ||
const INTEGRITY_CHECKSUM = 'ca7800994cc8bfb5eb961e037c877074' | ||
@@ -14,0 +14,0 @@ const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') |
{ | ||
"name": "msw", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"description": "Seamless REST/GraphQL API mocking library for browser and Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/core/index.js", |
@@ -7,3 +7,3 @@ import { match } from 'path-to-regexp' | ||
export type PathParams<KeyType extends keyof any = string> = { | ||
[ParamName in KeyType]: string | ReadonlyArray<string> | ||
[ParamName in KeyType]?: string | ReadonlyArray<string> | ||
} | ||
@@ -10,0 +10,0 @@ |
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
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
4483679