@tailor-platform/sdk 1.66.0 → 1.66.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 +7 -0
- package/dist/completion/zsh-worker.zsh +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @tailor-platform/sdk
|
|
2
2
|
|
|
3
|
+
## 1.66.1
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#1428](https://github.com/tailor-platform/sdk/pull/1428) [`753ac38`](https://github.com/tailor-platform/sdk/commit/753ac3876319d007322c23a7052a2399d194fb72) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency semver to v7.8.4
|
|
9
|
+
|
|
3
10
|
## 1.66.0
|
|
4
11
|
### Minor Changes
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailor-platform/sdk",
|
|
3
|
-
"version": "1.66.
|
|
3
|
+
"version": "1.66.1",
|
|
4
4
|
"description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"pkg-types": "2.3.1",
|
|
177
177
|
"politty": "0.6.0",
|
|
178
178
|
"rolldown": "1.1.0",
|
|
179
|
-
"semver": "7.8.
|
|
179
|
+
"semver": "7.8.4",
|
|
180
180
|
"sql-highlight": "6.1.0",
|
|
181
181
|
"std-env": "4.1.0",
|
|
182
182
|
"table": "6.9.0",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"@opentelemetry/sdk-trace-base": "2.8.0",
|
|
192
192
|
"@types/madge": "5.0.3",
|
|
193
193
|
"@types/mime-types": "3.0.1",
|
|
194
|
-
"@types/node": "24.13.
|
|
194
|
+
"@types/node": "24.13.2",
|
|
195
195
|
"@types/semver": "7.7.1",
|
|
196
196
|
"@typescript/native-preview": "7.0.0-dev.20260612.1",
|
|
197
197
|
"@vitest/coverage-v8": "4.1.8",
|