@tailor-platform/sdk 1.19.0 → 1.20.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 (42) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/{application-A6PZjujv.mjs → application-Bli2ieqY.mjs} +97952 -97659
  3. package/dist/application-Bli2ieqY.mjs.map +1 -0
  4. package/dist/{application-nPS5veK6.mjs → application-CZdieD3K.mjs} +2 -2
  5. package/dist/cli/index.mjs +117 -62
  6. package/dist/cli/index.mjs.map +1 -1
  7. package/dist/cli/lib.d.mts +116 -58
  8. package/dist/cli/lib.mjs +6 -6
  9. package/dist/cli/lib.mjs.map +1 -1
  10. package/dist/cli/skills.mjs +1 -1
  11. package/dist/cli/skills.mjs.map +1 -1
  12. package/dist/configure/index.d.mts +4 -4
  13. package/dist/configure/index.mjs.map +1 -1
  14. package/dist/{index-B91ZpOcd.d.mts → index-B86CIKCW.d.mts} +2 -2
  15. package/dist/{index-B6pvy1MK.d.mts → index-CGjiOz_W.d.mts} +2 -2
  16. package/dist/{index-CPzbMghQ.d.mts → index-CIXOwe6g.d.mts} +2 -2
  17. package/dist/{index-ClLZCbcm.d.mts → index-DcY0e3S5.d.mts} +4 -43
  18. package/dist/{index-DDqKNFh4.d.mts → index-i6QUsr5p.d.mts} +2 -2
  19. package/dist/{package-json-DUY2kB6z.mjs → package-json-3H5gfhA4.mjs} +2 -2
  20. package/dist/package-json-3H5gfhA4.mjs.map +1 -0
  21. package/dist/package-json-DTDAqRRJ.mjs +3 -0
  22. package/dist/plugin/builtin/enum-constants/index.d.mts +2 -2
  23. package/dist/plugin/builtin/file-utils/index.d.mts +2 -2
  24. package/dist/plugin/builtin/kysely-type/index.d.mts +2 -2
  25. package/dist/plugin/builtin/seed/index.d.mts +2 -2
  26. package/dist/plugin/index.d.mts +1 -1
  27. package/dist/telemetry-Dhzj9Ncm.mjs +3 -0
  28. package/dist/{telemetry-rFq0QdvJ.mjs → telemetry-DuBhnd0X.mjs} +2 -2
  29. package/dist/telemetry-DuBhnd0X.mjs.map +1 -0
  30. package/dist/{types-CJF3Y1x8.d.mts → types-C14GuyPI.d.mts} +87 -3
  31. package/dist/{types-CblXasFV.d.mts → types-CNw4p8V7.d.mts} +2 -2
  32. package/dist/{update-Cr5c7h1r.mjs → update-DkpWgrzL.mjs} +338 -160
  33. package/dist/update-DkpWgrzL.mjs.map +1 -0
  34. package/dist/utils/test/index.d.mts +3 -3
  35. package/docs/cli/application.md +2 -0
  36. package/package.json +1 -1
  37. package/dist/application-A6PZjujv.mjs.map +0 -1
  38. package/dist/package-json-DUY2kB6z.mjs.map +0 -1
  39. package/dist/package-json-Dd1AnA5F.mjs +0 -3
  40. package/dist/telemetry-9A1BZqbl.mjs +0 -3
  41. package/dist/telemetry-rFq0QdvJ.mjs.map +0 -1
  42. package/dist/update-Cr5c7h1r.mjs.map +0 -1
@@ -1,7 +1,7 @@
1
1
  /// <reference path="./../../user-defined.d.ts" />
2
- import { Ot as TailorField, s as TailorDBType } from "../../types-CblXasFV.mjs";
3
- import "../../types-CJF3Y1x8.mjs";
4
- import { G as WORKFLOW_TEST_ENV_KEY, K as WORKFLOW_TEST_USER_KEY, n as output } from "../../index-ClLZCbcm.mjs";
2
+ import { Ot as TailorField, s as TailorDBType } from "../../types-CNw4p8V7.mjs";
3
+ import "../../types-C14GuyPI.mjs";
4
+ import { G as WORKFLOW_TEST_USER_KEY, W as WORKFLOW_TEST_ENV_KEY, n as output } from "../../index-DcY0e3S5.mjs";
5
5
  import { StandardSchemaV1 } from "@standard-schema/spec";
6
6
 
7
7
  //#region src/utils/test/index.d.ts
@@ -111,6 +111,8 @@ tailor-sdk apply [options]
111
111
  | `--yes` | `-y` | Skip confirmation prompts | No | `false` |
112
112
  | `--dry-run` | `-d` | Run the command without making any changes | No | - |
113
113
  | `--no-schema-check` | - | Skip schema diff check against migration snapshots | No | - |
114
+ | `--no-cache` | - | Disable bundle caching for this run | No | - |
115
+ | `--clean-cache` | - | Clean the bundle cache before building | No | - |
114
116
 
115
117
  <!-- politty:command:apply:options:end -->
116
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "repository": {