@tailor-platform/sdk 1.16.0 → 1.17.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.
@@ -1,7 +1,7 @@
1
1
  /// <reference path="./../../user-defined.d.ts" />
2
- import { M as TailorDBType, st as TailorField } from "../../types-_sYDzqHG.mjs";
3
- import "../../index-Ds8lbSJb.mjs";
4
- import { G as WORKFLOW_TEST_ENV_KEY, n as output } from "../../index-1V_2bvT4.mjs";
2
+ import { M as TailorDBType, st as TailorField } from "../../types-DzvazVmg.mjs";
3
+ import "../../types-BeNtD-fA.mjs";
4
+ import { G as WORKFLOW_TEST_ENV_KEY, n as output } from "../../index-qQXpN674.mjs";
5
5
  import { StandardSchemaV1 } from "@standard-schema/spec";
6
6
 
7
7
  //#region src/utils/test/index.d.ts
@@ -1,4 +1,4 @@
1
- import { t as WORKFLOW_TEST_ENV_KEY } from "../../job-XiwGyFJt.mjs";
1
+ import { t as WORKFLOW_TEST_ENV_KEY } from "../../job-CULA2Pvf.mjs";
2
2
 
3
3
  //#region src/utils/test/index.ts
4
4
  /** Represents an unauthenticated user in the Tailor platform. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "repository": {
package/postinstall.mjs CHANGED
@@ -44,10 +44,10 @@ async function install() {
44
44
  register("tsx", import.meta.url, { data: {} });
45
45
 
46
46
  const { generateUserTypes, loadConfig } = await import(
47
- pathToFileURL(resolve(__dirname, "dist", "cli", "api.mjs")).href
47
+ pathToFileURL(resolve(__dirname, "dist", "cli", "lib.mjs")).href
48
48
  );
49
49
  const { config } = await loadConfig(configPath);
50
- await generateUserTypes(config, configPath);
50
+ await generateUserTypes({ config, configPath });
51
51
  return;
52
52
  } catch (error) {
53
53
  console.warn("⚠️ Failed to generate types from config:", error.message);
@@ -1,4 +0,0 @@
1
- import "./chunk-GMkBE123.mjs";
2
- import { t as defineApplication } from "./application-DQ2F9UmJ.mjs";
3
-
4
- export { defineApplication };