swagger-to-playwright-api-clients 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -52,7 +52,7 @@ const BASE_API_CLIENT_CONTENT = `/**
|
|
|
52
52
|
*/
|
|
53
53
|
|
|
54
54
|
import { request, APIRequestContext } from '@playwright/test';
|
|
55
|
-
import {
|
|
55
|
+
import { logger } from 'swagger-to-playwright-api-clients';
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
58
|
* Supported query parameter value types
|
package/package.json
CHANGED