@storm-software/projen 0.21.85 → 0.21.87

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,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.86](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.86) (01/27/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.30**
10
+
11
+ ## [0.21.85](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.85) (01/27/2026)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **workspace-tools** to **v1.294.29**
16
+
5
17
  ## [0.21.84](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.84) (01/27/2026)
6
18
 
7
19
  ### Updated Dependencies
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-KJ37M6QV.js');
2
2
 
3
3
 
4
- var _chunkWAS4YKMWjs = require('./chunk-WAS4YKMW.js');
4
+ var _chunkDJZBKK2Xjs = require('./chunk-DJZBKK2X.js');
5
5
 
6
6
 
7
- var _chunkDJZBKK2Xjs = require('./chunk-DJZBKK2X.js');
7
+ var _chunkWAS4YKMWjs = require('./chunk-WAS4YKMW.js');
8
8
  require('./chunk-LMAXMHBU.js');
9
9
 
10
10
 
package/dist/index.mjs CHANGED
@@ -1,10 +1,10 @@
1
1
  import "./chunk-F3HSPG2H.mjs";
2
- import {
3
- initGeneratorFn
4
- } from "./chunk-7SRMURME.mjs";
5
2
  import {
6
3
  require_components
7
4
  } from "./chunk-I6K44E7U.mjs";
5
+ import {
6
+ initGeneratorFn
7
+ } from "./chunk-7SRMURME.mjs";
8
8
  import "./chunk-2EQMICE3.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.21.85",
3
+ "version": "0.21.87",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -117,7 +117,7 @@
117
117
  "@nx/devkit": "^22.3.3",
118
118
  "@storm-software/config": "1.135.1",
119
119
  "@storm-software/config-tools": "1.189.0",
120
- "@storm-software/workspace-tools": "1.294.28",
120
+ "@storm-software/workspace-tools": "1.294.30",
121
121
  "projen": "^0.91.6",
122
122
  "tsup": "8.4.0",
123
123
  "untyped": "1.5.2"
@@ -142,5 +142,5 @@
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "22761b996684ad14e5c4e40c0b1d9892797d68a5"
145
+ "gitHead": "1f20cb49bd068eed11accd4abcd7784f220566d4"
146
146
  }