@storm-software/projen 0.15.47 → 0.15.48

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,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.15.47](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.47) (2025-07-31)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([86bc24e80](https://github.com/storm-software/storm-ops/commit/86bc24e80))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([984745037](https://github.com/storm-software/storm-ops/commit/984745037))
13
+
5
14
  ## [0.15.46](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.46) (2025-07-31)
6
15
 
7
16
  ### Bug Fixes
package/README.md CHANGED
@@ -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)
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-PJBUP6EY.js');
2
2
 
3
3
 
4
- var _chunkNZBLT23Djs = require('./chunk-NZBLT23D.js');
4
+ var _chunkD3YKB7J7js = require('./chunk-D3YKB7J7.js');
5
5
 
6
6
 
7
- var _chunkD3YKB7J7js = require('./chunk-D3YKB7J7.js');
7
+ var _chunkNZBLT23Djs = require('./chunk-NZBLT23D.js');
8
8
  require('./chunk-IJDMYMA3.js');
9
9
 
10
10
 
package/dist/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-4ZPSQCOZ.mjs";
2
- import {
3
- require_components
4
- } from "./chunk-6GPGD7JA.mjs";
5
2
  import {
6
3
  initGeneratorFn
7
4
  } from "./chunk-LSBJN6NP.mjs";
5
+ import {
6
+ require_components
7
+ } from "./chunk-6GPGD7JA.mjs";
8
8
  import "./chunk-T3OIAZKV.mjs";
9
9
  import {
10
10
  __export,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.15.47",
3
+ "version": "0.15.48",
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": "cc140afa49466e39f555922878718b7cb860d73b"
145
+ "gitHead": "c1e39d9f0bd164a873a1eb840226adf1499c0ced"
146
146
  }