@seamapi/nextlove-sdk-generator 1.19.7 → 1.19.8

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.
@@ -87,8 +87,8 @@ class SeamClient
87
87
  throw new HttpApiError($res_json->error, $status_code, $request_id);
88
88
  }
89
89
 
90
- throw \GuzzleHttp\Exception\RequestException::create(
91
- new \GuzzleHttp\Psr7\Request($method, $path),
90
+ throw \\GuzzleHttp\\Exception\\RequestException::create(
91
+ new \\GuzzleHttp\\Psr7\\Request($method, $path),
92
92
  $response
93
93
  );
94
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/nextlove-sdk-generator",
3
- "version": "1.19.7",
3
+ "version": "1.19.8",
4
4
  "description": "Utilities for building NextLove SDK Generators",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -100,8 +100,8 @@ class SeamClient
100
100
  throw new HttpApiError($res_json->error, $status_code, $request_id);
101
101
  }
102
102
 
103
- throw \GuzzleHttp\Exception\RequestException::create(
104
- new \GuzzleHttp\Psr7\Request($method, $path),
103
+ throw \\GuzzleHttp\\Exception\\RequestException::create(
104
+ new \\GuzzleHttp\\Psr7\\Request($method, $path),
105
105
  $response
106
106
  );
107
107
  }