@tsed/cli 6.1.6 → 6.1.7

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.7",
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.7",
70
70
  "@tsed/core": ">=8.0.0",
71
71
  "@tsed/di": ">=8.0.0",
72
72
  "@tsed/hooks": ">=8.0.0",
@@ -82,7 +82,7 @@
82
82
  "tslib": "^2.7.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@tsed/typescript": "6.1.6",
85
+ "@tsed/typescript": "6.1.7",
86
86
  "@types/change-case": "^2.3.1",
87
87
  "cross-env": "7.0.3",
88
88
  "typescript": "5.6.2",
@@ -97,6 +97,29 @@
97
97
  "@tsed/openspec": ">=8.0.0",
98
98
  "@tsed/schema": ">=8.0.0"
99
99
  },
100
+ "peerDependenciesMeta": {
101
+ "@tsed/cli-core": {
102
+ "optional": false
103
+ },
104
+ "@tsed/core": {
105
+ "optional": false
106
+ },
107
+ "@tsed/di": {
108
+ "optional": false
109
+ },
110
+ "@tsed/hooks": {
111
+ "optional": false
112
+ },
113
+ "@tsed/logger": {
114
+ "optional": false
115
+ },
116
+ "@tsed/openspec": {
117
+ "optional": false
118
+ },
119
+ "@tsed/schema": {
120
+ "optional": false
121
+ }
122
+ },
100
123
  "repository": "https://github.com/tsedio/tsed-cli",
101
124
  "bugs": {
102
125
  "url": "https://github.com/tsedio/tsed-cli/issues"