@tailor-platform/create-sdk 1.57.0 → 1.58.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 +3 -3
- package/templates/executor/package.json +2 -2
- package/templates/generators/package.json +2 -2
- package/templates/hello-world/package.json +2 -2
- package/templates/inventory-management/package.json +2 -2
- package/templates/multi-application/package.json +2 -2
- package/templates/resolver/package.json +2 -2
- package/templates/static-web-site/package.json +2 -2
- package/templates/tailordb/package.json +2 -2
- package/templates/workflow/package.json +2 -2
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.58.0",
|
|
4
4
|
"description": "A CLI tool to quickly create a new Tailor Platform SDK project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"type": "module",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@clack/prompts": "1.5.
|
|
20
|
+
"@clack/prompts": "1.5.1",
|
|
21
21
|
"execa": "9.6.1",
|
|
22
22
|
"picocolors": "1.1.1",
|
|
23
23
|
"pkg-types": "2.3.1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"zod": "4.4.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@types/node": "24.
|
|
28
|
+
"@types/node": "24.13.1",
|
|
29
29
|
"oxlint": "1.68.0",
|
|
30
30
|
"oxlint-tsgolint": "0.23.0",
|
|
31
31
|
"tsdown": "0.22.1",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
18
|
-
"@types/node": "24.
|
|
17
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
18
|
+
"@types/node": "24.13.1",
|
|
19
19
|
"oxfmt": "0.53.0",
|
|
20
20
|
"oxlint": "1.68.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
18
|
-
"@types/node": "24.
|
|
17
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
18
|
+
"@types/node": "24.13.1",
|
|
19
19
|
"oxfmt": "0.53.0",
|
|
20
20
|
"oxlint": "1.68.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@tailor-platform/sdk": "1.
|
|
16
|
-
"@types/node": "24.
|
|
15
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
16
|
+
"@types/node": "24.13.1",
|
|
17
17
|
"oxfmt": "0.53.0",
|
|
18
18
|
"oxlint": "1.68.0",
|
|
19
19
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@tailor-platform/sdk": "1.
|
|
16
|
-
"@types/node": "24.
|
|
15
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
16
|
+
"@types/node": "24.13.1",
|
|
17
17
|
"oxfmt": "0.53.0",
|
|
18
18
|
"oxlint": "1.68.0",
|
|
19
19
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"typecheck": "tsc --noEmit"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
-
"@types/node": "24.
|
|
16
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
17
|
+
"@types/node": "24.13.1",
|
|
18
18
|
"oxfmt": "0.53.0",
|
|
19
19
|
"oxlint": "1.68.0",
|
|
20
20
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
18
|
-
"@types/node": "24.
|
|
17
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
18
|
+
"@types/node": "24.13.1",
|
|
19
19
|
"oxfmt": "0.53.0",
|
|
20
20
|
"oxlint": "1.68.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@tailor-platform/sdk": "1.
|
|
16
|
-
"@types/node": "24.
|
|
15
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
16
|
+
"@types/node": "24.13.1",
|
|
17
17
|
"oxfmt": "0.53.0",
|
|
18
18
|
"oxlint": "1.68.0",
|
|
19
19
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
18
|
-
"@types/node": "24.
|
|
17
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
18
|
+
"@types/node": "24.13.1",
|
|
19
19
|
"oxfmt": "0.53.0",
|
|
20
20
|
"oxlint": "1.68.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"typecheck": "tsc --noEmit"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@tailor-platform/sdk": "1.
|
|
19
|
-
"@types/node": "24.
|
|
18
|
+
"@tailor-platform/sdk": "1.58.0",
|
|
19
|
+
"@types/node": "24.13.1",
|
|
20
20
|
"graphql": "16.14.1",
|
|
21
21
|
"graphql-request": "7.4.0",
|
|
22
22
|
"oxfmt": "0.53.0",
|