@algolia/requester-browser-xhr
Advanced tools
Comparing version 5.7.0 to 5.8.0
{ | ||
"name": "@algolia/requester-browser-xhr", | ||
"version": "5.7.0", | ||
"version": "5.8.0", | ||
"description": "Promise-based request library for browser using xhr.", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"dependencies": { | ||
"@algolia/client-common": "5.7.0" | ||
"@algolia/client-common": "5.8.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.1", | ||
"vitest": "2.1.2", | ||
"xhr-mock": "2.5.1" | ||
@@ -47,0 +47,0 @@ }, |
import type http from 'http'; | ||
import type { EndRequest } from '@algolia/client-common'; | ||
import { describe, test, beforeAll, afterAll, beforeEach, afterEach, expect } from 'vitest'; | ||
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test } from 'vitest'; | ||
import type { MockRequest, MockResponse } from 'xhr-mock'; | ||
import mock from 'xhr-mock'; | ||
import type { EndRequest } from '@algolia/client-common'; | ||
import { createXhrRequester } from '../..'; | ||
import { | ||
BASE_URL, | ||
createTestServer, | ||
getStringifiedBody, | ||
headers, | ||
requestStub, | ||
timeoutRequest, | ||
requestStub, | ||
getStringifiedBody, | ||
createTestServer, | ||
} from '../../../../tests/utils'; | ||
@@ -17,0 +17,0 @@ |
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
+ Added@algolia/client-common@5.8.0(transitive)
- Removed@algolia/client-common@5.7.0(transitive)
Updated@algolia/client-common@5.8.0