@tailor-platform/sdk 1.52.0 → 1.54.0

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 (58) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/dist/{actor-DwAh0Dij.d.mts → actor-Cjae_LGD.d.mts} +2 -2
  3. package/dist/{application-CECifcE9.mjs → application-BfGje3iZ.mjs} +13 -6
  4. package/dist/application-BfGje3iZ.mjs.map +1 -0
  5. package/dist/application-BsipSxp3.mjs +4 -0
  6. package/dist/cli/index.d.mts +1 -3
  7. package/dist/cli/index.mjs +5 -5
  8. package/dist/cli/lib.d.mts +9 -9
  9. package/dist/cli/lib.mjs +3 -3
  10. package/dist/client-CGO7gniI.mjs +1061 -0
  11. package/dist/{client-CKlZhiq4.mjs.map → client-CGO7gniI.mjs.map} +1 -1
  12. package/dist/{client-btP2hNF1.mjs → client-yfFdZU9s.mjs} +1 -1
  13. package/dist/configure/index.d.mts +4 -4
  14. package/dist/{crashreport-DJ5SS5Q-.mjs → crashreport-DGdAgX8Y.mjs} +2 -2
  15. package/dist/{crashreport-DJ5SS5Q-.mjs.map → crashreport-DGdAgX8Y.mjs.map} +1 -1
  16. package/dist/{crashreport-CGE6P9Kf.mjs → crashreport-DnwIxpzF.mjs} +1 -1
  17. package/dist/{file-umdycPAF.mjs → file-B58Dm-2P.mjs} +18 -3
  18. package/dist/file-B58Dm-2P.mjs.map +1 -0
  19. package/dist/{file-DaCYOLPz.d.mts → file-VTJbbOL3.d.mts} +49 -5
  20. package/dist/{index-UySZfxON.d.mts → index-BTLgs0DP.d.mts} +4 -4
  21. package/dist/{index-BL5LQnBX.d.mts → index-Cf1Lo_XT.d.mts} +2 -2
  22. package/dist/{index-BIbKrme4.d.mts → index-CyyoHrPK.d.mts} +2 -2
  23. package/dist/{index-BCJtNXKo.d.mts → index-DrYHpTja.d.mts} +2 -2
  24. package/dist/{index-wuuZLoFt.d.mts → index-ECerapTN.d.mts} +2 -2
  25. package/dist/{index-DW6gAGmC.d.mts → index-qQYMbkT-.d.mts} +2 -2
  26. package/dist/{mock-BabuSqbj.mjs → mock-B6PI49C_.mjs} +25 -2
  27. package/dist/{mock-BabuSqbj.mjs.map → mock-B6PI49C_.mjs.map} +1 -1
  28. package/dist/plugin/builtin/enum-constants/index.d.mts +1 -1
  29. package/dist/plugin/builtin/file-utils/index.d.mts +1 -1
  30. package/dist/plugin/builtin/kysely-type/index.d.mts +1 -1
  31. package/dist/plugin/builtin/seed/index.d.mts +1 -1
  32. package/dist/plugin/index.d.mts +2 -2
  33. package/dist/runtime/file.d.mts +2 -2
  34. package/dist/runtime/file.mjs +2 -2
  35. package/dist/runtime/globals.d.mts +2 -2
  36. package/dist/runtime/index.d.mts +2 -2
  37. package/dist/runtime/index.mjs +1 -1
  38. package/dist/{runtime-BN484A6U.mjs → runtime-CQRrqhlV.mjs} +28 -12
  39. package/dist/runtime-CQRrqhlV.mjs.map +1 -0
  40. package/dist/{tailor-db-field-Y_zEoGu1.d.mts → tailor-db-field-D0qg8s4U.d.mts} +4 -2
  41. package/dist/utils/test/index.d.mts +3 -3
  42. package/dist/vitest/environment.mjs +1 -1
  43. package/dist/vitest/index.d.mts +41 -5
  44. package/dist/vitest/index.mjs +125 -2
  45. package/dist/vitest/index.mjs.map +1 -1
  46. package/dist/vitest/setup.mjs +1 -1
  47. package/dist/{workflow.generated-BIY41La-.d.mts → workflow.generated-dBixCwUo.d.mts} +2 -2
  48. package/docs/configuration.md +10 -0
  49. package/docs/runtime.md +1 -1
  50. package/docs/services/auth.md +3 -2
  51. package/docs/services/tailordb-migration.md +18 -1
  52. package/docs/testing.md +74 -1
  53. package/package.json +12 -12
  54. package/dist/application-B_yEREFy.mjs +0 -4
  55. package/dist/application-CECifcE9.mjs.map +0 -1
  56. package/dist/client-CKlZhiq4.mjs +0 -1061
  57. package/dist/file-umdycPAF.mjs.map +0 -1
  58. package/dist/runtime-BN484A6U.mjs.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "1.52.0",
3
+ "version": "1.54.0",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -140,8 +140,8 @@
140
140
  "@bufbuild/protobuf": "2.12.0",
141
141
  "@connectrpc/connect": "2.1.1",
142
142
  "@connectrpc/connect-node": "2.1.1",
143
- "@inquirer/core": "11.2.0",
144
- "@inquirer/prompts": "8.5.0",
143
+ "@inquirer/core": "11.2.1",
144
+ "@inquirer/prompts": "8.5.1",
145
145
  "@jridgewell/trace-mapping": "0.3.31",
146
146
  "@liam-hq/cli": "0.7.24",
147
147
  "@napi-rs/keyring": "1.3.0",
@@ -150,7 +150,7 @@
150
150
  "@opentelemetry/resources": "2.7.1",
151
151
  "@opentelemetry/sdk-trace-node": "2.7.1",
152
152
  "@opentelemetry/semantic-conventions": "1.41.1",
153
- "@oxc-project/types": "0.132.0",
153
+ "@oxc-project/types": "0.133.0",
154
154
  "@standard-schema/spec": "1.1.0",
155
155
  "@tailor-platform/function-kysely-tailordb": "0.1.3",
156
156
  "@toiroakr/lines-db": "0.9.2",
@@ -159,7 +159,7 @@
159
159
  "chalk": "5.6.2",
160
160
  "chokidar": "5.0.0",
161
161
  "confbox": "0.2.4",
162
- "date-fns": "4.3.0",
162
+ "date-fns": "4.4.0",
163
163
  "es-toolkit": "1.47.0",
164
164
  "find-up-simple": "1.0.1",
165
165
  "globals": "17.6.0",
@@ -169,13 +169,13 @@
169
169
  "madge": "8.0.0",
170
170
  "mime-types": "3.0.2",
171
171
  "open": "11.0.0",
172
- "oxc-parser": "0.132.0",
172
+ "oxc-parser": "0.133.0",
173
173
  "p-limit": "7.3.0",
174
174
  "pathe": "2.0.3",
175
175
  "pgsql-ast-parser": "12.0.2",
176
176
  "pkg-types": "2.3.1",
177
177
  "politty": "0.5.0",
178
- "rolldown": "1.0.2",
178
+ "rolldown": "1.0.3",
179
179
  "semver": "7.8.1",
180
180
  "serve": "14.2.6",
181
181
  "sql-highlight": "6.1.0",
@@ -184,7 +184,7 @@
184
184
  "ts-cron-validator": "1.1.5",
185
185
  "tsx": "4.22.3",
186
186
  "type-fest": "5.6.0",
187
- "undici": "6.26.0",
187
+ "undici": "8.3.0",
188
188
  "xdg-basedir": "5.1.0",
189
189
  "zod": "4.4.3"
190
190
  },
@@ -194,13 +194,13 @@
194
194
  "@types/mime-types": "3.0.1",
195
195
  "@types/node": "24.12.4",
196
196
  "@types/semver": "7.7.1",
197
- "@typescript/native-preview": "7.0.0-dev.20260525.1",
197
+ "@typescript/native-preview": "7.0.0-dev.20260527.2",
198
198
  "@vitest/coverage-v8": "4.1.7",
199
- "oxfmt": "0.51.0",
200
- "oxlint": "1.66.0",
199
+ "oxfmt": "0.52.0",
200
+ "oxlint": "1.67.0",
201
201
  "oxlint-tsgolint": "0.23.0",
202
202
  "sonda": "0.11.1",
203
- "tsdown": "0.22.0",
203
+ "tsdown": "0.22.1",
204
204
  "typescript": "5.9.3",
205
205
  "vitest": "4.1.7",
206
206
  "zinfer": "0.1.8"
@@ -1,4 +0,0 @@
1
-
2
- import { n as generatePluginFilesIfNeeded, r as loadApplication, t as defineApplication } from "./application-CECifcE9.mjs";
3
-
4
- export { defineApplication };