@powerlines/plugin-vite 0.3.0 → 0.4.0

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/dist/index.cjs CHANGED
@@ -34,13 +34,6 @@ const plugin = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((options = {}) => {
34
34
  }
35
35
  };
36
36
  },
37
- configResolved() {
38
- this.log(types$1.LogLevelLabel.TRACE, "The Powerlines `tsup` build plugin has resolved the final configuration.");
39
- this.dependencies["@storm-software/tsup"] = {
40
- type: "devDependency",
41
- version: "^6.5.0"
42
- };
43
- },
44
37
  async build() {
45
38
  this.log(types$1.LogLevelLabel.TRACE, `Building the Powerlines plugin.`);
46
39
  await vite.build(defu__default.default({
package/dist/index.js CHANGED
@@ -26,13 +26,6 @@ const plugin = /* @__PURE__ */ __name((options = {}) => {
26
26
  }
27
27
  };
28
28
  },
29
- configResolved() {
30
- this.log(LogLevelLabel.TRACE, "The Powerlines `tsup` build plugin has resolved the final configuration.");
31
- this.dependencies["@storm-software/tsup"] = {
32
- type: "devDependency",
33
- version: "^6.5.0"
34
- };
35
- },
36
29
  async build() {
37
30
  this.log(LogLevelLabel.TRACE, `Building the Powerlines plugin.`);
38
31
  await build(defu({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-vite",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -133,10 +133,10 @@
133
133
  "@stryke/types": "^0.10.0",
134
134
  "defu": "^6.1.4",
135
135
  "jiti": "^2.6.1",
136
- "powerlines": "^0.3.0",
136
+ "powerlines": "^0.4.0",
137
137
  "vite": "^7.1.11"
138
138
  },
139
- "devDependencies": { "@powerlines/nx": "^0.3.0", "@types/node": "^22.18.11" },
139
+ "devDependencies": { "@powerlines/nx": "^0.4.0", "@types/node": "^22.18.11" },
140
140
  "publishConfig": { "access": "public" },
141
- "gitHead": "fe5e201169810dd966ee328fa3dabf57077eea36"
141
+ "gitHead": "f4d0c8a8f0036ac8de46ac96afd9336a390a7268"
142
142
  }