@integromat/sdk
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,14 +1,25 @@ | ||
# Changelog | ||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
## [0.2.1](https://github.com/integromat/mono/compare/make-sdk-v0.2.0...make-sdk-v0.2.1) (2024-05-30) | ||
### Bug Fixes | ||
* **all:** add missing typebox dependency to libs ([#379](https://github.com/integromat/mono/issues/379)) ([4ded836](https://github.com/integromat/mono/commit/4ded83681bfbb17f80a04fac90021707fb565145)) | ||
# [0.2.0](https://github.com/integromat/mono/compare/make-sdk-v0.1.1...make-sdk-v0.2.0) (2024-05-13) | ||
### Features | ||
* **make-sdk:** remove manual init, add credentials request ([#356](https://github.com/integromat/mono/issues/356)) ([7d8921e](https://github.com/integromat/mono/commit/7d8921ef87ab809e4eb6b0e65d9cf4b23dd13ae1)) | ||
- **make-sdk:** remove manual init, add credentials request ([#356](https://github.com/integromat/mono/issues/356)) ([7d8921e](https://github.com/integromat/mono/commit/7d8921ef87ab809e4eb6b0e65d9cf4b23dd13ae1)) | ||
## [0.1.1](https://github.com/integromat/mono/compare/make-sdk-v0.1.0...make-sdk-v0.1.1) (2024-05-07) | ||
### Bug Fixes | ||
* sync sdk to current state of oem playground ([#346](https://github.com/integromat/mono/issues/346)) ([035eef6](https://github.com/integromat/mono/commit/035eef692514a61c4b7d9bebeccb967f914f1253)) | ||
- sync sdk to current state of oem playground ([#346](https://github.com/integromat/mono/issues/346)) ([035eef6](https://github.com/integromat/mono/commit/035eef692514a61c4b7d9bebeccb967f914f1253)) | ||
@@ -15,0 +26,0 @@ # [0.1.0](https://github.com/integromat/mono/compare/make-sdk-v0.0.0...make-sdk-v0.1.0) (2024-05-06) |
{ | ||
"private": false, | ||
"name": "@integromat/sdk", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"type": "commonjs", | ||
@@ -14,2 +14,5 @@ "main": "./src/index.js", | ||
}, | ||
"peerDependencies": { | ||
"@sinclair/typebox": "^0.32.14" | ||
}, | ||
"devDependencies": { | ||
@@ -16,0 +19,0 @@ "typedoc": "0.25.13", |
Sorry, the diff of this file is not supported yet
61446
5