@powerlines/plugin-tsup 0.2.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 +0 -7
- package/dist/index.js +0 -7
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -36,13 +36,6 @@ const plugin = /* @__PURE__ */ chunkUSNT2KNT_cjs.__name((options = {}) => {
|
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
},
|
|
39
|
-
configResolved() {
|
|
40
|
-
this.log(types$1.LogLevelLabel.TRACE, "The Powerlines `tsup` build plugin has resolved the final configuration.");
|
|
41
|
-
this.dependencies["@storm-software/tsup"] = {
|
|
42
|
-
type: "devDependency",
|
|
43
|
-
version: "^0.1.1"
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
39
|
async build() {
|
|
47
40
|
this.log(types$1.LogLevelLabel.TRACE, "Building the Powerlines plugin.");
|
|
48
41
|
return tsup.build(await tsup.resolveOptions(defu__default.default({
|
package/dist/index.js
CHANGED
|
@@ -28,13 +28,6 @@ const plugin = /* @__PURE__ */ __name((options = {}) => {
|
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
30
|
},
|
|
31
|
-
configResolved() {
|
|
32
|
-
this.log(LogLevelLabel.TRACE, "The Powerlines `tsup` build plugin has resolved the final configuration.");
|
|
33
|
-
this.dependencies["@storm-software/tsup"] = {
|
|
34
|
-
type: "devDependency",
|
|
35
|
-
version: "^0.1.1"
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
31
|
async build() {
|
|
39
32
|
this.log(LogLevelLabel.TRACE, "Building the Powerlines plugin.");
|
|
40
33
|
return build(await resolveOptions(defu({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tsup",
|
|
3
|
-
"version": "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": {
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
"@stryke/types": "^0.10.0",
|
|
135
135
|
"defu": "^6.1.4",
|
|
136
136
|
"jiti": "^2.6.1",
|
|
137
|
-
"powerlines": "^0.
|
|
137
|
+
"powerlines": "^0.4.0"
|
|
138
138
|
},
|
|
139
|
-
"devDependencies": { "@powerlines/nx": "^0.
|
|
139
|
+
"devDependencies": { "@powerlines/nx": "^0.4.0", "@types/node": "^22.18.11" },
|
|
140
140
|
"publishConfig": { "access": "public" },
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "f4d0c8a8f0036ac8de46ac96afd9336a390a7268"
|
|
142
142
|
}
|