@tailor-platform/create-sdk 1.28.0 → 1.30.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 +4 -0
- package/package.json +4 -4
- package/templates/executor/package.json +4 -4
- package/templates/generators/package.json +4 -4
- package/templates/hello-world/package.json +4 -4
- package/templates/inventory-management/package.json +4 -4
- package/templates/multi-application/package.json +4 -4
- package/templates/resolver/package.json +4 -4
- package/templates/static-web-site/package.json +4 -4
- package/templates/tailordb/package.json +4 -4
- package/templates/workflow/e2e/globalSetup.ts +6 -1
- package/templates/workflow/e2e/workflow.test.ts +1 -1
- package/templates/workflow/package.json +4 -4
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.30.0",
|
|
4
4
|
"description": "A CLI tool to quickly create a new Tailor Platform SDK project",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"execa": "9.6.1",
|
|
23
23
|
"picocolors": "1.1.1",
|
|
24
24
|
"pkg-types": "2.3.0",
|
|
25
|
-
"politty": "0.4.
|
|
25
|
+
"politty": "0.4.12",
|
|
26
26
|
"zod": "4.3.6"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@eslint/js": "9.39.4",
|
|
30
30
|
"@types/node": "24.12.0",
|
|
31
31
|
"eslint": "9.39.4",
|
|
32
|
-
"eslint-plugin-oxlint": "1.
|
|
33
|
-
"oxlint": "1.
|
|
32
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
33
|
+
"oxlint": "1.55.0",
|
|
34
34
|
"tsdown": "0.21.2",
|
|
35
35
|
"typescript": "5.9.3",
|
|
36
36
|
"typescript-eslint": "8.57.0"
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@eslint/js": "9.39.4",
|
|
18
18
|
"@tailor-platform/function-types": "0.8.2",
|
|
19
|
-
"@tailor-platform/sdk": "1.
|
|
19
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
20
20
|
"@types/node": "24.12.0",
|
|
21
21
|
"eslint": "9.39.4",
|
|
22
|
-
"eslint-plugin-oxlint": "1.
|
|
23
|
-
"oxfmt": "0.
|
|
24
|
-
"oxlint": "1.
|
|
22
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
23
|
+
"oxfmt": "0.40.0",
|
|
24
|
+
"oxlint": "1.55.0",
|
|
25
25
|
"oxlint-tsgolint": "0.16.0",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
27
|
"typescript-eslint": "8.57.0",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@eslint/js": "9.39.4",
|
|
18
18
|
"@tailor-platform/function-types": "0.8.2",
|
|
19
|
-
"@tailor-platform/sdk": "1.
|
|
19
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
20
20
|
"@types/node": "24.12.0",
|
|
21
21
|
"eslint": "9.39.4",
|
|
22
|
-
"eslint-plugin-oxlint": "1.
|
|
23
|
-
"oxfmt": "0.
|
|
24
|
-
"oxlint": "1.
|
|
22
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
23
|
+
"oxfmt": "0.40.0",
|
|
24
|
+
"oxlint": "1.55.0",
|
|
25
25
|
"oxlint-tsgolint": "0.16.0",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
27
|
"typescript-eslint": "8.57.0",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/js": "9.39.4",
|
|
16
|
-
"@tailor-platform/sdk": "1.
|
|
16
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
17
17
|
"@types/node": "24.12.0",
|
|
18
18
|
"eslint": "9.39.4",
|
|
19
|
-
"eslint-plugin-oxlint": "1.
|
|
20
|
-
"oxfmt": "0.
|
|
21
|
-
"oxlint": "1.
|
|
19
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
20
|
+
"oxfmt": "0.40.0",
|
|
21
|
+
"oxlint": "1.55.0",
|
|
22
22
|
"oxlint-tsgolint": "0.16.0",
|
|
23
23
|
"typescript": "5.9.3",
|
|
24
24
|
"typescript-eslint": "8.57.0"
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/js": "9.39.4",
|
|
16
16
|
"@tailor-platform/function-types": "0.8.2",
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
18
18
|
"@types/node": "24.12.0",
|
|
19
19
|
"eslint": "9.39.4",
|
|
20
|
-
"eslint-plugin-oxlint": "1.
|
|
21
|
-
"oxfmt": "0.
|
|
22
|
-
"oxlint": "1.
|
|
20
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
21
|
+
"oxfmt": "0.40.0",
|
|
22
|
+
"oxlint": "1.55.0",
|
|
23
23
|
"oxlint-tsgolint": "0.16.0",
|
|
24
24
|
"typescript": "5.9.3",
|
|
25
25
|
"typescript-eslint": "8.57.0"
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@eslint/js": "9.39.4",
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
18
18
|
"@types/node": "24.12.0",
|
|
19
19
|
"eslint": "9.39.4",
|
|
20
|
-
"eslint-plugin-oxlint": "1.
|
|
21
|
-
"oxfmt": "0.
|
|
22
|
-
"oxlint": "1.
|
|
20
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
21
|
+
"oxfmt": "0.40.0",
|
|
22
|
+
"oxlint": "1.55.0",
|
|
23
23
|
"oxlint-tsgolint": "0.16.0",
|
|
24
24
|
"typescript": "5.9.3",
|
|
25
25
|
"typescript-eslint": "8.57.0"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@eslint/js": "9.39.4",
|
|
20
20
|
"@tailor-platform/function-types": "0.8.2",
|
|
21
|
-
"@tailor-platform/sdk": "1.
|
|
21
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
22
22
|
"@types/node": "24.12.0",
|
|
23
23
|
"eslint": "9.39.4",
|
|
24
|
-
"eslint-plugin-oxlint": "1.
|
|
25
|
-
"oxfmt": "0.
|
|
26
|
-
"oxlint": "1.
|
|
24
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
25
|
+
"oxfmt": "0.40.0",
|
|
26
|
+
"oxlint": "1.55.0",
|
|
27
27
|
"oxlint-tsgolint": "0.16.0",
|
|
28
28
|
"typescript": "5.9.3",
|
|
29
29
|
"typescript-eslint": "8.57.0",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@eslint/js": "9.39.4",
|
|
16
16
|
"@tailor-platform/function-types": "0.8.2",
|
|
17
|
-
"@tailor-platform/sdk": "1.
|
|
17
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
18
18
|
"@types/node": "24.12.0",
|
|
19
19
|
"eslint": "9.39.4",
|
|
20
|
-
"eslint-plugin-oxlint": "1.
|
|
21
|
-
"oxfmt": "0.
|
|
22
|
-
"oxlint": "1.
|
|
20
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
21
|
+
"oxfmt": "0.40.0",
|
|
22
|
+
"oxlint": "1.55.0",
|
|
23
23
|
"oxlint-tsgolint": "0.16.0",
|
|
24
24
|
"typescript": "5.9.3",
|
|
25
25
|
"typescript-eslint": "8.57.0"
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@eslint/js": "9.39.4",
|
|
18
18
|
"@tailor-platform/function-types": "0.8.2",
|
|
19
|
-
"@tailor-platform/sdk": "1.
|
|
19
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
20
20
|
"@types/node": "24.12.0",
|
|
21
21
|
"eslint": "9.39.4",
|
|
22
|
-
"eslint-plugin-oxlint": "1.
|
|
23
|
-
"oxfmt": "0.
|
|
24
|
-
"oxlint": "1.
|
|
22
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
23
|
+
"oxfmt": "0.40.0",
|
|
24
|
+
"oxlint": "1.55.0",
|
|
25
25
|
"oxlint-tsgolint": "0.16.0",
|
|
26
26
|
"typescript": "5.9.3",
|
|
27
27
|
"typescript-eslint": "8.57.0",
|
|
@@ -19,7 +19,12 @@ let createdWorkspace: WorkspaceInfo | null = null;
|
|
|
19
19
|
|
|
20
20
|
async function setupWorkspace(name: string, region: string): Promise<WorkspaceInfo> {
|
|
21
21
|
console.log(`Creating workspace "${name}" in region "${region}"...`);
|
|
22
|
-
const workspace = await createWorkspace({
|
|
22
|
+
const workspace = await createWorkspace({
|
|
23
|
+
name,
|
|
24
|
+
region,
|
|
25
|
+
organizationId: process.env.TAILOR_PLATFORM_ORGANIZATION_ID,
|
|
26
|
+
folderId: process.env.TAILOR_PLATFORM_FOLDER_ID,
|
|
27
|
+
});
|
|
23
28
|
console.log(`Workspace "${workspace.name}" created successfully.`);
|
|
24
29
|
return workspace;
|
|
25
30
|
}
|
|
@@ -5,7 +5,7 @@ import config from "../tailor.config";
|
|
|
5
5
|
import userProfileSyncWorkflow from "../src/workflow/sync-profile";
|
|
6
6
|
|
|
7
7
|
describe("workflow", () => {
|
|
8
|
-
test("user-profile-sync: execute db-backed workflow", { timeout:
|
|
8
|
+
test("user-profile-sync: execute db-backed workflow", { timeout: 180000 }, async () => {
|
|
9
9
|
const uuid = randomUUID();
|
|
10
10
|
const testEmail = `workflow-test-${uuid}@example.com`;
|
|
11
11
|
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@eslint/js": "9.39.4",
|
|
21
21
|
"@tailor-platform/function-types": "0.8.2",
|
|
22
|
-
"@tailor-platform/sdk": "1.
|
|
22
|
+
"@tailor-platform/sdk": "1.30.0",
|
|
23
23
|
"@types/node": "24.12.0",
|
|
24
24
|
"eslint": "9.39.4",
|
|
25
|
-
"eslint-plugin-oxlint": "1.
|
|
25
|
+
"eslint-plugin-oxlint": "1.55.0",
|
|
26
26
|
"graphql": "16.13.1",
|
|
27
27
|
"graphql-request": "7.4.0",
|
|
28
|
-
"oxfmt": "0.
|
|
29
|
-
"oxlint": "1.
|
|
28
|
+
"oxfmt": "0.40.0",
|
|
29
|
+
"oxlint": "1.55.0",
|
|
30
30
|
"oxlint-tsgolint": "0.16.0",
|
|
31
31
|
"typescript": "5.9.3",
|
|
32
32
|
"typescript-eslint": "8.57.0",
|