@powerlines/plugin-esbuild 0.9.0 → 0.9.1
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ This package is part of the ⚡<b>Powerlines</b> monorepo. Powerlines packages i
|
|
|
45
45
|
|
|
46
46
|
# Powerlines - ESBuild Plugin
|
|
47
47
|
|
|
48
|
-
A package containing a Powerlines plugin to
|
|
48
|
+
A package containing a Powerlines plugin to build projects using ESBuild.
|
|
49
49
|
|
|
50
50
|
<!-- START doctoc -->
|
|
51
51
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-esbuild",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "A package containing a Powerlines plugin to
|
|
5
|
+
"description": "A package containing a Powerlines plugin to build projects using esbuild.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "github",
|
|
8
8
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
"defu": "^6.1.4",
|
|
135
135
|
"esbuild": "^0.25.11",
|
|
136
136
|
"jiti": "^2.6.1",
|
|
137
|
-
"powerlines": "^0.6.
|
|
137
|
+
"powerlines": "^0.6.1",
|
|
138
138
|
"unplugin": "^2.3.10"
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
|
-
"@powerlines/nx": "^0.5.
|
|
142
|
-
"@powerlines/plugin-plugin": "^0.7.
|
|
141
|
+
"@powerlines/nx": "^0.5.2",
|
|
142
|
+
"@powerlines/plugin-plugin": "^0.7.1",
|
|
143
143
|
"@types/node": "^22.18.12"
|
|
144
144
|
},
|
|
145
145
|
"publishConfig": { "access": "public" },
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "49929e8c2f56d148c77d5259132b1e8d4f28767c"
|
|
147
147
|
}
|