@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 +8 -0
- package/dist/index.js +0 -1
- package/package.json +1 -1
- package/templates/executor/package.json +2 -2
- package/templates/executor/tailor.d.ts +3 -0
- package/templates/generators/package.json +2 -2
- package/templates/generators/tailor.d.ts +3 -0
- package/templates/hello-world/package.json +2 -2
- package/templates/hello-world/tailor.d.ts +1 -0
- package/templates/inventory-management/package.json +2 -2
- package/templates/inventory-management/tailor.d.ts +1 -0
- package/templates/multi-application/package.json +2 -2
- package/templates/resolver/package.json +2 -2
- package/templates/resolver/tailor.d.ts +1 -0
- package/templates/static-web-site/package.json +2 -2
- package/templates/static-web-site/tailor.d.ts +3 -0
- package/templates/tailordb/package.json +2 -2
- package/templates/tailordb/tailor.d.ts +1 -0
- package/templates/workflow/package.json +2 -2
- package/templates/workflow/tailor.d.ts +1 -0
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
package/package.json
CHANGED
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@eslint/js": "10.0.1",
|
|
18
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
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"
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@eslint/js": "10.0.1",
|
|
18
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
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,13 +13,13 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/js": "10.0.1",
|
|
16
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
22
|
+
"oxlint-tsgolint": "0.22.0",
|
|
23
23
|
"typescript": "5.9.3",
|
|
24
24
|
"typescript-eslint": "8.59.0"
|
|
25
25
|
}
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/js": "10.0.1",
|
|
16
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
22
|
+
"oxlint-tsgolint": "0.22.0",
|
|
23
23
|
"typescript": "5.9.3",
|
|
24
24
|
"typescript-eslint": "8.59.0"
|
|
25
25
|
}
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@eslint/js": "10.0.1",
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
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.
|
|
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.
|
|
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"
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/js": "10.0.1",
|
|
16
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
22
|
+
"oxlint-tsgolint": "0.22.0",
|
|
23
23
|
"typescript": "5.9.3",
|
|
24
24
|
"typescript-eslint": "8.59.0"
|
|
25
25
|
}
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@eslint/js": "10.0.1",
|
|
18
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
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"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/js": "10.0.1",
|
|
21
|
-
"@tailor-platform/sdk": "1.
|
|
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.
|
|
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"
|