@storm-software/config-tools 1.51.1 β 1.57.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 +42 -0
- package/README.md +9 -5
- package/index.cjs +860 -768
- package/index.js +824 -732
- package/meta.cjs.json +1 -1
- package/meta.esm.json +1 -1
- package/package.json +1 -1
- package/utilities/logger.cjs +6 -1
- package/utilities/logger.js +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
## 1.57.0 (2024-06-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **eslint-plugin:** Polyfill `require` in esm build output ([67f1fbab](https://github.com/storm-software/storm-ops/commit/67f1fbab))
|
|
7
|
+
|
|
8
|
+
## 1.56.0 (2024-06-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### π Features
|
|
12
|
+
|
|
13
|
+
- **workspace-tools:** Update the publish executor to include separate CLI code ([79419a9a](https://github.com/storm-software/storm-ops/commit/79419a9a))
|
|
14
|
+
|
|
15
|
+
## 1.55.0 (2024-06-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### π Features
|
|
19
|
+
|
|
20
|
+
- **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
|
|
21
|
+
|
|
22
|
+
## 1.54.0 (2024-06-22)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### π Features
|
|
26
|
+
|
|
27
|
+
- **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
28
|
+
|
|
29
|
+
## 1.53.0 (2024-06-22)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### π Features
|
|
33
|
+
|
|
34
|
+
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
|
|
35
|
+
|
|
36
|
+
## 1.52.0 (2024-06-21)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### π Features
|
|
40
|
+
|
|
41
|
+
- **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
42
|
+
|
|
1
43
|
## 1.51.1 (2024-06-05)
|
|
2
44
|
|
|
3
45
|
|
package/README.md
CHANGED
|
@@ -21,11 +21,15 @@ 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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
25
|
+
|
|
26
|
+
> [!IMPORTANT] This repository, and the apps, libraries, and tools contained in
|
|
27
|
+
> it, are still in their initial development phase. As a result, bugs and issues
|
|
28
|
+
> are expected with their usage. When the main development phase completes, a
|
|
29
|
+
> proper release will be performed, and the packages will be available through
|
|
30
|
+
> NPM (and other distributions). This message will be removed at that time.
|
|
31
|
+
> However, in the meantime, please feel free to report any issues you may come
|
|
32
|
+
> across.
|
|
29
33
|
|
|
30
34
|
<br />
|
|
31
35
|
|