@tailor-platform/create-sdk 1.23.0 → 1.24.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 +2 -0
- package/package.json +5 -5
- package/templates/executor/package.json +5 -5
- package/templates/generators/package.json +5 -5
- package/templates/hello-world/package.json +3 -3
- package/templates/inventory-management/package.json +4 -4
- package/templates/multi-application/package.json +3 -3
- package/templates/resolver/package.json +5 -5
- package/templates/static-web-site/package.json +4 -4
- package/templates/tailordb/package.json +5 -5
- package/templates/workflow/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailor-platform/create-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.0",
|
|
4
4
|
"description": "A CLI tool to quickly create a new Tailor Platform SDK project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"execa": "9.6.1",
|
|
23
23
|
"picocolors": "1.1.1",
|
|
24
24
|
"pkg-types": "2.3.0",
|
|
25
|
-
"politty": "
|
|
26
|
-
"zod": "4.3.
|
|
25
|
+
"politty": "0.1.2",
|
|
26
|
+
"zod": "4.3.6"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "9.39.
|
|
29
|
+
"@eslint/js": "9.39.4",
|
|
30
30
|
"@types/node": "24.10.9",
|
|
31
|
-
"eslint": "9.39.
|
|
31
|
+
"eslint": "9.39.4",
|
|
32
32
|
"eslint-plugin-oxlint": "1.39.0",
|
|
33
33
|
"oxlint": "1.39.0",
|
|
34
34
|
"tsdown": "0.19.0",
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@eslint/js": "9.39.
|
|
18
|
-
"@tailor-platform/function-types": "0.8.
|
|
19
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@eslint/js": "9.39.4",
|
|
18
|
+
"@tailor-platform/function-types": "0.8.2",
|
|
19
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
20
20
|
"@types/node": "24.10.9",
|
|
21
|
-
"eslint": "9.39.
|
|
21
|
+
"eslint": "9.39.4",
|
|
22
22
|
"eslint-plugin-oxlint": "1.39.0",
|
|
23
23
|
"oxfmt": "0.24.0",
|
|
24
24
|
"oxlint": "1.39.0",
|
|
25
25
|
"oxlint-tsgolint": "0.11.1",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
27
|
"typescript-eslint": "8.53.0",
|
|
28
|
-
"vitest": "4.0.
|
|
28
|
+
"vitest": "4.0.18"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@eslint/js": "9.39.
|
|
18
|
-
"@tailor-platform/function-types": "0.8.
|
|
19
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@eslint/js": "9.39.4",
|
|
18
|
+
"@tailor-platform/function-types": "0.8.2",
|
|
19
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
20
20
|
"@types/node": "24.10.9",
|
|
21
|
-
"eslint": "9.39.
|
|
21
|
+
"eslint": "9.39.4",
|
|
22
22
|
"eslint-plugin-oxlint": "1.39.0",
|
|
23
23
|
"oxfmt": "0.24.0",
|
|
24
24
|
"oxlint": "1.39.0",
|
|
25
25
|
"oxlint-tsgolint": "0.11.1",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
27
|
"typescript-eslint": "8.53.0",
|
|
28
|
-
"vitest": "4.0.
|
|
28
|
+
"vitest": "4.0.18"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@eslint/js": "9.39.
|
|
16
|
-
"@tailor-platform/sdk": "1.
|
|
15
|
+
"@eslint/js": "9.39.4",
|
|
16
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
17
17
|
"@types/node": "24.10.9",
|
|
18
|
-
"eslint": "9.39.
|
|
18
|
+
"eslint": "9.39.4",
|
|
19
19
|
"eslint-plugin-oxlint": "1.39.0",
|
|
20
20
|
"oxfmt": "0.24.0",
|
|
21
21
|
"oxlint": "1.39.0",
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@eslint/js": "9.39.
|
|
16
|
-
"@tailor-platform/function-types": "0.8.
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
15
|
+
"@eslint/js": "9.39.4",
|
|
16
|
+
"@tailor-platform/function-types": "0.8.2",
|
|
17
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
18
18
|
"@types/node": "24.10.9",
|
|
19
|
-
"eslint": "9.39.
|
|
19
|
+
"eslint": "9.39.4",
|
|
20
20
|
"eslint-plugin-oxlint": "1.39.0",
|
|
21
21
|
"oxfmt": "0.24.0",
|
|
22
22
|
"oxlint": "1.39.0",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"typecheck": "tsc --noEmit"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@eslint/js": "9.39.
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
16
|
+
"@eslint/js": "9.39.4",
|
|
17
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
18
18
|
"@types/node": "24.10.9",
|
|
19
|
-
"eslint": "9.39.
|
|
19
|
+
"eslint": "9.39.4",
|
|
20
20
|
"eslint-plugin-oxlint": "1.39.0",
|
|
21
21
|
"oxfmt": "0.24.0",
|
|
22
22
|
"oxlint": "1.39.0",
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"typecheck": "tsc --noEmit"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@eslint/js": "9.39.
|
|
20
|
-
"@tailor-platform/function-types": "0.8.
|
|
21
|
-
"@tailor-platform/sdk": "1.
|
|
19
|
+
"@eslint/js": "9.39.4",
|
|
20
|
+
"@tailor-platform/function-types": "0.8.2",
|
|
21
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
22
22
|
"@types/node": "24.10.9",
|
|
23
|
-
"eslint": "9.39.
|
|
23
|
+
"eslint": "9.39.4",
|
|
24
24
|
"eslint-plugin-oxlint": "1.39.0",
|
|
25
25
|
"oxfmt": "0.24.0",
|
|
26
26
|
"oxlint": "1.39.0",
|
|
27
27
|
"oxlint-tsgolint": "0.11.1",
|
|
28
28
|
"typescript": "5.9.3",
|
|
29
29
|
"typescript-eslint": "8.53.0",
|
|
30
|
-
"vitest": "4.0.
|
|
30
|
+
"vitest": "4.0.18"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@eslint/js": "9.39.
|
|
16
|
-
"@tailor-platform/function-types": "0.8.
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
15
|
+
"@eslint/js": "9.39.4",
|
|
16
|
+
"@tailor-platform/function-types": "0.8.2",
|
|
17
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
18
18
|
"@types/node": "24.10.9",
|
|
19
|
-
"eslint": "9.39.
|
|
19
|
+
"eslint": "9.39.4",
|
|
20
20
|
"eslint-plugin-oxlint": "1.39.0",
|
|
21
21
|
"oxfmt": "0.24.0",
|
|
22
22
|
"oxlint": "1.39.0",
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@eslint/js": "9.39.
|
|
18
|
-
"@tailor-platform/function-types": "0.8.
|
|
19
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@eslint/js": "9.39.4",
|
|
18
|
+
"@tailor-platform/function-types": "0.8.2",
|
|
19
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
20
20
|
"@types/node": "24.10.9",
|
|
21
|
-
"eslint": "9.39.
|
|
21
|
+
"eslint": "9.39.4",
|
|
22
22
|
"eslint-plugin-oxlint": "1.39.0",
|
|
23
23
|
"oxfmt": "0.24.0",
|
|
24
24
|
"oxlint": "1.39.0",
|
|
25
25
|
"oxlint-tsgolint": "0.11.1",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
27
|
"typescript-eslint": "8.53.0",
|
|
28
|
-
"vitest": "4.0.
|
|
28
|
+
"vitest": "4.0.18"
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"typecheck": "tsc --noEmit"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@eslint/js": "9.39.
|
|
21
|
-
"@tailor-platform/function-types": "0.8.
|
|
22
|
-
"@tailor-platform/sdk": "1.
|
|
20
|
+
"@eslint/js": "9.39.4",
|
|
21
|
+
"@tailor-platform/function-types": "0.8.2",
|
|
22
|
+
"@tailor-platform/sdk": "1.24.0",
|
|
23
23
|
"@types/node": "24.10.9",
|
|
24
|
-
"eslint": "9.39.
|
|
24
|
+
"eslint": "9.39.4",
|
|
25
25
|
"eslint-plugin-oxlint": "1.39.0",
|
|
26
26
|
"graphql": "16.12.0",
|
|
27
27
|
"graphql-request": "7.4.0",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"oxlint-tsgolint": "0.11.1",
|
|
31
31
|
"typescript": "5.9.3",
|
|
32
32
|
"typescript-eslint": "8.53.0",
|
|
33
|
-
"vitest": "4.0.
|
|
33
|
+
"vitest": "4.0.18"
|
|
34
34
|
}
|
|
35
35
|
}
|