@storm-software/projen 0.21.201 → 0.21.204
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-7CT47U3T.js → chunk-MBPHALQ3.js} +4 -0
- package/dist/{chunk-QNVKSY4V.mjs → chunk-OTMRNOJF.mjs} +6 -2
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.203](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.203) (05/20/2026)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Added GitHub OIDC token retrieval to `npm-publish` executor ([a154fdcb8](https://github.com/storm-software/storm-ops/commit/a154fdcb8))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **config** to **v1.137.58**
|
|
14
|
+
- Updated **config-tools** to **v1.190.26**
|
|
15
|
+
- Updated **workspace-tools** to **v1.296.0**
|
|
16
|
+
|
|
17
|
+
## [0.21.202](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.202) (05/20/2026)
|
|
18
|
+
|
|
19
|
+
### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated **workspace-tools** to **v1.295.87**
|
|
22
|
+
|
|
23
|
+
## [0.21.201](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.201) (05/20/2026)
|
|
24
|
+
|
|
25
|
+
### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- Updated **workspace-tools** to **v1.295.86**
|
|
28
|
+
|
|
5
29
|
## [0.21.200](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.200) (05/20/2026)
|
|
6
30
|
|
|
7
31
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -3401,6 +3401,10 @@ var _yaml = require('yaml');
|
|
|
3401
3401
|
|
|
3402
3402
|
|
|
3403
3403
|
|
|
3404
|
+
// ../workspace-tools/src/utils/github.ts
|
|
3405
|
+
_chunk5T4Z2WICjs.init_cjs_shims.call(void 0, );
|
|
3406
|
+
|
|
3407
|
+
|
|
3404
3408
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
3405
3409
|
_chunk5T4Z2WICjs.init_cjs_shims.call(void 0, );
|
|
3406
3410
|
|
|
@@ -3402,6 +3402,10 @@ import { execSync as execSync3 } from "node:child_process";
|
|
|
3402
3402
|
import { readFile as readFile8, writeFile as writeFile5 } from "node:fs/promises";
|
|
3403
3403
|
import { format as format3 } from "prettier";
|
|
3404
3404
|
|
|
3405
|
+
// ../workspace-tools/src/utils/github.ts
|
|
3406
|
+
init_esm_shims();
|
|
3407
|
+
import { createJiti as createJiti2 } from "jiti";
|
|
3408
|
+
|
|
3405
3409
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
3406
3410
|
init_esm_shims();
|
|
3407
3411
|
import {
|
|
@@ -3917,7 +3921,7 @@ var executor_default10 = withRunExecutor(
|
|
|
3917
3921
|
// ../workspace-tools/src/executors/unbuild/executor.ts
|
|
3918
3922
|
init_esm_shims();
|
|
3919
3923
|
import { defu as defu6 } from "defu";
|
|
3920
|
-
import { createJiti as
|
|
3924
|
+
import { createJiti as createJiti3 } from "jiti";
|
|
3921
3925
|
async function unbuildExecutorFn(options, context, config) {
|
|
3922
3926
|
writeInfo("\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
3923
3927
|
if (!context.projectsConfigurations?.projects || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
@@ -3935,7 +3939,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
3935
3939
|
"The Build process failed because the project's source root is not valid. Please run this command from a workspace root directory."
|
|
3936
3940
|
);
|
|
3937
3941
|
}
|
|
3938
|
-
const jiti =
|
|
3942
|
+
const jiti = createJiti3(config.workspaceRoot, {
|
|
3939
3943
|
fsCache: config.skipCache ? false : joinPaths(
|
|
3940
3944
|
config.workspaceRoot,
|
|
3941
3945
|
config.directories.cache || "node_modules/.cache/storm",
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-Z5R3O2A7.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMBPHALQ3js = require('./chunk-MBPHALQ3.js');
|
|
5
5
|
require('./chunk-B34OR6QL.js');
|
|
6
6
|
require('./chunk-5T4Z2WIC.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkMBPHALQ3js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunk7PKFWMLLjs = require('./chunk-7PKFWMLL.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkMBPHALQ3js = require('./chunk-MBPHALQ3.js');
|
|
8
8
|
require('./chunk-B34OR6QL.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunk5T4Z2WICjs = require('./chunk-5T4Z2WIC.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunk5T4Z2WICjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkMBPHALQ3js.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunk5T4Z2WICjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunk5T4Z2WICjs.__reExport.call(void 0, index_exports, _chunk5T4Z2WICjs.__toESM.call(void 0, _chunk7PKFWMLLjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkMBPHALQ3js.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMBPHALQ3js = require('../../../chunk-MBPHALQ3.js');
|
|
5
5
|
require('../../../chunk-B34OR6QL.js');
|
|
6
6
|
require('../../../chunk-5T4Z2WIC.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkMBPHALQ3js.generator_default; exports.initGeneratorFn = _chunkMBPHALQ3js.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.204",
|
|
4
4
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iac",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"typings": "dist/index.d.ts",
|
|
115
115
|
"dependencies": {
|
|
116
116
|
"@aws/pdk": "^0.25.17",
|
|
117
|
-
"@nx/devkit": "22.7.
|
|
118
|
-
"@storm-software/config": "^1.137.
|
|
119
|
-
"@storm-software/config-tools": "^1.190.
|
|
120
|
-
"@storm-software/workspace-tools": "1.
|
|
117
|
+
"@nx/devkit": "^22.7.2",
|
|
118
|
+
"@storm-software/config": "^1.137.58",
|
|
119
|
+
"@storm-software/config-tools": "^1.190.26",
|
|
120
|
+
"@storm-software/workspace-tools": "1.296.1"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@types/node": "^25.9.1",
|
|
124
|
-
"nx": "22.7.
|
|
124
|
+
"nx": "22.7.2",
|
|
125
125
|
"projen": "^0.91.31",
|
|
126
126
|
"tsup": "8.4.0",
|
|
127
127
|
"untyped": "^2.0.0"
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"publishConfig": { "access": "public" },
|
|
135
135
|
"executors": "./executors.json",
|
|
136
136
|
"generators": "./generators.json",
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "96e61dd6fdcf39bad7cf596e2966e409c3aaf01c"
|
|
138
138
|
}
|