@powerlines/plugin-tsc 0.2.122 → 0.2.123

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsc",
3
- "version": "0.2.122",
3
+ "version": "0.2.123",
4
4
  "type": "module",
5
5
  "description": "A package containing the TypeScript compiler plugin for Powerlines.",
6
6
  "repository": {
@@ -146,13 +146,13 @@
146
146
  "keywords": ["tsc", "powerlines", "storm-software", "powerlines-plugin"],
147
147
  "dependencies": {
148
148
  "defu": "^6.1.4",
149
- "powerlines": "^0.36.19",
149
+ "powerlines": "^0.36.20",
150
150
  "typescript": "^5.9.3"
151
151
  },
152
152
  "devDependencies": {
153
- "@powerlines/nx": "^0.11.45",
153
+ "@powerlines/nx": "^0.11.46",
154
154
  "@types/node": "^24.10.4"
155
155
  },
156
156
  "publishConfig": { "access": "public" },
157
- "gitHead": "b4b5079fef10cf5fccdaa2ff09dd8f728ff25bf7"
157
+ "gitHead": "bf1440eb5eb29cb9650051e56b0c17e596eb3942"
158
158
  }