@storm-software/projen 0.15.39 → 0.15.40
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-NHZSYECC.js → chunk-SD5X3BL2.js} +7 -4
- package/dist/{chunk-LR3RQK6D.mjs → chunk-XU2WXX6A.mjs} +7 -4
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.39](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.39) (2025-07-10)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([98723860a](https://github.com/storm-software/storm-ops/commit/98723860a))
|
|
11
|
+
|
|
5
12
|
## [0.15.38](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.38) (2025-07-08)
|
|
6
13
|
|
|
7
14
|
### 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 -->
|
|
@@ -74,7 +74,6 @@ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
|
74
74
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
75
75
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
76
76
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
77
|
-
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
78
77
|
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
79
78
|
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
80
79
|
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
@@ -194,13 +193,13 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
194
193
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
195
194
|
);
|
|
196
195
|
var WorkspaceReleaseConfigSchema = z.object({
|
|
197
|
-
banner: z.string().trim().
|
|
196
|
+
banner: z.string().trim().optional().describe(
|
|
198
197
|
"A URL to a banner image used to display the workspace's release"
|
|
199
198
|
),
|
|
200
199
|
header: z.string().trim().optional().describe(
|
|
201
200
|
"A header message appended to the start of the workspace's release notes"
|
|
202
201
|
),
|
|
203
|
-
footer: z.string().trim().
|
|
202
|
+
footer: z.string().trim().optional().describe(
|
|
204
203
|
"A footer message appended to the end of the workspace's release notes"
|
|
205
204
|
)
|
|
206
205
|
}).describe("The workspace's release config used during the release process");
|
|
@@ -1494,7 +1493,11 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot3, s
|
|
|
1494
1493
|
}
|
|
1495
1494
|
}
|
|
1496
1495
|
const defaultConfig = await getPackageJsonConfig(_workspaceRoot);
|
|
1497
|
-
const configInput = _defu2.default.call(void 0,
|
|
1496
|
+
const configInput = _defu2.default.call(void 0,
|
|
1497
|
+
configEnv,
|
|
1498
|
+
configFile,
|
|
1499
|
+
defaultConfig
|
|
1500
|
+
);
|
|
1498
1501
|
try {
|
|
1499
1502
|
result = applyDefaultConfig(
|
|
1500
1503
|
await stormWorkspaceConfigSchema.parseAsync(configInput)
|
|
@@ -75,7 +75,6 @@ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
|
75
75
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
76
76
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
77
77
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
78
|
-
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
79
78
|
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
80
79
|
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
81
80
|
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
@@ -195,13 +194,13 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
195
194
|
"The workspace's bot user's config used to automated various operations tasks"
|
|
196
195
|
);
|
|
197
196
|
var WorkspaceReleaseConfigSchema = z.object({
|
|
198
|
-
banner: z.string().trim().
|
|
197
|
+
banner: z.string().trim().optional().describe(
|
|
199
198
|
"A URL to a banner image used to display the workspace's release"
|
|
200
199
|
),
|
|
201
200
|
header: z.string().trim().optional().describe(
|
|
202
201
|
"A header message appended to the start of the workspace's release notes"
|
|
203
202
|
),
|
|
204
|
-
footer: z.string().trim().
|
|
203
|
+
footer: z.string().trim().optional().describe(
|
|
205
204
|
"A footer message appended to the end of the workspace's release notes"
|
|
206
205
|
)
|
|
207
206
|
}).describe("The workspace's release config used during the release process");
|
|
@@ -1495,7 +1494,11 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot3, s
|
|
|
1495
1494
|
}
|
|
1496
1495
|
}
|
|
1497
1496
|
const defaultConfig = await getPackageJsonConfig(_workspaceRoot);
|
|
1498
|
-
const configInput = defu2(
|
|
1497
|
+
const configInput = defu2(
|
|
1498
|
+
configEnv,
|
|
1499
|
+
configFile,
|
|
1500
|
+
defaultConfig
|
|
1501
|
+
);
|
|
1499
1502
|
try {
|
|
1500
1503
|
result = applyDefaultConfig(
|
|
1501
1504
|
await stormWorkspaceConfigSchema.parseAsync(configInput)
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3MCIDYYV.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSD5X3BL2js = require('./chunk-SD5X3BL2.js');
|
|
5
5
|
require('./chunk-LP4I3FEY.js');
|
|
6
6
|
require('./chunk-MWIFWHR4.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkSD5X3BL2js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkKFR27Y3Kjs = require('./chunk-KFR27Y3K.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkSD5X3BL2js = require('./chunk-SD5X3BL2.js');
|
|
8
8
|
require('./chunk-LP4I3FEY.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkMWIFWHR4js = require('./chunk-MWIFWHR4.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkMWIFWHR4js.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkSD5X3BL2js.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkMWIFWHR4js.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkMWIFWHR4js.__reExport.call(void 0, index_exports, _chunkMWIFWHR4js.__toESM.call(void 0, _chunkKFR27Y3Kjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkSD5X3BL2js.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 _chunkSD5X3BL2js = require('../../../chunk-SD5X3BL2.js');
|
|
5
5
|
require('../../../chunk-LP4I3FEY.js');
|
|
6
6
|
require('../../../chunk-MWIFWHR4.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkSD5X3BL2js.generator_default; exports.initGeneratorFn = _chunkSD5X3BL2js.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.40",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
143
|
"executors": "./executors.json",
|
|
144
144
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "a8ed9927e278fdcef751286a496cea6a4727208a"
|
|
146
146
|
}
|