@tailor-platform/sdk 1.67.0 → 1.67.1
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/CHANGELOG.md +10 -0
- package/dist/completion/zsh-worker.zsh +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @tailor-platform/sdk
|
|
2
2
|
|
|
3
|
+
## 1.67.1
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#1491](https://github.com/tailor-platform/sdk/pull/1491) [`be30383`](https://github.com/tailor-platform/sdk/commit/be30383e368b01f81f7e019fc509c9b61a33eb37) Thanks [@toiroakr](https://github.com/toiroakr)! - chore(deps): upgrade typescript to 6.0.3
|
|
9
|
+
|
|
10
|
+
Upgrade the workspace dev/build toolchain to TypeScript 6.0.3. Dev-dependency
|
|
11
|
+
change only — no public API or runtime behavior change.
|
|
12
|
+
|
|
3
13
|
## 1.67.0
|
|
4
14
|
### Minor Changes
|
|
5
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailor-platform/sdk",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.1",
|
|
4
4
|
"description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -193,14 +193,14 @@
|
|
|
193
193
|
"@types/mime-types": "3.0.1",
|
|
194
194
|
"@types/node": "24.13.2",
|
|
195
195
|
"@types/semver": "7.7.1",
|
|
196
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
196
|
+
"@typescript/native-preview": "7.0.0-dev.20260614.1",
|
|
197
197
|
"@vitest/coverage-v8": "4.1.8",
|
|
198
198
|
"oxfmt": "0.54.0",
|
|
199
199
|
"oxlint": "1.69.0",
|
|
200
200
|
"oxlint-tsgolint": "0.23.0",
|
|
201
201
|
"sonda": "0.13.0",
|
|
202
202
|
"tsdown": "0.22.2",
|
|
203
|
-
"typescript": "
|
|
203
|
+
"typescript": "6.0.3",
|
|
204
204
|
"vitest": "4.1.8",
|
|
205
205
|
"zinfer": "0.1.8"
|
|
206
206
|
},
|