@tailor-platform/sdk 1.22.0 → 1.23.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.
- package/CHANGELOG.md +17 -0
- package/dist/application-CTQe2HSB.mjs.map +1 -1
- package/dist/cli/index.d.mts +0 -1
- package/dist/cli/index.mjs +1 -1
- package/dist/cli/lib.d.mts +7 -8
- package/dist/cli/lib.mjs +1 -1
- package/dist/cli/skills.d.mts +0 -1
- package/dist/configure/index.d.mts +3 -4
- package/dist/{index-DPN_P0w3.d.mts → index-BSXclved.d.mts} +2 -3
- package/dist/{index-Cwi86SUR.d.mts → index-CO-jsOMb.d.mts} +2 -3
- package/dist/{index-BiutQT7m.d.mts → index-CU2kZzKa.d.mts} +3 -4
- package/dist/{index-ClS0NClx.d.mts → index-DQlsfhpg.d.mts} +2 -3
- package/dist/{index-BGPX26_D.d.mts → index-lIALNMi_.d.mts} +2 -3
- package/dist/kysely/index.d.mts +0 -1
- package/dist/plugin/builtin/enum-constants/index.d.mts +2 -3
- package/dist/plugin/builtin/file-utils/index.d.mts +2 -3
- package/dist/plugin/builtin/kysely-type/index.d.mts +2 -3
- package/dist/plugin/builtin/seed/index.d.mts +2 -3
- package/dist/plugin/index.d.mts +1 -2
- package/dist/{query-Bz2oDGhw.mjs → query-BLQBOaAM.mjs} +330 -70
- package/dist/query-BLQBOaAM.mjs.map +1 -0
- package/dist/schema-Cjm-OvPF.mjs.map +1 -1
- package/dist/{types-bcuNRo1Y.d.mts → types--G4ilVmx.d.mts} +3 -4
- package/dist/{types-DVMQNdTs.d.mts → types-IR-hw0-y.d.mts} +2 -3
- package/dist/utils/test/index.d.mts +3 -4
- package/docs/services/auth.md +2 -2
- package/package.json +3 -3
- package/postinstall.mjs +4 -14
- package/dist/query-Bz2oDGhw.mjs.map +0 -1
- package/dist/user-defined.d.ts +0 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @tailor-platform/sdk
|
|
2
2
|
|
|
3
|
+
## 1.23.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#661](https://github.com/tailor-platform/sdk/pull/661) [`03f33d9`](https://github.com/tailor-platform/sdk/commit/03f33d9c3d789c738c99600148aa52f2586017ea) Thanks [@r253hmdryou](https://github.com/r253hmdryou)! - Add interactive REPL mode to `tailor-sdk query`.
|
|
8
|
+
|
|
9
|
+
This allows running SQL queries statement-by-statement and GraphQL queries in an
|
|
10
|
+
interactive session by omitting `--query`.
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#677](https://github.com/tailor-platform/sdk/pull/677) [`cc6db64`](https://github.com/tailor-platform/sdk/commit/cc6db647361309021268543c291e1f13e9a6cb1c) Thanks [@dqn](https://github.com/dqn)! - Write tailor.d.ts to project root (next to config file) instead of SDK dist directory
|
|
15
|
+
|
|
16
|
+
- [#680](https://github.com/tailor-platform/sdk/pull/680) [`4d421a8`](https://github.com/tailor-platform/sdk/commit/4d421a8b904b939813b50fb68fff4bafccd10541) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): lock file maintenance
|
|
17
|
+
|
|
18
|
+
- [#691](https://github.com/tailor-platform/sdk/pull/691) [`008b2b6`](https://github.com/tailor-platform/sdk/commit/008b2b68d750a0799118087e09418d1f16574bb3) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency suzuki-shunsuke/ghalint to v1.5.5
|
|
19
|
+
|
|
3
20
|
## 1.22.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|