@tailor-platform/sdk 1.18.0 → 1.19.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 +21 -0
- package/dist/{application-gWUyKuzv.mjs → application-A6PZjujv.mjs} +81 -64
- package/dist/application-A6PZjujv.mjs.map +1 -0
- package/dist/application-nPS5veK6.mjs +9 -0
- package/dist/cli/index.mjs +8 -6
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.d.mts +12 -6
- package/dist/cli/lib.mjs +9 -7
- package/dist/cli/lib.mjs.map +1 -1
- package/dist/configure/index.d.mts +3 -3
- package/dist/configure/index.mjs +1 -1
- package/dist/{enum-constants-Cwd4qdpa.mjs → enum-constants-CGVvu3dd.mjs} +1 -1
- package/dist/{enum-constants-Cwd4qdpa.mjs.map → enum-constants-CGVvu3dd.mjs.map} +1 -1
- package/dist/{file-utils-cqcpFk87.mjs → file-utils-GX_tGWl4.mjs} +1 -1
- package/dist/{file-utils-cqcpFk87.mjs.map → file-utils-GX_tGWl4.mjs.map} +1 -1
- package/dist/{index-SqWgrTnF.d.mts → index-B6pvy1MK.d.mts} +2 -2
- package/dist/{index-sSDpuVQY.d.mts → index-B91ZpOcd.d.mts} +2 -2
- package/dist/{index-BKXch-td.d.mts → index-CPzbMghQ.d.mts} +2 -2
- package/dist/{index-DP8EB9FK.d.mts → index-ClLZCbcm.d.mts} +9 -3
- package/dist/{index-C3Ib7pFc.d.mts → index-DDqKNFh4.d.mts} +2 -2
- package/dist/interceptor-D8MeZOxX.mjs +33 -0
- package/dist/interceptor-D8MeZOxX.mjs.map +1 -0
- package/dist/{jiti-DHlauMCo.mjs → jiti-DfS9jItj.mjs} +1 -1
- package/dist/{jiti-DHlauMCo.mjs.map → jiti-DfS9jItj.mjs.map} +1 -1
- package/dist/{kysely-type-DtUUoAi3.mjs → kysely-type-Cpq5TNGY.mjs} +2 -1
- package/dist/kysely-type-Cpq5TNGY.mjs.map +1 -0
- package/dist/package-json-DUY2kB6z.mjs +17 -0
- package/dist/package-json-DUY2kB6z.mjs.map +1 -0
- package/dist/package-json-Dd1AnA5F.mjs +3 -0
- package/dist/plugin/builtin/enum-constants/index.d.mts +2 -2
- package/dist/plugin/builtin/enum-constants/index.mjs +1 -1
- package/dist/plugin/builtin/file-utils/index.d.mts +2 -2
- package/dist/plugin/builtin/file-utils/index.mjs +1 -1
- package/dist/plugin/builtin/kysely-type/index.d.mts +2 -2
- package/dist/plugin/builtin/kysely-type/index.mjs +1 -1
- package/dist/plugin/builtin/seed/index.d.mts +2 -2
- package/dist/plugin/builtin/seed/index.mjs +1 -1
- package/dist/plugin/index.d.mts +1 -1
- package/dist/{schema-WDvc7Zel.mjs → schema-D5Cpd8fQ.mjs} +45 -3
- package/dist/schema-D5Cpd8fQ.mjs.map +1 -0
- package/dist/{seed-Dm7lrGZ3.mjs → seed-CeUEANfQ.mjs} +1 -1
- package/dist/{seed-Dm7lrGZ3.mjs.map → seed-CeUEANfQ.mjs.map} +1 -1
- package/dist/{src-i4uqS1G4.mjs → src-Bb1UVstT.mjs} +1 -1
- package/dist/{src-i4uqS1G4.mjs.map → src-Bb1UVstT.mjs.map} +1 -1
- package/dist/telemetry-9A1BZqbl.mjs +3 -0
- package/dist/telemetry-rFq0QdvJ.mjs +84 -0
- package/dist/telemetry-rFq0QdvJ.mjs.map +1 -0
- package/dist/{types-Bhl_wAM2.d.mts → types-CJF3Y1x8.d.mts} +9 -2
- package/dist/{types-DdvTxFiD.d.mts → types-CblXasFV.d.mts} +33 -9
- package/dist/types-ClK_HJ0G.mjs.map +1 -1
- package/dist/{update-BoNKMti-.mjs → update-Cr5c7h1r.mjs} +221 -151
- package/dist/update-Cr5c7h1r.mjs.map +1 -0
- package/dist/utils/test/index.d.mts +3 -3
- package/package.json +7 -1
- package/dist/application-Csj7Ow5Q.mjs +0 -8
- package/dist/application-gWUyKuzv.mjs.map +0 -1
- package/dist/kysely-type-DtUUoAi3.mjs.map +0 -1
- package/dist/schema-WDvc7Zel.mjs.map +0 -1
- package/dist/update-BoNKMti-.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-
|
|
3
|
-
import "../../types-
|
|
4
|
-
import { G as WORKFLOW_TEST_ENV_KEY, K as WORKFLOW_TEST_USER_KEY, n as output } from "../../index-
|
|
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";
|
|
5
5
|
import { StandardSchemaV1 } from "@standard-schema/spec";
|
|
6
6
|
|
|
7
7
|
//#region src/utils/test/index.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailor-platform/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -76,6 +76,11 @@
|
|
|
76
76
|
"@connectrpc/connect": "2.1.1",
|
|
77
77
|
"@connectrpc/connect-node": "2.1.1",
|
|
78
78
|
"@liam-hq/cli": "0.7.24",
|
|
79
|
+
"@opentelemetry/api": "^1.9.0",
|
|
80
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.212.0",
|
|
81
|
+
"@opentelemetry/resources": "^2.5.1",
|
|
82
|
+
"@opentelemetry/sdk-trace-node": "^2.5.1",
|
|
83
|
+
"@opentelemetry/semantic-conventions": "^1.39.0",
|
|
79
84
|
"@oxc-project/types": "0.108.0",
|
|
80
85
|
"@standard-schema/spec": "1.1.0",
|
|
81
86
|
"@tailor-platform/function-kysely-tailordb": "0.1.3",
|
|
@@ -111,6 +116,7 @@
|
|
|
111
116
|
},
|
|
112
117
|
"devDependencies": {
|
|
113
118
|
"@eslint/js": "9.39.2",
|
|
119
|
+
"@opentelemetry/sdk-trace-base": "^2.5.1",
|
|
114
120
|
"@tailor-platform/function-types": "0.8.0",
|
|
115
121
|
"@toiroakr/lines-db": "0.6.1",
|
|
116
122
|
"@types/madge": "5.0.3",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import "./chunk-CqAI0b6X.mjs";
|
|
2
|
-
import "./brand-BZJCv6UY.mjs";
|
|
3
|
-
import { n as generatePluginFilesIfNeeded, r as loadApplication, t as defineApplication } from "./application-gWUyKuzv.mjs";
|
|
4
|
-
import "./file-utils-cqcpFk87.mjs";
|
|
5
|
-
import "./kysely-type-DtUUoAi3.mjs";
|
|
6
|
-
import "./seed-Dm7lrGZ3.mjs";
|
|
7
|
-
|
|
8
|
-
export { defineApplication };
|