@powerlines/plugin-tsc 0.3.45 → 0.3.55

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.
@@ -1,5 +1,4 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
3
2
  let typescript = require("typescript");
4
3
  let _powerlines_core_lib_typescript = require("@powerlines/core/lib/typescript");
5
4
  let _stryke_path_replace = require("@stryke/path/replace");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-tsc",
3
- "version": "0.3.45",
3
+ "version": "0.3.55",
4
4
  "type": "module",
5
5
  "description": "A package containing the TypeScript compiler plugin for Powerlines.",
6
6
  "repository": {
@@ -67,14 +67,14 @@
67
67
  "dependencies": {
68
68
  "@stryke/path": "^0.29.3",
69
69
  "defu": "^6.1.7",
70
- "powerlines": "^0.47.48",
70
+ "powerlines": "^0.47.58",
71
71
  "unplugin": "^3.0.0",
72
72
  "typescript": "^6.0.3"
73
73
  },
74
74
  "devDependencies": {
75
- "@powerlines/plugin-plugin": "^0.12.460",
76
- "@types/node": "^25.9.0"
75
+ "@powerlines/plugin-plugin": "^0.12.470",
76
+ "@types/node": "^25.9.1"
77
77
  },
78
78
  "publishConfig": { "access": "public" },
79
- "gitHead": "9bf77f434050d8a5191459afa5254d93b8a2081c"
79
+ "gitHead": "63c6c22ee9f8ceb3fb4302204d8e6079bbd98b6c"
80
80
  }