@tailor-platform/sdk 1.52.0 → 1.53.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 (37) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/application-Cmz1Y7X_.mjs +4 -0
  3. package/dist/{application-CECifcE9.mjs → application-DF74unzA.mjs} +2 -2
  4. package/dist/{application-CECifcE9.mjs.map → application-DF74unzA.mjs.map} +1 -1
  5. package/dist/cli/index.d.mts +1 -3
  6. package/dist/cli/index.mjs +5 -5
  7. package/dist/cli/lib.d.mts +1 -2
  8. package/dist/cli/lib.mjs +3 -3
  9. package/dist/client-CGO7gniI.mjs +1061 -0
  10. package/dist/{client-CKlZhiq4.mjs.map → client-CGO7gniI.mjs.map} +1 -1
  11. package/dist/{client-btP2hNF1.mjs → client-yfFdZU9s.mjs} +1 -1
  12. package/dist/configure/index.d.mts +1 -1
  13. package/dist/{crashreport-DJ5SS5Q-.mjs → crashreport-DGdAgX8Y.mjs} +2 -2
  14. package/dist/{crashreport-DJ5SS5Q-.mjs.map → crashreport-DGdAgX8Y.mjs.map} +1 -1
  15. package/dist/{crashreport-CGE6P9Kf.mjs → crashreport-DnwIxpzF.mjs} +1 -1
  16. package/dist/{file-umdycPAF.mjs → file-B58Dm-2P.mjs} +18 -3
  17. package/dist/file-B58Dm-2P.mjs.map +1 -0
  18. package/dist/{file-DaCYOLPz.d.mts → file-VTJbbOL3.d.mts} +49 -5
  19. package/dist/{index-wuuZLoFt.d.mts → index-ECerapTN.d.mts} +2 -2
  20. package/dist/{mock-BabuSqbj.mjs → mock-B6PI49C_.mjs} +25 -2
  21. package/dist/{mock-BabuSqbj.mjs.map → mock-B6PI49C_.mjs.map} +1 -1
  22. package/dist/runtime/file.d.mts +2 -2
  23. package/dist/runtime/file.mjs +2 -2
  24. package/dist/runtime/globals.d.mts +2 -2
  25. package/dist/runtime/index.d.mts +2 -2
  26. package/dist/runtime/index.mjs +1 -1
  27. package/dist/{runtime-BN484A6U.mjs → runtime-D-3AE1x-.mjs} +4 -4
  28. package/dist/{runtime-BN484A6U.mjs.map → runtime-D-3AE1x-.mjs.map} +1 -1
  29. package/dist/vitest/environment.mjs +1 -1
  30. package/dist/vitest/index.mjs +1 -1
  31. package/dist/vitest/setup.mjs +1 -1
  32. package/docs/runtime.md +1 -1
  33. package/docs/testing.md +21 -1
  34. package/package.json +9 -9
  35. package/dist/application-B_yEREFy.mjs +0 -4
  36. package/dist/client-CKlZhiq4.mjs +0 -1061
  37. package/dist/file-umdycPAF.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @tailor-platform/sdk
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1275](https://github.com/tailor-platform/sdk/pull/1275) [`f650615`](https://github.com/tailor-platform/sdk/commit/f6506158cd7247b4198a76702044346fbb65c669) Thanks [@haru0017](https://github.com/haru0017)! - Add downloadStream and uploadStream to file api. Mark openDownloadStream as deprecated.
8
+
9
+ ### Patch Changes
10
+
11
+ - [#1263](https://github.com/tailor-platform/sdk/pull/1263) [`c7e065e`](https://github.com/tailor-platform/sdk/commit/c7e065e1213630e5cb77d7067907b35296f98097) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency undici to v8
12
+
13
+ - [#1271](https://github.com/tailor-platform/sdk/pull/1271) [`73ab0e0`](https://github.com/tailor-platform/sdk/commit/73ab0e0baf1657b1e916444c77f621823e917b52) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update rolldown
14
+
15
+ - [#1274](https://github.com/tailor-platform/sdk/pull/1274) [`11b280a`](https://github.com/tailor-platform/sdk/commit/11b280a8e69feeb7973bcc9a6cbe711252ce72fd) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update oxc
16
+
3
17
  ## 1.52.0
4
18
 
5
19
  ### Minor Changes
@@ -0,0 +1,4 @@
1
+
2
+ import { n as generatePluginFilesIfNeeded, r as loadApplication, t as defineApplication } from "./application-DF74unzA.mjs";
3
+
4
+ export { defineApplication };
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { n as isSdkBranded } from "./brand-DlnJ375c.mjs";
3
- import { u as initOAuth2Client } from "./client-CKlZhiq4.mjs";
3
+ import { u as initOAuth2Client } from "./client-CGO7gniI.mjs";
4
4
  import { a as parseBoolean, n as logger, r as styles } from "./logger-DpJyJvNz.mjs";
5
5
  import { n as enumConstantsPlugin, t as EnumConstantsGeneratorID } from "./enum-constants-C7DaWeQo.mjs";
6
6
  import { t as multiline } from "./multiline-Cf9ODpr1.mjs";
@@ -5381,4 +5381,4 @@ async function loadApplication(params) {
5381
5381
 
5382
5382
  //#endregion
5383
5383
  export { loadConfigPath as C, saveUserTokens as D, resolveTokens as E, writePlatformConfig as O, loadAccessToken as S, readPlatformConfig as T, getDistDir as _, WorkflowJobSchema as a, deleteUserTokens as b, ExecutorSchema as c, buildResolverOperationHookExpr as d, OAuth2ClientSchema as f, createBundleCache as g, loadFilesWithIgnores as h, resolveInlineSourcemap as i, INVOKER_EXPR as l, stringifyFunction as m, generatePluginFilesIfNeeded as n, ResolverSchema as o, TailorDBTypeSchema as p, loadApplication as r, createExecutorService as s, defineApplication as t, buildExecutorArgsExpr as u, hashFile as v, loadWorkspaceId as w, fetchLatestToken as x, loadConfig as y };
5384
- //# sourceMappingURL=application-CECifcE9.mjs.map
5384
+ //# sourceMappingURL=application-DF74unzA.mjs.map