@powerlines/plugin-tsc 0.3.92 → 0.3.93
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 +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.93",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the TypeScript compiler plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -132,15 +132,15 @@
|
|
|
132
132
|
"files": ["dist/**/*"],
|
|
133
133
|
"keywords": ["tsc", "powerlines", "storm-software", "powerlines-plugin"],
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@stryke/path": "
|
|
136
|
-
"defu": "
|
|
137
|
-
"powerlines": "
|
|
138
|
-
"unplugin": "
|
|
135
|
+
"@stryke/path": "catalog:",
|
|
136
|
+
"defu": "catalog:",
|
|
137
|
+
"powerlines": "workspace:*",
|
|
138
|
+
"unplugin": "catalog:",
|
|
139
139
|
"typescript": "^6.0.3"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@powerlines/plugin-plugin": "
|
|
143
|
-
"@types/node": "
|
|
142
|
+
"@powerlines/plugin-plugin": "workspace:*",
|
|
143
|
+
"@types/node": "catalog:"
|
|
144
144
|
},
|
|
145
145
|
"publishConfig": { "access": "public" },
|
|
146
146
|
"inlinedDependencies": {
|
|
@@ -155,6 +155,5 @@
|
|
|
155
155
|
"magic-string": "0.30.21",
|
|
156
156
|
"tinyrainbow": "3.1.0",
|
|
157
157
|
"vitest": "4.1.7"
|
|
158
|
-
}
|
|
159
|
-
"gitHead": "18b645312c91bc168c807b0d69a5ff303905731a"
|
|
158
|
+
}
|
|
160
159
|
}
|