@storm-software/projen 0.9.77 → 0.9.79

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 CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.9.79](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.79) (2025-04-30)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **esbuild:** Remove swc plugin for ESBuild
10
+ ([ad298c288](https://github.com/storm-software/storm-ops/commit/ad298c288))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([933d45f0b](https://github.com/storm-software/storm-ops/commit/933d45f0b))
13
+
14
+ ## [0.9.78](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.78) (2025-04-30)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **esbuild:** Update script to use .cjs file extension
19
+ ([95c4e5abd](https://github.com/storm-software/storm-ops/commit/95c4e5abd))
20
+
21
+ ### Miscellaneous
22
+
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([17b6c5930](https://github.com/storm-software/storm-ops/commit/17b6c5930))
25
+
5
26
  ## [0.9.77](https://github.com/storm-software/storm-ops/releases/tag/projen%400.9.77) (2025-04-30)
6
27
 
7
28
  ### Bug Fixes
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
- [![Version](https://img.shields.io/badge/version-0.9.76-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.9.78-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Projen Tools](#storm-projen-tools)
@@ -4,7 +4,6 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
5
  var __getProtoOf = Object.getPrototypeOf;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
8
7
  var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
8
  get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
9
  }) : x)(function(x) {
@@ -39,9 +38,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
39
38
  mod
40
39
  ));
41
40
 
42
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=f38aab44b872fc3814414c6a0e9d6e644f0efcadfc3a3eff3f293f7a0295534d__11c18a981686f6a33e045201f02415b6/node_modules/tsup/assets/cjs_shims.js
41
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=616d4d8468728c5caa25e7b97fe871f667b5342103b43bda8e891020bc6b674a__e7bfd10e92d28211ce978b182e37e925/node_modules/tsup/assets/cjs_shims.js
43
42
  var init_cjs_shims = __esm({
44
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=f38aab44b872fc3814414c6a0e9d6e644f0efcadfc3a3eff3f293f7a0295534d__11c18a981686f6a33e045201f02415b6/node_modules/tsup/assets/cjs_shims.js"() {
43
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=616d4d8468728c5caa25e7b97fe871f667b5342103b43bda8e891020bc6b674a__e7bfd10e92d28211ce978b182e37e925/node_modules/tsup/assets/cjs_shims.js"() {
45
44
  }
46
45
  });
47
46
 
@@ -52,5 +51,4 @@ var init_cjs_shims = __esm({
52
51
 
53
52
 
54
53
 
55
-
56
- exports.__name = __name; exports.__require = __require; exports.__commonJS = __commonJS; exports.__export = __export; exports.__reExport = __reExport; exports.__toESM = __toESM; exports.init_cjs_shims = init_cjs_shims;
54
+ exports.__require = __require; exports.__commonJS = __commonJS; exports.__export = __export; exports.__reExport = __reExport; exports.__toESM = __toESM; exports.init_cjs_shims = init_cjs_shims;
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkKVRUQ4FBjs = require('./chunk-KVRUQ4FB.js');
4
+ var _chunkBG73ZJERjs = require('./chunk-BG73ZJER.js');
5
5
 
6
6
  // src/components/index.ts
7
- var require_components = _chunkKVRUQ4FBjs.__commonJS.call(void 0, {
7
+ var require_components = _chunkBG73ZJERjs.__commonJS.call(void 0, {
8
8
  "src/components/index.ts"() {
9
- _chunkKVRUQ4FBjs.init_cjs_shims.call(void 0, );
9
+ _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
10
10
  }
11
11
  });
12
12
 
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ var _chunkBG73ZJERjs = require('./chunk-BG73ZJER.js');
4
+
5
+ // generators.ts
6
+ _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
@@ -1,10 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
-
4
- var _chunkKVRUQ4FBjs = require('./chunk-KVRUQ4FB.js');
3
+ var _chunkBG73ZJERjs = require('./chunk-BG73ZJER.js');
5
4
 
6
5
  // ../config-tools/src/utilities/correct-paths.ts
7
- _chunkKVRUQ4FBjs.init_cjs_shims.call(void 0, );
6
+ _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
8
7
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
9
8
  function normalizeWindowsPath(input = "") {
10
9
  if (!input) {
@@ -12,11 +11,10 @@ function normalizeWindowsPath(input = "") {
12
11
  }
13
12
  return input.replace(/\\/g, "/").replace(_DRIVE_LETTER_START_RE, (r) => r.toUpperCase());
14
13
  }
15
- _chunkKVRUQ4FBjs.__name.call(void 0, normalizeWindowsPath, "normalizeWindowsPath");
16
14
  var _UNC_REGEX = /^[/\\]{2}/;
17
15
  var _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;
18
16
  var _DRIVE_LETTER_RE = /^[A-Za-z]:$/;
19
- var correctPaths = /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, function(path) {
17
+ var correctPaths = function(path) {
20
18
  if (!path || path.length === 0) {
21
19
  return ".";
22
20
  }
@@ -44,8 +42,8 @@ var correctPaths = /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, function
44
42
  return `//${path}`;
45
43
  }
46
44
  return isPathAbsolute && !isAbsolute(path) ? `/${path}` : path;
47
- }, "correctPaths");
48
- var joinPaths = /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, function(...segments) {
45
+ };
46
+ var joinPaths = function(...segments) {
49
47
  let path = "";
50
48
  for (const seg of segments) {
51
49
  if (!seg) {
@@ -65,7 +63,7 @@ var joinPaths = /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, function(..
65
63
  }
66
64
  }
67
65
  return correctPaths(path);
68
- }, "joinPaths");
66
+ };
69
67
  function normalizeString(path, allowAboveRoot) {
70
68
  let res = "";
71
69
  let lastSegmentLength = 0;
@@ -126,10 +124,9 @@ function normalizeString(path, allowAboveRoot) {
126
124
  }
127
125
  return res;
128
126
  }
129
- _chunkKVRUQ4FBjs.__name.call(void 0, normalizeString, "normalizeString");
130
- var isAbsolute = /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, function(p) {
127
+ var isAbsolute = function(p) {
131
128
  return _IS_ABSOLUTE_RE.test(p);
132
- }, "isAbsolute");
129
+ };
133
130
 
134
131
 
135
132
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS,
3
3
  init_esm_shims
4
- } from "./chunk-3WGDRQNY.mjs";
4
+ } from "./chunk-SHIGQSVE.mjs";
5
5
 
6
6
  // src/components/index.ts
7
7
  var require_components = __commonJS({
@@ -1,7 +1,6 @@
1
1
  import {
2
- __name,
3
2
  init_esm_shims
4
- } from "./chunk-3WGDRQNY.mjs";
3
+ } from "./chunk-SHIGQSVE.mjs";
5
4
 
6
5
  // ../config-tools/src/utilities/correct-paths.ts
7
6
  init_esm_shims();
@@ -12,11 +11,10 @@ function normalizeWindowsPath(input = "") {
12
11
  }
13
12
  return input.replace(/\\/g, "/").replace(_DRIVE_LETTER_START_RE, (r) => r.toUpperCase());
14
13
  }
15
- __name(normalizeWindowsPath, "normalizeWindowsPath");
16
14
  var _UNC_REGEX = /^[/\\]{2}/;
17
15
  var _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/;
18
16
  var _DRIVE_LETTER_RE = /^[A-Za-z]:$/;
19
- var correctPaths = /* @__PURE__ */ __name(function(path) {
17
+ var correctPaths = function(path) {
20
18
  if (!path || path.length === 0) {
21
19
  return ".";
22
20
  }
@@ -44,8 +42,8 @@ var correctPaths = /* @__PURE__ */ __name(function(path) {
44
42
  return `//${path}`;
45
43
  }
46
44
  return isPathAbsolute && !isAbsolute(path) ? `/${path}` : path;
47
- }, "correctPaths");
48
- var joinPaths = /* @__PURE__ */ __name(function(...segments) {
45
+ };
46
+ var joinPaths = function(...segments) {
49
47
  let path = "";
50
48
  for (const seg of segments) {
51
49
  if (!seg) {
@@ -65,7 +63,7 @@ var joinPaths = /* @__PURE__ */ __name(function(...segments) {
65
63
  }
66
64
  }
67
65
  return correctPaths(path);
68
- }, "joinPaths");
66
+ };
69
67
  function normalizeString(path, allowAboveRoot) {
70
68
  let res = "";
71
69
  let lastSegmentLength = 0;
@@ -126,10 +124,9 @@ function normalizeString(path, allowAboveRoot) {
126
124
  }
127
125
  return res;
128
126
  }
129
- __name(normalizeString, "normalizeString");
130
- var isAbsolute = /* @__PURE__ */ __name(function(p) {
127
+ var isAbsolute = function(p) {
131
128
  return _IS_ABSOLUTE_RE.test(p);
132
- }, "isAbsolute");
129
+ };
133
130
 
134
131
  export {
135
132
  correctPaths,