@storm-software/projen 0.9.73 → 0.9.75
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 +24 -0
- package/README.md +1 -1
- package/dist/{chunk-YBBEH7FF.mjs → chunk-BSYROGZP.mjs} +1 -1
- package/dist/chunk-DQ67WT5G.js +6 -0
- package/dist/{chunk-ONTFMED5.mjs → chunk-EJSKIRCS.mjs} +1 -1
- package/dist/{chunk-62H5BG7S.mjs → chunk-GM25EIP6.mjs} +6 -6
- package/dist/{chunk-MSCC5I7V.mjs → chunk-IAJM6J3Z.mjs} +1 -1
- package/dist/{chunk-JS2GDSOG.mjs → chunk-JSBLU2B7.mjs} +2 -2
- package/dist/{chunk-D5RQRP4Y.js → chunk-LTKRUM5P.js} +2 -2
- package/dist/{chunk-VO65QO7C.js → chunk-PHMFOUDC.js} +7 -7
- package/dist/{chunk-6NSGKDQP.js → chunk-RLLFZW5Z.js} +3 -3
- package/dist/{chunk-3QEULDBH.js → chunk-VBI5UBLI.js} +289 -289
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +17 -17
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-SQ3KQ5XF.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.9.75](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.75) (2025-04-30)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Resolve issue with tsconfig path in tsup
|
|
10
|
+
([98ca0489a](https://github.com/storm-software/storm-ops/commit/98ca0489a))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([34e5b9e9f](https://github.com/storm-software/storm-ops/commit/34e5b9e9f))
|
|
16
|
+
|
|
17
|
+
## [0.9.74](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.74) (2025-04-30)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **esbuild:** Resolve issue with tsconfig path
|
|
22
|
+
([9e7fad9fc](https://github.com/storm-software/storm-ops/commit/9e7fad9fc))
|
|
23
|
+
|
|
24
|
+
### Miscellaneous
|
|
25
|
+
|
|
26
|
+
- **monorepo:** Regenerate README markdown files
|
|
27
|
+
([8912eb9f0](https://github.com/storm-software/storm-ops/commit/8912eb9f0))
|
|
28
|
+
|
|
5
29
|
## [0.9.73](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.73) (2025-04-29)
|
|
6
30
|
|
|
7
31
|
### 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 -->
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
correctPaths,
|
|
3
3
|
joinPaths
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EJSKIRCS.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__dirname,
|
|
7
7
|
__name,
|
|
8
8
|
__require,
|
|
9
9
|
init_esm_shims
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JSBLU2B7.mjs";
|
|
11
11
|
|
|
12
12
|
// src/generators/init/generator.ts
|
|
13
13
|
init_esm_shims();
|
|
@@ -2004,7 +2004,7 @@ var DEFAULT_BUILD_OPTIONS = {
|
|
|
2004
2004
|
// ../esbuild/src/plugins/resolve-paths.ts
|
|
2005
2005
|
init_esm_shims();
|
|
2006
2006
|
import path2 from "node:path";
|
|
2007
|
-
function resolvePathsConfig(options, cwd) {
|
|
2007
|
+
function resolvePathsConfig(options, cwd, projectRoot) {
|
|
2008
2008
|
if (options?.compilerOptions?.paths) {
|
|
2009
2009
|
const paths = Object.entries(options.compilerOptions.paths);
|
|
2010
2010
|
const resolvedPaths = paths.map(([key, paths2]) => {
|
|
@@ -2016,7 +2016,7 @@ function resolvePathsConfig(options, cwd) {
|
|
|
2016
2016
|
return Object.fromEntries(resolvedPaths);
|
|
2017
2017
|
}
|
|
2018
2018
|
if (options.extends) {
|
|
2019
|
-
const extendsPath = path2.resolve(cwd, options.extends);
|
|
2019
|
+
const extendsPath = path2.resolve(projectRoot ? joinPaths(cwd, projectRoot, options.extends) : joinPaths(cwd, options.extends));
|
|
2020
2020
|
const extendsDir = path2.dirname(extendsPath);
|
|
2021
2021
|
const extendsConfig = __require(extendsPath);
|
|
2022
2022
|
return resolvePathsConfig(extendsConfig, extendsDir);
|
|
@@ -2027,8 +2027,8 @@ __name(resolvePathsConfig, "resolvePathsConfig");
|
|
|
2027
2027
|
var resolvePathsPlugin = /* @__PURE__ */ __name((context) => ({
|
|
2028
2028
|
name: "storm:resolve-paths",
|
|
2029
2029
|
setup(build3) {
|
|
2030
|
-
const parentTsConfig = build3.initialOptions.tsconfig ? __require(joinPaths(context.workspaceConfig.workspaceRoot, build3.initialOptions.tsconfig)) : __require(joinPaths(context.workspaceConfig.workspaceRoot, "tsconfig.json"));
|
|
2031
|
-
const resolvedTsPaths = resolvePathsConfig(parentTsConfig, context.workspaceConfig.workspaceRoot);
|
|
2030
|
+
const parentTsConfig = build3.initialOptions.tsconfig ? __require(joinPaths(context.workspaceConfig.workspaceRoot, build3.initialOptions.tsconfig.replace(context.workspaceConfig.workspaceRoot, ""))) : __require(joinPaths(context.workspaceConfig.workspaceRoot, "tsconfig.json"));
|
|
2031
|
+
const resolvedTsPaths = resolvePathsConfig(parentTsConfig, context.workspaceConfig.workspaceRoot, context.options.projectRoot);
|
|
2032
2032
|
const packagesRegex = new RegExp(`^(${Object.keys(resolvedTsPaths).join("|")})$`);
|
|
2033
2033
|
build3.onResolve({
|
|
2034
2034
|
filter: packagesRegex
|
|
@@ -39,12 +39,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
39
39
|
mod
|
|
40
40
|
));
|
|
41
41
|
|
|
42
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
42
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/assets/esm_shims.js
|
|
43
43
|
import { fileURLToPath } from "url";
|
|
44
44
|
import path from "path";
|
|
45
45
|
var getFilename, getDirname, __dirname;
|
|
46
46
|
var init_esm_shims = __esm({
|
|
47
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
47
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/assets/esm_shims.js"() {
|
|
48
48
|
getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
|
|
49
49
|
getDirname = /* @__PURE__ */ __name(() => path.dirname(getFilename()), "getDirname");
|
|
50
50
|
__dirname = /* @__PURE__ */ getDirname();
|
|
@@ -39,9 +39,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
39
39
|
mod
|
|
40
40
|
));
|
|
41
41
|
|
|
42
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
42
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/assets/cjs_shims.js
|
|
43
43
|
var init_cjs_shims = __esm({
|
|
44
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
44
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=03667209a675e5896d66bd6058c9830fe9adb022e07ce6b04adc2eb927ede5fd__f9deff99d28cedac02de9c72719d1b4e/node_modules/tsup/assets/cjs_shims.js"() {
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkLTKRUM5Pjs = require('./chunk-LTKRUM5P.js');
|
|
5
5
|
|
|
6
6
|
// ../config-tools/src/utilities/correct-paths.ts
|
|
7
|
-
|
|
7
|
+
_chunkLTKRUM5Pjs.init_cjs_shims.call(void 0, );
|
|
8
8
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
9
9
|
function normalizeWindowsPath(input = "") {
|
|
10
10
|
if (!input) {
|
|
@@ -12,11 +12,11 @@ function normalizeWindowsPath(input = "") {
|
|
|
12
12
|
}
|
|
13
13
|
return input.replace(/\\/g, "/").replace(_DRIVE_LETTER_START_RE, (r) => r.toUpperCase());
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
_chunkLTKRUM5Pjs.__name.call(void 0, normalizeWindowsPath, "normalizeWindowsPath");
|
|
16
16
|
var _UNC_REGEX = /^[/\\]{2}/;
|
|
17
17
|
var _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;
|
|
18
18
|
var _DRIVE_LETTER_RE = /^[A-Za-z]:$/;
|
|
19
|
-
var correctPaths = /* @__PURE__ */
|
|
19
|
+
var correctPaths = /* @__PURE__ */ _chunkLTKRUM5Pjs.__name.call(void 0, function(path) {
|
|
20
20
|
if (!path || path.length === 0) {
|
|
21
21
|
return ".";
|
|
22
22
|
}
|
|
@@ -45,7 +45,7 @@ var correctPaths = /* @__PURE__ */ _chunkD5RQRP4Yjs.__name.call(void 0, function
|
|
|
45
45
|
}
|
|
46
46
|
return isPathAbsolute && !isAbsolute(path) ? `/${path}` : path;
|
|
47
47
|
}, "correctPaths");
|
|
48
|
-
var joinPaths = /* @__PURE__ */
|
|
48
|
+
var joinPaths = /* @__PURE__ */ _chunkLTKRUM5Pjs.__name.call(void 0, function(...segments) {
|
|
49
49
|
let path = "";
|
|
50
50
|
for (const seg of segments) {
|
|
51
51
|
if (!seg) {
|
|
@@ -126,8 +126,8 @@ function normalizeString(path, allowAboveRoot) {
|
|
|
126
126
|
}
|
|
127
127
|
return res;
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
var isAbsolute = /* @__PURE__ */
|
|
129
|
+
_chunkLTKRUM5Pjs.__name.call(void 0, normalizeString, "normalizeString");
|
|
130
|
+
var isAbsolute = /* @__PURE__ */ _chunkLTKRUM5Pjs.__name.call(void 0, function(p) {
|
|
131
131
|
return _IS_ABSOLUTE_RE.test(p);
|
|
132
132
|
}, "isAbsolute");
|
|
133
133
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkLTKRUM5Pjs = require('./chunk-LTKRUM5P.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkLTKRUM5Pjs.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkLTKRUM5Pjs.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|