@storm-software/config 1.126.11 → 1.128.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 +28 -0
- package/README.md +2 -1
- package/dist/{chunk-63N4QQ4F.cjs → chunk-BWMRPFU3.cjs} +3 -1
- package/dist/chunk-FK3UY2VO.cjs +631 -0
- package/dist/chunk-FYKX55F5.js +631 -0
- package/dist/{chunk-KSQRDQGT.js → chunk-OI57XQ6W.js} +3 -1
- package/dist/constants.cjs +4 -2
- package/dist/constants.d.cts +2 -1
- package/dist/constants.d.ts +2 -1
- package/dist/constants.js +3 -1
- package/dist/define-config.d.cts +19 -15
- package/dist/define-config.d.ts +19 -15
- package/dist/index.cjs +123 -3
- package/dist/index.d.cts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +154 -34
- package/dist/schema.cjs +121 -3
- package/dist/schema.d.cts +477 -381
- package/dist/schema.d.ts +477 -381
- package/dist/schema.js +152 -34
- package/dist/types.d.cts +19 -18
- package/dist/types.d.ts +19 -18
- package/package.json +2 -2
- package/presets/storm-software.json +4 -1
- package/schemas/storm-workspace.schema.json +168 -149
- package/src/constants.d.ts +1 -0
- package/src/define-config.d.ts +18 -15
- package/src/schema.d.ts +476 -380
- package/src/types.d.ts +17 -17
- package/dist/chunk-OOZVCZMK.js +0 -282
- package/dist/chunk-Q4GCJANL.cjs +0 -282
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Config
|
|
4
4
|
|
|
5
|
+
## [1.127.1](https://github.com/storm-software/storm-ops/releases/tag/config%401.127.1) (2025-08-05)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Updated workspace package links
|
|
10
|
+
([51780ded4](https://github.com/storm-software/storm-ops/commit/51780ded4))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([1763510bb](https://github.com/storm-software/storm-ops/commit/1763510bb))
|
|
13
|
+
|
|
14
|
+
## [1.127.0](https://github.com/storm-software/storm-ops/releases/tag/config%401.127.0) (2025-08-05)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- **workspace-tools:** Added the `enableTypeCheck` option to the base Nx plugin
|
|
19
|
+
([c11a3c96e](https://github.com/storm-software/storm-ops/commit/c11a3c96e))
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([cf6bd2d92](https://github.com/storm-software/storm-ops/commit/cf6bd2d92))
|
|
25
|
+
|
|
26
|
+
## [1.126.11](https://github.com/storm-software/storm-ops/releases/tag/config%401.126.11) (2025-08-05)
|
|
27
|
+
|
|
28
|
+
### Miscellaneous
|
|
29
|
+
|
|
30
|
+
- **monorepo:** Regenerate README markdown files
|
|
31
|
+
([21fa7cc54](https://github.com/storm-software/storm-ops/commit/21fa7cc54))
|
|
32
|
+
|
|
5
33
|
## [1.126.10](https://github.com/storm-software/storm-ops/releases/tag/config%401.126.10) (2025-08-05)
|
|
6
34
|
|
|
7
35
|
### Miscellaneous
|
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ 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
46
|
- [Storm Configuration Package](#storm-configuration-package)
|
|
@@ -20,6 +20,7 @@ Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, rec
|
|
|
20
20
|
If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_SOCIAL_SLACK}) channel!
|
|
21
21
|
`;
|
|
22
22
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
23
|
+
var STORM_DEFAULT_BANNER_ALT = "The workspace's banner image";
|
|
23
24
|
|
|
24
25
|
|
|
25
26
|
|
|
@@ -37,4 +38,5 @@ var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
|
37
38
|
|
|
38
39
|
|
|
39
40
|
|
|
40
|
-
|
|
41
|
+
|
|
42
|
+
exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_CONTACT = STORM_DEFAULT_CONTACT; exports.STORM_DEFAULT_SUPPORT = STORM_DEFAULT_SUPPORT; exports.STORM_DEFAULT_LICENSING = STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_LICENSE = STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_RELEASE_BANNER = STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_SOCIAL_TWITTER = STORM_DEFAULT_SOCIAL_TWITTER; exports.STORM_DEFAULT_SOCIAL_DISCORD = STORM_DEFAULT_SOCIAL_DISCORD; exports.STORM_DEFAULT_SOCIAL_TELEGRAM = STORM_DEFAULT_SOCIAL_TELEGRAM; exports.STORM_DEFAULT_SOCIAL_SLACK = STORM_DEFAULT_SOCIAL_SLACK; exports.STORM_DEFAULT_SOCIAL_MEDIUM = STORM_DEFAULT_SOCIAL_MEDIUM; exports.STORM_DEFAULT_SOCIAL_GITHUB = STORM_DEFAULT_SOCIAL_GITHUB; exports.STORM_DEFAULT_RELEASE_FOOTER = STORM_DEFAULT_RELEASE_FOOTER; exports.STORM_DEFAULT_ERROR_CODES_FILE = STORM_DEFAULT_ERROR_CODES_FILE; exports.STORM_DEFAULT_BANNER_ALT = STORM_DEFAULT_BANNER_ALT;
|