@storm-software/workspace-tools 1.31.6 → 1.31.8
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 +14 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.31.7](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.31.6...workspace-tools-v1.31.7) (2023-12-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **config-tools:** Resovled issue in project.json and package.json import fields ([1c5c665](https://github.com/storm-software/storm-ops/commit/1c5c6658c7ab1322ba6f33032c1c304628d31ece))
|
|
7
|
+
|
|
8
|
+
## [1.31.6](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.31.5...workspace-tools-v1.31.6) (2023-12-20)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **config-tools:** Resolved issues to ensure support for cjs and esm builds ([90a6379](https://github.com/storm-software/storm-ops/commit/90a63798156c3984697e69e685bd3e8cbd02a06f))
|
|
14
|
+
|
|
1
15
|
## [1.31.5](https://github.com/storm-software/storm-ops/compare/workspace-tools-v1.31.4...workspace-tools-v1.31.5) (2023-12-20)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
16
16
|
|
|
17
17
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.org" target="_blank">stormsoftware.org</a> to stay up to date with this developer</h3><br />
|
|
18
18
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
20
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
21
|
|
|
22
22
|
<h3 align="center" bold="true">⚠️ <b>Attention</b> ⚠️ This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.</h3><br />
|
|
@@ -103,7 +103,7 @@ The following executor options are available:
|
|
|
103
103
|
| assets | `array` | List of static assets. | `[]` |
|
|
104
104
|
| clean | `boolean` | Remove previous output before build. | `true` |
|
|
105
105
|
| includeSrc | `boolean` | Should the source files be added to the distribution folder in an \`src\` directory. | |
|
|
106
|
-
| emitOnAll | `boolean` | Should each file contained in the package be emitted individually. |
|
|
106
|
+
| emitOnAll | `boolean` | Should each file contained in the package be emitted individually. | |
|
|
107
107
|
| generatePackageJson | `boolean` | Should a package.json file be generated in the output folder or should the existing one be copied in. | `true` |
|
|
108
108
|
| splitting | `boolean` | Should the build process preform \*code-splitting\*? | `true` |
|
|
109
109
|
| treeshake | `boolean` | Should the build process \*tree-shake\* to remove unused code? | `true` |
|
package/package.json
CHANGED