@tailor-platform/create-sdk 1.44.2 → 1.45.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @tailor-platform/create-sdk
2
2
 
3
+ ## 1.45.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1110](https://github.com/tailor-platform/sdk/pull/1110) [`ba93ca3`](https://github.com/tailor-platform/sdk/commit/ba93ca3543c2927857dc79616ec680ed2b008ad1) Thanks [@toiroakr](https://github.com/toiroakr)! - Drop the `multiline-ts` dependency in favour of an in-tree implementation. The upstream package ships a `preinstall: npx only-allow pnpm` hook that, when a fresh copy is resolved (e.g. `npx create-tailor-sdk@latest`), causes npm's exec lock to time out with `ECOMPROMISED`. Replacing the dependency removes that failure path. Also drops `multiline-ts` from the `pnpm-workspace.yaml` `allowBuilds` list emitted by `create-tailor-sdk`.
8
+
9
+ ## 1.45.0
10
+
3
11
  ## 1.44.2
4
12
 
5
13
  ## 1.44.1
package/dist/index.js CHANGED
@@ -91,7 +91,6 @@ allowBuilds:
91
91
  "@swc/core": true
92
92
  "@tailor-platform/sdk": true
93
93
  esbuild: true
94
- multiline-ts: true
95
94
  protobufjs: true
96
95
  `;
97
96
  const copyProject = async (ctx) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/create-sdk",
3
- "version": "1.44.2",
3
+ "version": "1.45.1",
4
4
  "description": "A CLI tool to quickly create a new Tailor Platform SDK project",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -15,13 +15,13 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint/js": "10.0.1",
18
- "@tailor-platform/sdk": "1.44.2",
18
+ "@tailor-platform/sdk": "1.45.1",
19
19
  "@types/node": "24.12.2",
20
20
  "eslint": "10.2.1",
21
21
  "eslint-plugin-oxlint": "1.61.0",
22
22
  "oxfmt": "0.46.0",
23
23
  "oxlint": "1.61.0",
24
- "oxlint-tsgolint": "0.21.1",
24
+ "oxlint-tsgolint": "0.22.0",
25
25
  "typescript": "5.9.3",
26
26
  "typescript-eslint": "8.59.0",
27
27
  "vitest": "4.1.5"
@@ -13,6 +13,9 @@ declare module "@tailor-platform/sdk" {
13
13
  interface MachineUserNameRegistry {
14
14
  admin: true;
15
15
  }
16
+ interface IdpNameRegistry {
17
+ "main-idp": true;
18
+ }
16
19
  }
17
20
 
18
21
  export {};
@@ -15,13 +15,13 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint/js": "10.0.1",
18
- "@tailor-platform/sdk": "1.44.2",
18
+ "@tailor-platform/sdk": "1.45.1",
19
19
  "@types/node": "24.12.2",
20
20
  "eslint": "10.2.1",
21
21
  "eslint-plugin-oxlint": "1.61.0",
22
22
  "oxfmt": "0.46.0",
23
23
  "oxlint": "1.61.0",
24
- "oxlint-tsgolint": "0.21.1",
24
+ "oxlint-tsgolint": "0.22.0",
25
25
  "typescript": "5.9.3",
26
26
  "typescript-eslint": "8.59.0",
27
27
  "vitest": "4.1.5"
@@ -13,6 +13,9 @@ declare module "@tailor-platform/sdk" {
13
13
  interface MachineUserNameRegistry {
14
14
  admin: true;
15
15
  }
16
+ interface IdpNameRegistry {
17
+ "main-idp": true;
18
+ }
16
19
  }
17
20
 
18
21
  export {};
@@ -13,13 +13,13 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@eslint/js": "10.0.1",
16
- "@tailor-platform/sdk": "1.44.2",
16
+ "@tailor-platform/sdk": "1.45.1",
17
17
  "@types/node": "24.12.2",
18
18
  "eslint": "10.2.1",
19
19
  "eslint-plugin-oxlint": "1.61.0",
20
20
  "oxfmt": "0.46.0",
21
21
  "oxlint": "1.61.0",
22
- "oxlint-tsgolint": "0.21.1",
22
+ "oxlint-tsgolint": "0.22.0",
23
23
  "typescript": "5.9.3",
24
24
  "typescript-eslint": "8.59.0"
25
25
  }
@@ -9,6 +9,7 @@ declare module "@tailor-platform/sdk" {
9
9
  }
10
10
  interface Env {}
11
11
  interface MachineUserNameRegistry {}
12
+ interface IdpNameRegistry {}
12
13
  }
13
14
 
14
15
  export {};
@@ -13,13 +13,13 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@eslint/js": "10.0.1",
16
- "@tailor-platform/sdk": "1.44.2",
16
+ "@tailor-platform/sdk": "1.45.1",
17
17
  "@types/node": "24.12.2",
18
18
  "eslint": "10.2.1",
19
19
  "eslint-plugin-oxlint": "1.61.0",
20
20
  "oxfmt": "0.46.0",
21
21
  "oxlint": "1.61.0",
22
- "oxlint-tsgolint": "0.21.1",
22
+ "oxlint-tsgolint": "0.22.0",
23
23
  "typescript": "5.9.3",
24
24
  "typescript-eslint": "8.59.0"
25
25
  }
@@ -14,6 +14,7 @@ declare module "@tailor-platform/sdk" {
14
14
  manager: true;
15
15
  staff: true;
16
16
  }
17
+ interface IdpNameRegistry {}
17
18
  }
18
19
 
19
20
  export {};
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@eslint/js": "10.0.1",
17
- "@tailor-platform/sdk": "1.44.2",
17
+ "@tailor-platform/sdk": "1.45.1",
18
18
  "@types/node": "24.12.2",
19
19
  "eslint": "10.2.1",
20
20
  "eslint-plugin-oxlint": "1.61.0",
21
21
  "oxfmt": "0.46.0",
22
22
  "oxlint": "1.61.0",
23
- "oxlint-tsgolint": "0.21.1",
23
+ "oxlint-tsgolint": "0.22.0",
24
24
  "typescript": "5.9.3",
25
25
  "typescript-eslint": "8.59.0"
26
26
  }
@@ -17,13 +17,13 @@
17
17
  },
18
18
  "devDependencies": {
19
19
  "@eslint/js": "10.0.1",
20
- "@tailor-platform/sdk": "1.44.2",
20
+ "@tailor-platform/sdk": "1.45.1",
21
21
  "@types/node": "24.12.2",
22
22
  "eslint": "10.2.1",
23
23
  "eslint-plugin-oxlint": "1.61.0",
24
24
  "oxfmt": "0.46.0",
25
25
  "oxlint": "1.61.0",
26
- "oxlint-tsgolint": "0.21.1",
26
+ "oxlint-tsgolint": "0.22.0",
27
27
  "typescript": "5.9.3",
28
28
  "typescript-eslint": "8.59.0",
29
29
  "vitest": "4.1.5"
@@ -16,6 +16,7 @@ declare module "@tailor-platform/sdk" {
16
16
  interface MachineUserNameRegistry {
17
17
  admin: true;
18
18
  }
19
+ interface IdpNameRegistry {}
19
20
  }
20
21
 
21
22
  export {};
@@ -13,13 +13,13 @@
13
13
  },
14
14
  "devDependencies": {
15
15
  "@eslint/js": "10.0.1",
16
- "@tailor-platform/sdk": "1.44.2",
16
+ "@tailor-platform/sdk": "1.45.1",
17
17
  "@types/node": "24.12.2",
18
18
  "eslint": "10.2.1",
19
19
  "eslint-plugin-oxlint": "1.61.0",
20
20
  "oxfmt": "0.46.0",
21
21
  "oxlint": "1.61.0",
22
- "oxlint-tsgolint": "0.21.1",
22
+ "oxlint-tsgolint": "0.22.0",
23
23
  "typescript": "5.9.3",
24
24
  "typescript-eslint": "8.59.0"
25
25
  }
@@ -13,6 +13,9 @@ declare module "@tailor-platform/sdk" {
13
13
  interface MachineUserNameRegistry {
14
14
  admin: true;
15
15
  }
16
+ interface IdpNameRegistry {
17
+ "my-idp": true;
18
+ }
16
19
  }
17
20
 
18
21
  export {};
@@ -15,13 +15,13 @@
15
15
  },
16
16
  "devDependencies": {
17
17
  "@eslint/js": "10.0.1",
18
- "@tailor-platform/sdk": "1.44.2",
18
+ "@tailor-platform/sdk": "1.45.1",
19
19
  "@types/node": "24.12.2",
20
20
  "eslint": "10.2.1",
21
21
  "eslint-plugin-oxlint": "1.61.0",
22
22
  "oxfmt": "0.46.0",
23
23
  "oxlint": "1.61.0",
24
- "oxlint-tsgolint": "0.21.1",
24
+ "oxlint-tsgolint": "0.22.0",
25
25
  "typescript": "5.9.3",
26
26
  "typescript-eslint": "8.59.0",
27
27
  "vitest": "4.1.5"
@@ -14,6 +14,7 @@ declare module "@tailor-platform/sdk" {
14
14
  admin: true;
15
15
  viewer: true;
16
16
  }
17
+ interface IdpNameRegistry {}
17
18
  }
18
19
 
19
20
  export {};
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/js": "10.0.1",
21
- "@tailor-platform/sdk": "1.44.2",
21
+ "@tailor-platform/sdk": "1.45.1",
22
22
  "@types/node": "24.12.2",
23
23
  "eslint": "10.2.1",
24
24
  "eslint-plugin-oxlint": "1.61.0",
@@ -26,7 +26,7 @@
26
26
  "graphql-request": "7.4.0",
27
27
  "oxfmt": "0.46.0",
28
28
  "oxlint": "1.61.0",
29
- "oxlint-tsgolint": "0.21.1",
29
+ "oxlint-tsgolint": "0.22.0",
30
30
  "typescript": "5.9.3",
31
31
  "typescript-eslint": "8.59.0",
32
32
  "vitest": "4.1.5"
@@ -13,6 +13,7 @@ declare module "@tailor-platform/sdk" {
13
13
  interface MachineUserNameRegistry {
14
14
  admin: true;
15
15
  }
16
+ interface IdpNameRegistry {}
16
17
  }
17
18
 
18
19
  export {};