@storm-software/projen 0.15.8 → 0.15.9
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 +6 -0
- package/README.md +1 -1
- package/dist/{chunk-ESJAMBPS.mjs → chunk-54OIA56I.mjs} +9 -1
- package/dist/{chunk-O7JGIP7W.js → chunk-DXCHFSHP.js} +9 -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,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.8](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.8) (2025-05-18)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
|
|
5
11
|
## [0.15.7](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.7) (2025-05-13)
|
|
6
12
|
|
|
7
13
|
### 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 -->
|
|
@@ -2364,6 +2364,14 @@ async function resolveContext(userOptions) {
|
|
|
2364
2364
|
minify: resolvedOptions.minify || resolvedOptions.mode === "production"
|
|
2365
2365
|
};
|
|
2366
2366
|
context.options.esbuildPlugins = [...context.options.esbuildPlugins ?? []];
|
|
2367
|
+
if (context.options.verbose) {
|
|
2368
|
+
writeDebug(
|
|
2369
|
+
` \u2699\uFE0F Build options resolved:
|
|
2370
|
+
|
|
2371
|
+
${formatLogMessage(context.options)}`,
|
|
2372
|
+
workspaceConfig
|
|
2373
|
+
);
|
|
2374
|
+
}
|
|
2367
2375
|
return context;
|
|
2368
2376
|
}
|
|
2369
2377
|
|
|
@@ -4360,7 +4368,7 @@ var typescript_build_executor_untyped_default = defineUntypedSchema4({
|
|
|
4360
4368
|
]
|
|
4361
4369
|
},
|
|
4362
4370
|
$default: "esnext",
|
|
4363
|
-
$resolve: (val = "esnext") => val.toLowerCase()
|
|
4371
|
+
$resolve: (val = "esnext") => typeof val === "string" ? val.toLowerCase() : val
|
|
4364
4372
|
},
|
|
4365
4373
|
format: {
|
|
4366
4374
|
$schema: {
|
|
@@ -2363,6 +2363,14 @@ async function resolveContext(userOptions) {
|
|
|
2363
2363
|
minify: resolvedOptions.minify || resolvedOptions.mode === "production"
|
|
2364
2364
|
};
|
|
2365
2365
|
context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
|
|
2366
|
+
if (context.options.verbose) {
|
|
2367
|
+
writeDebug(
|
|
2368
|
+
` \u2699\uFE0F Build options resolved:
|
|
2369
|
+
|
|
2370
|
+
${formatLogMessage(context.options)}`,
|
|
2371
|
+
workspaceConfig
|
|
2372
|
+
);
|
|
2373
|
+
}
|
|
2366
2374
|
return context;
|
|
2367
2375
|
}
|
|
2368
2376
|
|
|
@@ -4359,7 +4367,7 @@ var typescript_build_executor_untyped_default = _untyped.defineUntypedSchema.cal
|
|
|
4359
4367
|
]
|
|
4360
4368
|
},
|
|
4361
4369
|
$default: "esnext",
|
|
4362
|
-
$resolve: (val = "esnext") => val.toLowerCase()
|
|
4370
|
+
$resolve: (val = "esnext") => typeof val === "string" ? val.toLowerCase() : val
|
|
4363
4371
|
},
|
|
4364
4372
|
format: {
|
|
4365
4373
|
$schema: {
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-LZV7UWZY.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkDXCHFSHPjs = require('./chunk-DXCHFSHP.js');
|
|
5
5
|
require('./chunk-VBX7XODB.js');
|
|
6
6
|
require('./chunk-RZYNLMJ5.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkDXCHFSHPjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkOFRLB5Y5js = require('./chunk-OFRLB5Y5.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkDXCHFSHPjs = require('./chunk-DXCHFSHP.js');
|
|
8
8
|
require('./chunk-VBX7XODB.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkRZYNLMJ5js = require('./chunk-RZYNLMJ5.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkRZYNLMJ5js.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkDXCHFSHPjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkRZYNLMJ5js.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkRZYNLMJ5js.__reExport.call(void 0, index_exports, _chunkRZYNLMJ5js.__toESM.call(void 0, _chunkOFRLB5Y5js.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkDXCHFSHPjs.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 _chunkDXCHFSHPjs = require('../../../chunk-DXCHFSHP.js');
|
|
5
5
|
require('../../../chunk-VBX7XODB.js');
|
|
6
6
|
require('../../../chunk-RZYNLMJ5.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkDXCHFSHPjs.generator_default; exports.initGeneratorFn = _chunkDXCHFSHPjs.initGeneratorFn;
|