@mutagent/cli 0.1.5 → 0.1.6
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/bin/cli.js +3 -3
- package/dist/bin/cli.js.map +4 -4
- package/dist/index.js +3 -3
- package/dist/index.js.map +4 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -185,9 +185,9 @@ function serverURLFromOptions(options) {
|
|
|
185
185
|
var SDK_METADATA = {
|
|
186
186
|
language: "typescript",
|
|
187
187
|
openapiDocVersion: "2.0.0",
|
|
188
|
-
sdkVersion: "0.2.
|
|
188
|
+
sdkVersion: "0.2.24",
|
|
189
189
|
genVersion: "2.812.2",
|
|
190
|
-
userAgent: "speakeasy-sdk/typescript 0.2.
|
|
190
|
+
userAgent: "speakeasy-sdk/typescript 0.2.24 2.812.2 2.0.0 @mutagent/sdk"
|
|
191
191
|
};
|
|
192
192
|
// ../mutagent-sdk/dist/esm/lib/http.js
|
|
193
193
|
var DEFAULT_FETCHER = (input, init) => {
|
|
@@ -13971,5 +13971,5 @@ export {
|
|
|
13971
13971
|
ApiError
|
|
13972
13972
|
};
|
|
13973
13973
|
|
|
13974
|
-
//# debugId=
|
|
13974
|
+
//# debugId=893E9CC9D3B58B1364756E2164756E21
|
|
13975
13975
|
//# sourceMappingURL=index.js.map
|