@integromat/sdk
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -5,2 +5,11 @@ # Changelog | ||
## [0.3.1](https://github.com/integromat/mono/compare/make-sdk-v0.3.0...make-sdk-v0.3.1) (2024-06-03) | ||
### Bug Fixes | ||
* **make-sdk:** fix and regenerate docs ([#398](https://github.com/integromat/mono/issues/398)) ([cbf26b8](https://github.com/integromat/mono/commit/cbf26b829a34e398732e00eb32a0bd6a45bfe3b1)) | ||
# [0.3.0](https://github.com/integromat/mono/compare/make-sdk-v0.2.1...make-sdk-v0.3.0) (2024-05-30) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"private": false, | ||
"name": "@integromat/sdk", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"type": "commonjs", | ||
@@ -6,0 +6,0 @@ "main": "./src/index.js", |
@@ -55,3 +55,3 @@ import type { TSchema } from '@sinclair/typebox'; | ||
* const response = await sdk.makeRequest({ | ||
* apiPath: '/example', | ||
* path: '/example', | ||
* method: 'GET', | ||
@@ -58,0 +58,0 @@ * omitCredentials: true, |
@@ -54,3 +54,3 @@ "use strict"; | ||
* const response = await sdk.makeRequest({ | ||
* apiPath: '/example', | ||
* path: '/example', | ||
* method: 'GET', | ||
@@ -57,0 +57,0 @@ * omitCredentials: true, |
62492