@integromat/sdk
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -5,2 +5,11 @@ # Changelog | ||
## [0.3.4](https://github.com/integromat/mono/compare/make-sdk-v0.3.3...make-sdk-v0.3.4) (2024-10-10) | ||
### Bug Fixes | ||
* **core:** bump @sinclair/typebox to v0.33 ([#1018](https://github.com/integromat/mono/issues/1018)) ([641c25c](https://github.com/integromat/mono/commit/641c25cd48a7706b511555be05ee8a4a32604431)) | ||
## [0.3.3](https://github.com/integromat/mono/compare/make-sdk-v0.3.1...make-sdk-0.3.3) (2024-06-28) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"private": false, | ||
"name": "@integromat/sdk", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"type": "commonjs", | ||
@@ -16,3 +16,3 @@ "main": "./src/index.js", | ||
"peerDependencies": { | ||
"@sinclair/typebox": "^0.32.30" | ||
"@sinclair/typebox": "^0.x.x >=0.33.0" | ||
}, | ||
@@ -22,3 +22,4 @@ "devDependencies": { | ||
"typedoc-plugin-markdown": "4.1.0" | ||
} | ||
}, | ||
"types": "./src/index.d.ts" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { type Static } from '@sinclair/typebox'; | ||
import type { Static } from '@sinclair/typebox'; | ||
import { Endpoint } from '../endpoint'; | ||
@@ -3,0 +3,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
61839