@tsed/cli 6.1.6 → 6.1.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/cli",
3
3
  "description": "CLI to bootstrap your Ts.ED project",
4
- "version": "6.1.6",
4
+ "version": "6.1.8",
5
5
  "type": "module",
6
6
  "main": "./lib/esm/index.js",
7
7
  "source": "./src/index.ts",
@@ -66,7 +66,7 @@
66
66
  "@swc-node/register": "^1.10.9",
67
67
  "@swc/core": "1.7.26",
68
68
  "@swc/helpers": "^0.5.13",
69
- "@tsed/cli-core": "6.1.6",
69
+ "@tsed/cli-core": "6.1.8",
70
70
  "@tsed/core": ">=8.0.0",
71
71
  "@tsed/di": ">=8.0.0",
72
72
  "@tsed/hooks": ">=8.0.0",
@@ -82,14 +82,13 @@
82
82
  "tslib": "^2.7.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@tsed/typescript": "6.1.6",
85
+ "@tsed/typescript": "6.1.8",
86
86
  "@types/change-case": "^2.3.1",
87
87
  "cross-env": "7.0.3",
88
88
  "typescript": "5.6.2",
89
89
  "vitest": "2.1.1"
90
90
  },
91
91
  "peerDependencies": {
92
- "@tsed/cli-core": "workspace:*",
93
92
  "@tsed/core": ">=8.0.0",
94
93
  "@tsed/di": ">=8.0.0",
95
94
  "@tsed/hooks": ">=8.0.0",
@@ -97,6 +96,26 @@
97
96
  "@tsed/openspec": ">=8.0.0",
98
97
  "@tsed/schema": ">=8.0.0"
99
98
  },
99
+ "peerDependenciesMeta": {
100
+ "@tsed/core": {
101
+ "optional": false
102
+ },
103
+ "@tsed/di": {
104
+ "optional": false
105
+ },
106
+ "@tsed/hooks": {
107
+ "optional": false
108
+ },
109
+ "@tsed/logger": {
110
+ "optional": false
111
+ },
112
+ "@tsed/openspec": {
113
+ "optional": false
114
+ },
115
+ "@tsed/schema": {
116
+ "optional": false
117
+ }
118
+ },
100
119
  "repository": "https://github.com/tsedio/tsed-cli",
101
120
  "bugs": {
102
121
  "url": "https://github.com/tsedio/tsed-cli/issues"