@storm-software/projen 0.9.49 → 0.9.51
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 +1 -1
- package/dist/{chunk-A6PQ2BVO.mjs → chunk-5KUHI3GR.mjs} +2 -1
- package/dist/{chunk-UFYRQNL7.js → chunk-QCKEZ4DH.js} +2 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.9.51](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.51) (2025-04-15)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([bf67bf013](https://github.com/storm-software/storm-ops/commit/bf67bf013))
|
|
11
|
+
|
|
12
|
+
## [0.9.50](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.50) (2025-04-15)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Reformat README markdown files
|
|
17
|
+
([04b2bc7ed](https://github.com/storm-software/storm-ops/commit/04b2bc7ed))
|
|
18
|
+
|
|
5
19
|
## [0.9.49](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.49) (2025-04-10)
|
|
6
20
|
|
|
7
21
|
### 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 -->
|
|
@@ -85,6 +85,7 @@ Join us on [Discord](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, re
|
|
|
85
85
|
|
|
86
86
|
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_ACCOUNT_SLACK}) channel!
|
|
87
87
|
`;
|
|
88
|
+
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
88
89
|
|
|
89
90
|
// ../config/src/define-config.ts
|
|
90
91
|
init_esm_shims();
|
|
@@ -201,7 +202,7 @@ var WorkspaceDirectoryConfigSchema = z.object({
|
|
|
201
202
|
build: z.string().trim().default("dist").describe("The directory used to store the workspace's distributable files after a build (relative to the workspace root)")
|
|
202
203
|
}).describe("Various directories used by the workspace to store data, cache, and configuration files");
|
|
203
204
|
var errorConfigSchema = z.object({
|
|
204
|
-
codesFile: z.string().trim().default(
|
|
205
|
+
codesFile: z.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
|
|
205
206
|
url: z.string().trim().url().optional().describe("A URL to a page that looks up the workspace's error messages given a specific error code")
|
|
206
207
|
}).describe("The workspace's error config used during the error process");
|
|
207
208
|
var stormWorkspaceConfigSchema = z.object({
|
|
@@ -84,6 +84,7 @@ Join us on [Discord](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, re
|
|
|
84
84
|
|
|
85
85
|
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_ACCOUNT_SLACK}) channel!
|
|
86
86
|
`;
|
|
87
|
+
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
87
88
|
|
|
88
89
|
// ../config/src/define-config.ts
|
|
89
90
|
_chunk3HFBGYEUjs.init_cjs_shims.call(void 0, );
|
|
@@ -200,7 +201,7 @@ var WorkspaceDirectoryConfigSchema = _zod2.default.object({
|
|
|
200
201
|
build: _zod2.default.string().trim().default("dist").describe("The directory used to store the workspace's distributable files after a build (relative to the workspace root)")
|
|
201
202
|
}).describe("Various directories used by the workspace to store data, cache, and configuration files");
|
|
202
203
|
var errorConfigSchema = _zod2.default.object({
|
|
203
|
-
codesFile: _zod2.default.string().trim().default(
|
|
204
|
+
codesFile: _zod2.default.string().trim().default(STORM_DEFAULT_ERROR_CODES_FILE).describe("The path to the workspace's error codes JSON file"),
|
|
204
205
|
url: _zod2.default.string().trim().url().optional().describe("A URL to a page that looks up the workspace's error messages given a specific error code")
|
|
205
206
|
}).describe("The workspace's error config used during the error process");
|
|
206
207
|
var stormWorkspaceConfigSchema = _zod2.default.object({
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-FC4VZESQ.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQCKEZ4DHjs = require('./chunk-QCKEZ4DH.js');
|
|
5
5
|
require('./chunk-RMDWM2XC.js');
|
|
6
6
|
require('./chunk-3HFBGYEU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkQCKEZ4DHjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkGBSU3GE2js = require('./chunk-GBSU3GE2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkQCKEZ4DHjs = require('./chunk-QCKEZ4DH.js');
|
|
8
8
|
require('./chunk-RMDWM2XC.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunk3HFBGYEUjs = require('./chunk-3HFBGYEU.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunk3HFBGYEUjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkQCKEZ4DHjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunk3HFBGYEUjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunk3HFBGYEUjs.__reExport.call(void 0, index_exports, _chunk3HFBGYEUjs.__toESM.call(void 0, _chunkGBSU3GE2js.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkQCKEZ4DHjs.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQCKEZ4DHjs = require('../../../chunk-QCKEZ4DH.js');
|
|
5
5
|
require('../../../chunk-RMDWM2XC.js');
|
|
6
6
|
require('../../../chunk-3HFBGYEU.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkQCKEZ4DHjs.generator_default; exports.initGeneratorFn = _chunkQCKEZ4DHjs.initGeneratorFn;
|