@storm-software/projen 0.15.17 → 0.15.19
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 +12 -0
- package/README.md +1 -1
- package/dist/{chunk-R3E5FDMC.js → chunk-F5KUPJRS.js} +1 -2
- package/dist/{chunk-SZFZP4BA.mjs → chunk-FICTO7PC.mjs} +1 -2
- 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,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.18](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.18) (2025-06-06)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
|
|
11
|
+
## [0.15.17](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.17) (2025-06-05)
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Regenerate README markdown files
|
|
16
|
+
|
|
5
17
|
## [0.15.16](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.16) (2025-06-05)
|
|
6
18
|
|
|
7
19
|
### 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 -->
|
|
@@ -2243,7 +2243,6 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
2243
2243
|
platform: "node",
|
|
2244
2244
|
target: "node22",
|
|
2245
2245
|
format: "esm",
|
|
2246
|
-
tsconfig: "tsconfig.json",
|
|
2247
2246
|
mode: "production",
|
|
2248
2247
|
generatePackageJson: true,
|
|
2249
2248
|
includeSrc: false,
|
|
@@ -2327,8 +2326,8 @@ async function resolveContext(userOptions) {
|
|
|
2327
2326
|
const env = getEnv("esbuild", options);
|
|
2328
2327
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
2329
2328
|
const resolvedOptions = {
|
|
2330
|
-
tsconfig: _chunkEW6SOR65js.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
2331
2329
|
...options,
|
|
2330
|
+
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunkEW6SOR65js.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
2332
2331
|
metafile: userOptions.mode === "development",
|
|
2333
2332
|
clean: false,
|
|
2334
2333
|
env,
|
|
@@ -2244,7 +2244,6 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
2244
2244
|
platform: "node",
|
|
2245
2245
|
target: "node22",
|
|
2246
2246
|
format: "esm",
|
|
2247
|
-
tsconfig: "tsconfig.json",
|
|
2248
2247
|
mode: "production",
|
|
2249
2248
|
generatePackageJson: true,
|
|
2250
2249
|
includeSrc: false,
|
|
@@ -2328,8 +2327,8 @@ async function resolveContext(userOptions) {
|
|
|
2328
2327
|
const env = getEnv("esbuild", options);
|
|
2329
2328
|
const define = defu4(options.define ?? {}, env ?? {});
|
|
2330
2329
|
const resolvedOptions = {
|
|
2331
|
-
tsconfig: joinPaths(workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
2332
2330
|
...options,
|
|
2331
|
+
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths(workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
2333
2332
|
metafile: userOptions.mode === "development",
|
|
2334
2333
|
clean: false,
|
|
2335
2334
|
env,
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-HEQFBRVE.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkF5KUPJRSjs = require('./chunk-F5KUPJRS.js');
|
|
5
5
|
require('./chunk-EW6SOR65.js');
|
|
6
6
|
require('./chunk-3XVCD6PX.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkF5KUPJRSjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkMUTVIHVDjs = require('./chunk-MUTVIHVD.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkF5KUPJRSjs = require('./chunk-F5KUPJRS.js');
|
|
8
8
|
require('./chunk-EW6SOR65.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunk3XVCD6PXjs = require('./chunk-3XVCD6PX.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunk3XVCD6PXjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkF5KUPJRSjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunk3XVCD6PXjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunk3XVCD6PXjs.__reExport.call(void 0, index_exports, _chunk3XVCD6PXjs.__toESM.call(void 0, _chunkMUTVIHVDjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkF5KUPJRSjs.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 _chunkF5KUPJRSjs = require('../../../chunk-F5KUPJRS.js');
|
|
5
5
|
require('../../../chunk-EW6SOR65.js');
|
|
6
6
|
require('../../../chunk-3XVCD6PX.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkF5KUPJRSjs.generator_default; exports.initGeneratorFn = _chunkF5KUPJRSjs.initGeneratorFn;
|