@tailor-platform/create-sdk 1.2.5 → 1.3.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @tailor-platform/create-sdk
2
2
 
3
+ ## 1.3.0
4
+
5
+ ## 1.2.6
6
+
3
7
  ## 1.2.5
4
8
 
5
9
  ## 1.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/create-sdk",
3
- "version": "1.2.5",
3
+ "version": "1.3.0",
4
4
  "description": "A CLI tool to quickly create a new Tailor Platform SDK project",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@eslint/js": "9.39.2",
29
- "@types/node": "24.10.7",
29
+ "@types/node": "24.10.9",
30
30
  "eslint": "9.39.2",
31
- "eslint-plugin-oxlint": "1.38.0",
32
- "oxlint": "1.38.0",
31
+ "eslint-plugin-oxlint": "1.39.0",
32
+ "oxlint": "1.39.0",
33
33
  "tsdown": "0.19.0",
34
34
  "typescript": "5.9.3",
35
- "typescript-eslint": "8.52.0"
35
+ "typescript-eslint": "8.53.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsdown",
@@ -12,14 +12,14 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@eslint/js": "9.39.2",
15
- "@tailor-platform/sdk": "1.2.5",
16
- "@types/node": "24.10.7",
15
+ "@tailor-platform/sdk": "1.3.0",
16
+ "@types/node": "24.10.9",
17
17
  "eslint": "9.39.2",
18
- "eslint-plugin-oxlint": "1.38.0",
19
- "oxfmt": "0.23.0",
20
- "oxlint": "1.38.0",
21
- "oxlint-tsgolint": "0.11.0",
18
+ "eslint-plugin-oxlint": "1.39.0",
19
+ "oxfmt": "0.24.0",
20
+ "oxlint": "1.39.0",
21
+ "oxlint-tsgolint": "0.11.1",
22
22
  "typescript": "5.9.3",
23
- "typescript-eslint": "8.52.0"
23
+ "typescript-eslint": "8.53.0"
24
24
  }
25
25
  }
@@ -18,14 +18,14 @@
18
18
  "devDependencies": {
19
19
  "@eslint/js": "9.39.2",
20
20
  "@tailor-platform/function-types": "0.8.0",
21
- "@tailor-platform/sdk": "1.2.5",
22
- "@types/node": "24.10.7",
21
+ "@tailor-platform/sdk": "1.3.0",
22
+ "@types/node": "24.10.9",
23
23
  "eslint": "9.39.2",
24
- "eslint-plugin-oxlint": "1.38.0",
25
- "oxfmt": "0.23.0",
26
- "oxlint": "1.38.0",
27
- "oxlint-tsgolint": "0.11.0",
24
+ "eslint-plugin-oxlint": "1.39.0",
25
+ "oxfmt": "0.24.0",
26
+ "oxlint": "1.39.0",
27
+ "oxlint-tsgolint": "0.11.1",
28
28
  "typescript": "5.9.3",
29
- "typescript-eslint": "8.52.0"
29
+ "typescript-eslint": "8.53.0"
30
30
  }
31
31
  }
@@ -14,14 +14,14 @@
14
14
  },
15
15
  "devDependencies": {
16
16
  "@eslint/js": "9.39.2",
17
- "@tailor-platform/sdk": "1.2.5",
18
- "@types/node": "24.10.7",
17
+ "@tailor-platform/sdk": "1.3.0",
18
+ "@types/node": "24.10.9",
19
19
  "eslint": "9.39.2",
20
- "eslint-plugin-oxlint": "1.38.0",
21
- "oxfmt": "0.23.0",
22
- "oxlint": "1.38.0",
23
- "oxlint-tsgolint": "0.11.0",
20
+ "eslint-plugin-oxlint": "1.39.0",
21
+ "oxfmt": "0.24.0",
22
+ "oxlint": "1.39.0",
23
+ "oxlint-tsgolint": "0.11.1",
24
24
  "typescript": "5.9.3",
25
- "typescript-eslint": "8.52.0"
25
+ "typescript-eslint": "8.53.0"
26
26
  }
27
27
  }
@@ -21,16 +21,16 @@
21
21
  "devDependencies": {
22
22
  "@eslint/js": "9.39.2",
23
23
  "@tailor-platform/function-types": "0.8.0",
24
- "@tailor-platform/sdk": "1.2.5",
25
- "@types/node": "24.10.7",
24
+ "@tailor-platform/sdk": "1.3.0",
25
+ "@types/node": "24.10.9",
26
26
  "eslint": "9.39.2",
27
- "eslint-plugin-oxlint": "1.38.0",
27
+ "eslint-plugin-oxlint": "1.39.0",
28
28
  "graphql-request": "7.4.0",
29
- "oxfmt": "0.23.0",
30
- "oxlint": "1.38.0",
31
- "oxlint-tsgolint": "0.11.0",
29
+ "oxfmt": "0.24.0",
30
+ "oxlint": "1.39.0",
31
+ "oxlint-tsgolint": "0.11.1",
32
32
  "typescript": "5.9.3",
33
- "typescript-eslint": "8.52.0",
34
- "vitest": "4.0.16"
33
+ "typescript-eslint": "8.53.0",
34
+ "vitest": "4.0.17"
35
35
  }
36
36
  }