@tailor-platform/sdk 1.55.0 → 1.55.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 +18 -0
- package/dist/cli/index.mjs +97 -34
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.mjs +1 -1
- package/dist/{runtime-BZsl7Mh9.mjs → runtime-CgGeIoxi.mjs} +48 -11
- package/dist/runtime-CgGeIoxi.mjs.map +1 -0
- package/docs/cli-reference.md +12 -0
- package/package.json +11 -11
- package/dist/runtime-BZsl7Mh9.mjs.map +0 -1
package/docs/cli-reference.md
CHANGED
|
@@ -22,6 +22,18 @@ tailor-sdk <command> [options]
|
|
|
22
22
|
|
|
23
23
|
<!-- politty:global-options:end -->
|
|
24
24
|
|
|
25
|
+
### JSON Output
|
|
26
|
+
|
|
27
|
+
For commands that return structured results, passing `--json` writes one parseable JSON document
|
|
28
|
+
to stdout on success. Empty successful result sets are emitted as JSON values such as `[]`, not as
|
|
29
|
+
human-readable text or empty stdout.
|
|
30
|
+
|
|
31
|
+
Commands that only perform side effects and do not define a structured result may leave stdout empty
|
|
32
|
+
even when `--json` is passed.
|
|
33
|
+
|
|
34
|
+
Errors, warnings, progress, and diagnostic messages are written to stderr. On failure, check the
|
|
35
|
+
non-zero exit code and read stderr; stdout is not guaranteed to contain a JSON error object.
|
|
36
|
+
|
|
25
37
|
## Common Options
|
|
26
38
|
|
|
27
39
|
The following options are available for most commands:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailor-platform/sdk",
|
|
3
|
-
"version": "1.55.
|
|
3
|
+
"version": "1.55.1",
|
|
4
4
|
"description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@connectrpc/connect": "2.1.1",
|
|
142
142
|
"@connectrpc/connect-node": "2.1.1",
|
|
143
143
|
"@inquirer/core": "11.2.1",
|
|
144
|
-
"@inquirer/prompts": "8.5.
|
|
144
|
+
"@inquirer/prompts": "8.5.2",
|
|
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.
|
|
153
|
+
"@oxc-project/types": "0.134.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",
|
|
@@ -163,13 +163,13 @@
|
|
|
163
163
|
"es-toolkit": "1.47.0",
|
|
164
164
|
"find-up-simple": "1.0.1",
|
|
165
165
|
"globals": "17.6.0",
|
|
166
|
-
"graphql": "16.14.
|
|
166
|
+
"graphql": "16.14.1",
|
|
167
167
|
"inflection": "3.0.2",
|
|
168
168
|
"kysely": "0.29.2",
|
|
169
169
|
"madge": "8.0.0",
|
|
170
170
|
"mime-types": "3.0.2",
|
|
171
171
|
"open": "11.0.0",
|
|
172
|
-
"oxc-parser": "0.
|
|
172
|
+
"oxc-parser": "0.134.0",
|
|
173
173
|
"p-limit": "7.3.0",
|
|
174
174
|
"pathe": "2.0.3",
|
|
175
175
|
"pgsql-ast-parser": "12.0.2",
|
|
@@ -182,8 +182,8 @@
|
|
|
182
182
|
"std-env": "4.1.0",
|
|
183
183
|
"table": "6.9.0",
|
|
184
184
|
"ts-cron-validator": "1.1.5",
|
|
185
|
-
"tsx": "4.22.
|
|
186
|
-
"type-fest": "5.
|
|
185
|
+
"tsx": "4.22.4",
|
|
186
|
+
"type-fest": "5.7.0",
|
|
187
187
|
"undici": "8.3.0",
|
|
188
188
|
"xdg-basedir": "5.1.0",
|
|
189
189
|
"zod": "4.4.3"
|
|
@@ -195,14 +195,14 @@
|
|
|
195
195
|
"@types/node": "24.12.4",
|
|
196
196
|
"@types/semver": "7.7.1",
|
|
197
197
|
"@typescript/native-preview": "7.0.0-dev.20260527.2",
|
|
198
|
-
"@vitest/coverage-v8": "4.1.
|
|
199
|
-
"oxfmt": "0.
|
|
200
|
-
"oxlint": "1.
|
|
198
|
+
"@vitest/coverage-v8": "4.1.8",
|
|
199
|
+
"oxfmt": "0.53.0",
|
|
200
|
+
"oxlint": "1.68.0",
|
|
201
201
|
"oxlint-tsgolint": "0.23.0",
|
|
202
202
|
"sonda": "0.11.1",
|
|
203
203
|
"tsdown": "0.22.1",
|
|
204
204
|
"typescript": "5.9.3",
|
|
205
|
-
"vitest": "4.1.
|
|
205
|
+
"vitest": "4.1.8",
|
|
206
206
|
"zinfer": "0.1.8"
|
|
207
207
|
},
|
|
208
208
|
"peerDependencies": {
|