@tailor-platform/sdk 1.59.0 → 1.60.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/application-FnWOxBk7.mjs.map +1 -1
  3. package/dist/authconnection-D8SJGMpj.mjs.map +1 -1
  4. package/dist/cli/index.mjs +45 -2
  5. package/dist/cli/index.mjs.map +1 -1
  6. package/dist/cli/lib.d.mts +1 -1
  7. package/dist/cli/lib.mjs +1 -1
  8. package/dist/cli/lib.mjs.map +1 -1
  9. package/dist/cli/skills.mjs.map +1 -1
  10. package/dist/client-W5P4NYYX.mjs.map +1 -1
  11. package/dist/configure/index.d.mts +2 -2
  12. package/dist/configure/index.mjs +1 -1
  13. package/dist/configure/index.mjs.map +1 -1
  14. package/dist/crashreport-D3DvAzdg.mjs.map +1 -1
  15. package/dist/enum-constants-C7DaWeQo.mjs.map +1 -1
  16. package/dist/file-B58Dm-2P.mjs.map +1 -1
  17. package/dist/file-utils-BHPxPXmn.mjs.map +1 -1
  18. package/dist/iconv-DreIffeM.mjs.map +1 -1
  19. package/dist/{index-Cr6ufjZ5.d.mts → index-CLxubakC.d.mts} +2 -2
  20. package/dist/interceptor-DOqRkCya.mjs.map +1 -1
  21. package/dist/kysely-type-D1e0Vwkd.mjs.map +1 -1
  22. package/dist/logger-DpJyJvNz.mjs.map +1 -1
  23. package/dist/mock-Dpu__UeJ.mjs.map +1 -1
  24. package/dist/multiline-Cf9ODpr1.mjs.map +1 -1
  25. package/dist/plugin/index.mjs.map +1 -1
  26. package/dist/registry-D0uB0OrK.mjs.map +1 -1
  27. package/dist/repl-editor-Y9QJDL0K.mjs.map +1 -1
  28. package/dist/{runtime-CrUa8Z2k.mjs → runtime-BvKGwZeF.mjs} +2 -2
  29. package/dist/{runtime-CrUa8Z2k.mjs.map → runtime-BvKGwZeF.mjs.map} +1 -1
  30. package/dist/{schema-DKsNhbav.mjs → schema-DYKNTu-n.mjs} +3 -3
  31. package/dist/{schema-DKsNhbav.mjs.map → schema-DYKNTu-n.mjs.map} +1 -1
  32. package/dist/secret-file-CWzF8rry.mjs.map +1 -1
  33. package/dist/secretmanager-B9h-U_8U.mjs.map +1 -1
  34. package/dist/seed-C0fE2sJB.mjs.map +1 -1
  35. package/dist/telemetry-BQbbVo2t.mjs.map +1 -1
  36. package/dist/types-BwGth3a1.mjs.map +1 -1
  37. package/dist/utils/test/index.d.mts +2 -2
  38. package/dist/utils/test/index.mjs.map +1 -1
  39. package/dist/vitest/index.mjs.map +1 -1
  40. package/dist/vitest/setup.mjs.map +1 -1
  41. package/dist/workflow--aPbA8Uq.mjs.map +1 -1
  42. package/dist/{workflow.generated-CV77NlFp.d.mts → workflow.generated-Bf1tWylx.d.mts} +2 -2
  43. package/docs/cli/auth.md +40 -0
  44. package/docs/cli-reference.md +1 -0
  45. package/docs/services/auth.md +19 -1
  46. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @tailor-platform/sdk
2
2
 
3
+ ## 1.60.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1356](https://github.com/tailor-platform/sdk/pull/1356) [`be55e45`](https://github.com/tailor-platform/sdk/commit/be55e45ba2a9eeac0d02633aa793a212c8651acf) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update rolldown
8
+
9
+ - [#1404](https://github.com/tailor-platform/sdk/pull/1404) [`0aa76e9`](https://github.com/tailor-platform/sdk/commit/0aa76e9c25c41b619433838d0848e8e010e2078a) Thanks [@remiposo](https://github.com/remiposo)! - Fix `db.fields.timestamps()` so `updatedAt` is updated on every record update. Since update hooks receive the stored value merged with the input, the previous `value ?? new Date()` fallback froze `updatedAt` at its first value. `createdAt` still respects a user-specified value on create.
10
+
11
+ ## 1.60.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#1370](https://github.com/tailor-platform/sdk/pull/1370) [`ca4e049`](https://github.com/tailor-platform/sdk/commit/ca4e0494d8f3069e91e55c0b8ccc15ed1e6b567b) Thanks [@toiroakr](https://github.com/toiroakr)! - Add `authconnection open` command to open the auth connections page in the Tailor Platform Console. The `authconnection authorize` command now also points to this Console flow when the local callback server cannot be started, and the auth connection docs note that managing connections via `tailor.config.ts` is unreliable for shared and CI deploys (a deploy without the local `.tailor-sdk/` secret state recreates the connection and discards its token) — create connections and tokens from the Console instead.
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1386](https://github.com/tailor-platform/sdk/pull/1386) [`34aba6c`](https://github.com/tailor-platform/sdk/commit/34aba6c66fd60a2614fe37a4eee07b0252592894) Thanks [@toiroakr](https://github.com/toiroakr)! - Stabilize the `withBundleConcurrency` unit tests by driving their worker delays with fake timers instead of real `setTimeout`, so they no longer flake with a 5s timeout when a CI runner is under load. No runtime behavior changes.
20
+
3
21
  ## 1.59.0
4
22
 
5
23
  ### Minor Changes