@algolia/requester-node-http
Advanced tools
Comparing version 5.7.0 to 5.8.0
{ | ||
"name": "@algolia/requester-node-http", | ||
"version": "5.7.0", | ||
"version": "5.8.0", | ||
"description": "Promise-based request library for node using the native http module.", | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"dependencies": { | ||
"@algolia/client-common": "5.7.0" | ||
"@algolia/client-common": "5.8.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.1" | ||
"vitest": "2.1.2" | ||
}, | ||
@@ -50,0 +50,0 @@ "engines": { |
import http from 'http'; | ||
import https from 'https'; | ||
import nock from 'nock'; | ||
import { Readable } from 'stream'; | ||
import { afterAll, beforeAll, describe, expect, test, vi } from 'vitest'; | ||
import type { EndRequest } from '@algolia/client-common'; | ||
import nock from 'nock'; | ||
import { vi, describe, test, beforeAll, afterAll, expect } from 'vitest'; | ||
import { createHttpRequester } from '../..'; | ||
import { | ||
createTestServer, | ||
getStringifiedBody, | ||
headers, | ||
timeoutRequest, | ||
requestStub, | ||
testQueryBaseUrl, | ||
testQueryHeader, | ||
testQueryBaseUrl, | ||
getStringifiedBody, | ||
createTestServer, | ||
timeoutRequest, | ||
} from '../../../../tests/utils'; | ||
@@ -19,0 +19,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