@utcp/http 1.0.8 → 1.0.12
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.
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4195,7 +4195,6 @@ ${e.stack || ""}`);
|
|
|
4195
4195
|
// src/http_communication_protocol.ts
|
|
4196
4196
|
import axios from "axios";
|
|
4197
4197
|
import * as yaml from "js-yaml";
|
|
4198
|
-
import { URLSearchParams } from "url";
|
|
4199
4198
|
import { UtcpManualSchema } from "@utcp/sdk";
|
|
4200
4199
|
|
|
4201
4200
|
// src/openapi_converter.ts
|