@storm-software/unbuild 0.34.2 → 0.35.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.
Files changed (2) hide show
  1. package/README.md +10 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.34.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.34.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,9 +40,10 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
- - [Storm ESBuild Package](#storm-esbuild-package)
46
+ - [Storm Unbuild Package](#storm-unbuild-package)
46
47
  - [Installing](#installing)
47
48
  - [Building](#building)
48
49
  - [Running unit tests](#running-unit-tests)
@@ -63,23 +64,23 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
63
64
 
64
65
  <!-- END header -->
65
66
 
66
- # Storm ESBuild Package
67
+ # Storm Unbuild Package
67
68
 
68
- This package contains the ESBuild configuration for Storm Software projects.
69
+ This package contains the Unbuild configuration for Storm Software projects.
69
70
 
70
71
  ## Installing
71
72
 
72
73
  Using [pnpm](http://pnpm.io):
73
74
 
74
75
  ```bash
75
- pnpm add -D @storm-software/esbuild
76
+ pnpm add -D @storm-software/unbuild
76
77
  ```
77
78
 
78
79
  <details>
79
80
  <summary>Using npm</summary>
80
81
 
81
82
  ```bash
82
- npm install -D @storm-software/esbuild
83
+ npm install -D @storm-software/unbuild
83
84
  ```
84
85
 
85
86
  </details>
@@ -88,18 +89,18 @@ npm install -D @storm-software/esbuild
88
89
  <summary>Using yarn</summary>
89
90
 
90
91
  ```bash
91
- yarn add -D @storm-software/esbuild
92
+ yarn add -D @storm-software/unbuild
92
93
  ```
93
94
 
94
95
  </details>
95
96
 
96
97
  ## Building
97
98
 
98
- Run `nx build esbuild` to build the library.
99
+ Run `nx build unbuild` to build the library.
99
100
 
100
101
  ## Running unit tests
101
102
 
102
- Run `nx test esbuild` to execute the unit tests via [Jest](https://jestjs.io).
103
+ Run `nx test unbuild` to execute the unit tests via [Jest](https://jestjs.io).
103
104
 
104
105
  <!-- START footer -->
105
106
  <!-- prettier-ignore-start -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/unbuild",
3
- "version": "0.34.2",
3
+ "version": "0.35.0",
4
4
  "type": "module",
5
5
  "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {