@storm-software/projen 0.21.30 → 0.21.31

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,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.30](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.30) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Reformat workspace files
10
+ ([41b537422](https://github.com/storm-software/storm-ops/commit/41b537422))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([0ff6533a0](https://github.com/storm-software/storm-ops/commit/0ff6533a0))
13
+
14
+ ### Features
15
+
16
+ - **workspace-tools:** Added the `napi` executor to build rust bindings
17
+ ([5f075ee38](https://github.com/storm-software/storm-ops/commit/5f075ee38))
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **workspace-tools** to **v1.293.0**
22
+ - Updated **config-tools** to **v1.188.30**
23
+ - Updated **config** to **v1.134.30**
24
+
5
25
  ## [0.21.29](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.29) (11/12/2025)
6
26
 
7
27
  ### Miscellaneous
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.30",
3
+ "version": "0.21.31",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -115,9 +115,9 @@
115
115
  ],
116
116
  "peerDependencies": {
117
117
  "@nx/devkit": "^22.0.3",
118
- "@storm-software/config": "1.134.29",
119
- "@storm-software/config-tools": "1.188.29",
120
- "@storm-software/workspace-tools": "1.292.29",
118
+ "@storm-software/config": "1.134.30",
119
+ "@storm-software/config-tools": "1.188.30",
120
+ "@storm-software/workspace-tools": "1.293.0",
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": "9cb94503bd31113afe1893deb47dba3808c80e13"
145
+ "gitHead": "f21daf5d548f7a6c140f0c7d54bf58309aa2e4ae"
146
146
  }