@storm-software/build-tools 0.108.0 → 0.109.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/CHANGELOG.md +11 -1
- package/bin/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,18 @@
|
|
|
1
|
+
## 0.109.0 (2024-12-22)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **unbuild:** Initial check-in of the `unbuild` package
|
|
6
|
+
([fc246154](https://github.com/storm-software/storm-ops/commit/fc246154))
|
|
7
|
+
- **esbuild:** Added copy-assets and reporting build steps
|
|
8
|
+
([d8372730](https://github.com/storm-software/storm-ops/commit/d8372730))
|
|
9
|
+
|
|
1
10
|
## 0.108.0 (2024-12-22)
|
|
2
11
|
|
|
3
12
|
### Features
|
|
4
13
|
|
|
5
|
-
- **esbuild:** Move shared code to `build-tools` package
|
|
14
|
+
- **esbuild:** Move shared code to `build-tools` package
|
|
15
|
+
([bef9364e](https://github.com/storm-software/storm-ops/commit/bef9364e))
|
|
6
16
|
|
|
7
17
|
## 0.107.0 (2024-12-20)
|
|
8
18
|
|
package/bin/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.109.0",
|
|
4
4
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.109.0",
|
|
4
4
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|