@tailor-platform/create-sdk 1.67.1 → 1.69.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 +9 -0
- package/package.json +5 -5
- package/templates/executor/package.json +4 -4
- package/templates/generators/package.json +4 -4
- package/templates/hello-world/package.json +3 -3
- package/templates/inventory-management/package.json +3 -3
- package/templates/multi-application/package.json +3 -3
- package/templates/resolver/package.json +4 -4
- package/templates/static-web-site/package.json +3 -3
- package/templates/tailordb/package.json +4 -4
- package/templates/workflow/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @tailor-platform/create-sdk
|
|
2
2
|
|
|
3
|
+
## 1.69.0
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#1533](https://github.com/tailor-platform/sdk/pull/1533) [`e3bc2ce`](https://github.com/tailor-platform/sdk/commit/e3bc2ce65ab30ee53e5de0eb48ca6c24049fcd1b) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency politty to v0.9.2
|
|
9
|
+
|
|
10
|
+
## 1.68.0
|
|
11
|
+
|
|
3
12
|
## 1.67.1
|
|
4
13
|
|
|
5
14
|
## 1.67.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailor-platform/create-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.69.0",
|
|
4
4
|
"description": "A CLI tool to quickly create a new Tailor Platform SDK project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -17,18 +17,18 @@
|
|
|
17
17
|
],
|
|
18
18
|
"type": "module",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@clack/prompts": "1.
|
|
20
|
+
"@clack/prompts": "1.6.0",
|
|
21
21
|
"execa": "9.6.1",
|
|
22
22
|
"picocolors": "1.1.1",
|
|
23
23
|
"pkg-types": "2.3.1",
|
|
24
|
-
"politty": "0.
|
|
24
|
+
"politty": "0.9.2",
|
|
25
25
|
"zod": "4.4.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "24.13.2",
|
|
29
|
-
"oxlint": "1.
|
|
29
|
+
"oxlint": "1.70.0",
|
|
30
30
|
"oxlint-tsgolint": "0.23.0",
|
|
31
|
-
"tsdown": "0.22.
|
|
31
|
+
"tsdown": "0.22.3",
|
|
32
32
|
"typescript": "6.0.3"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
18
18
|
"@types/node": "24.13.2",
|
|
19
|
-
"oxfmt": "0.
|
|
20
|
-
"oxlint": "1.
|
|
19
|
+
"oxfmt": "0.55.0",
|
|
20
|
+
"oxlint": "1.70.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
22
22
|
"typescript": "6.0.3",
|
|
23
|
-
"vitest": "4.1.
|
|
23
|
+
"vitest": "4.1.9"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
18
18
|
"@types/node": "24.13.2",
|
|
19
|
-
"oxfmt": "0.
|
|
20
|
-
"oxlint": "1.
|
|
19
|
+
"oxfmt": "0.55.0",
|
|
20
|
+
"oxlint": "1.70.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
22
22
|
"typescript": "6.0.3",
|
|
23
|
-
"vitest": "4.1.
|
|
23
|
+
"vitest": "4.1.9"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@tailor-platform/sdk": "1.
|
|
15
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
16
16
|
"@types/node": "24.13.2",
|
|
17
|
-
"oxfmt": "0.
|
|
18
|
-
"oxlint": "1.
|
|
17
|
+
"oxfmt": "0.55.0",
|
|
18
|
+
"oxlint": "1.70.0",
|
|
19
19
|
"oxlint-tsgolint": "0.23.0",
|
|
20
20
|
"typescript": "6.0.3"
|
|
21
21
|
}
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@tailor-platform/sdk": "1.
|
|
15
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
16
16
|
"@types/node": "24.13.2",
|
|
17
|
-
"oxfmt": "0.
|
|
18
|
-
"oxlint": "1.
|
|
17
|
+
"oxfmt": "0.55.0",
|
|
18
|
+
"oxlint": "1.70.0",
|
|
19
19
|
"oxlint-tsgolint": "0.23.0",
|
|
20
20
|
"typescript": "6.0.3"
|
|
21
21
|
}
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"typecheck": "tsc --noEmit"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@tailor-platform/sdk": "1.
|
|
16
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
17
17
|
"@types/node": "24.13.2",
|
|
18
|
-
"oxfmt": "0.
|
|
19
|
-
"oxlint": "1.
|
|
18
|
+
"oxfmt": "0.55.0",
|
|
19
|
+
"oxlint": "1.70.0",
|
|
20
20
|
"oxlint-tsgolint": "0.23.0",
|
|
21
21
|
"typescript": "6.0.3"
|
|
22
22
|
}
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
18
18
|
"@types/node": "24.13.2",
|
|
19
|
-
"oxfmt": "0.
|
|
20
|
-
"oxlint": "1.
|
|
19
|
+
"oxfmt": "0.55.0",
|
|
20
|
+
"oxlint": "1.70.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
22
22
|
"typescript": "6.0.3",
|
|
23
|
-
"vitest": "4.1.
|
|
23
|
+
"vitest": "4.1.9"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@tailor-platform/sdk": "1.
|
|
15
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
16
16
|
"@types/node": "24.13.2",
|
|
17
|
-
"oxfmt": "0.
|
|
18
|
-
"oxlint": "1.
|
|
17
|
+
"oxfmt": "0.55.0",
|
|
18
|
+
"oxlint": "1.70.0",
|
|
19
19
|
"oxlint-tsgolint": "0.23.0",
|
|
20
20
|
"typescript": "6.0.3"
|
|
21
21
|
}
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"typecheck": "tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
18
18
|
"@types/node": "24.13.2",
|
|
19
|
-
"oxfmt": "0.
|
|
20
|
-
"oxlint": "1.
|
|
19
|
+
"oxfmt": "0.55.0",
|
|
20
|
+
"oxlint": "1.70.0",
|
|
21
21
|
"oxlint-tsgolint": "0.23.0",
|
|
22
22
|
"typescript": "6.0.3",
|
|
23
|
-
"vitest": "4.1.
|
|
23
|
+
"vitest": "4.1.9"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"typecheck": "tsc --noEmit"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@tailor-platform/sdk": "1.
|
|
18
|
+
"@tailor-platform/sdk": "1.69.0",
|
|
19
19
|
"@types/node": "24.13.2",
|
|
20
|
-
"graphql": "
|
|
20
|
+
"graphql": "17.0.1",
|
|
21
21
|
"graphql-request": "7.4.0",
|
|
22
|
-
"oxfmt": "0.
|
|
23
|
-
"oxlint": "1.
|
|
22
|
+
"oxfmt": "0.55.0",
|
|
23
|
+
"oxlint": "1.70.0",
|
|
24
24
|
"oxlint-tsgolint": "0.23.0",
|
|
25
25
|
"typescript": "6.0.3",
|
|
26
|
-
"vitest": "4.1.
|
|
26
|
+
"vitest": "4.1.9"
|
|
27
27
|
}
|
|
28
28
|
}
|