unleash-proxy-client
Advanced tools
Comparing version 2.0.2 to 2.0.3-beta.0
{ | ||
"name": "unleash-proxy-client", | ||
"version": "2.0.2", | ||
"version": "2.0.3-beta.0", | ||
"description": "A browser client that can be used together with the unleash-proxy.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
import { FetchMock } from 'jest-fetch-mock'; | ||
import 'jest-localstorage-mock'; | ||
import * as data from '../tests/example-data.json'; | ||
import * as data from './tests/example-data.json'; | ||
import IStorageProvider from './storage-provider'; | ||
import { EVENTS, IConfig, IMutableContext, UnleashClient } from './index'; | ||
import { getTypeSafeRequest, getTypeSafeRequestUrl } from '../tests/util'; | ||
import { getTypeSafeRequest, getTypeSafeRequestUrl } from './tests/util'; | ||
@@ -8,0 +8,0 @@ jest.useFakeTimers(); |
import { FetchMock } from 'jest-fetch-mock'; | ||
import Metrics from './metrics'; | ||
import { getTypeSafeRequest, parseRequestBodyWithType } from '../tests/util'; | ||
import { getTypeSafeRequest, parseRequestBodyWithType } from './tests/util'; | ||
@@ -22,3 +22,3 @@ jest.useFakeTimers(); | ||
fetch: fetchMock, | ||
headerName: 'Authorization' | ||
headerName: 'Authorization', | ||
}); | ||
@@ -41,3 +41,3 @@ | ||
fetch: fetchMock, | ||
headerName: 'Authorization' | ||
headerName: 'Authorization', | ||
}); | ||
@@ -73,3 +73,3 @@ | ||
fetch: fetchMock, | ||
headerName: 'NotAuthorization' | ||
headerName: 'NotAuthorization', | ||
}); | ||
@@ -96,3 +96,3 @@ | ||
fetch: fetchMock, | ||
headerName: 'Authorization' | ||
headerName: 'Authorization', | ||
}); | ||
@@ -119,3 +119,3 @@ | ||
fetch: fetchMock, | ||
headerName: 'Authorization' | ||
headerName: 'Authorization', | ||
}); | ||
@@ -122,0 +122,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
161535
51
2805
1