@storm-software/projen 0.15.51 → 0.15.52
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 +12 -0
- package/README.md +1 -2
- package/dist/{chunk-KL6TMNP7.mjs → chunk-5GTHGNYB.mjs} +3 -2
- package/dist/{chunk-HDRVE3JL.js → chunk-SRTKLDKB.js} +2 -1
- 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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.51](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.51) (2025-08-02)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Resolve issue with missing external dependencies
|
|
10
|
+
([d47adff14](https://github.com/storm-software/storm-ops/commit/d47adff14))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([b867380ec](https://github.com/storm-software/storm-ops/commit/b867380ec))
|
|
16
|
+
|
|
5
17
|
## [0.15.50](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.50) (2025-08-01)
|
|
6
18
|
|
|
7
19
|
### 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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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)
|
|
@@ -368,7 +368,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
368
368
|
|
|
369
369
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
370
370
|
var rootFiles = [
|
|
371
|
-
"storm-workspace.json",
|
|
372
371
|
"storm-workspace.json",
|
|
373
372
|
"storm-workspace.yaml",
|
|
374
373
|
"storm-workspace.yml",
|
|
@@ -4651,7 +4650,9 @@ var PNPM_LOCK_PATH = join4(workspaceRoot2, PNPM_LOCK_FILE);
|
|
|
4651
4650
|
|
|
4652
4651
|
// ../workspace-tools/src/utils/plugin-helpers.ts
|
|
4653
4652
|
init_esm_shims();
|
|
4654
|
-
import {
|
|
4653
|
+
import {
|
|
4654
|
+
readJsonFile as readJsonFile3
|
|
4655
|
+
} from "@nx/devkit";
|
|
4655
4656
|
import defu6 from "defu";
|
|
4656
4657
|
import { existsSync as existsSync10 } from "node:fs";
|
|
4657
4658
|
import { dirname as dirname2, join as join5 } from "node:path";
|
|
@@ -367,7 +367,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
367
367
|
|
|
368
368
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
369
369
|
var rootFiles = [
|
|
370
|
-
"storm-workspace.json",
|
|
371
370
|
"storm-workspace.json",
|
|
372
371
|
"storm-workspace.yaml",
|
|
373
372
|
"storm-workspace.yml",
|
|
@@ -4655,6 +4654,8 @@ _chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
|
4655
4654
|
|
|
4656
4655
|
|
|
4657
4656
|
|
|
4657
|
+
|
|
4658
|
+
|
|
4658
4659
|
// ../workspace-tools/src/utils/typia-transform.ts
|
|
4659
4660
|
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
4660
4661
|
var _transform = require('typia/lib/transform'); var _transform2 = _interopRequireDefault(_transform);
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-I5CKRIDX.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSRTKLDKBjs = require('./chunk-SRTKLDKB.js');
|
|
5
5
|
require('./chunk-AHMWONJP.js');
|
|
6
6
|
require('./chunk-RQT3Z4GI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkEXHPQ5M3js = require('./chunk-EXHPQ5M3.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkSRTKLDKBjs = require('./chunk-SRTKLDKB.js');
|
|
8
8
|
require('./chunk-AHMWONJP.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkRQT3Z4GIjs = require('./chunk-RQT3Z4GI.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkRQT3Z4GIjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkSRTKLDKBjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkRQT3Z4GIjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkRQT3Z4GIjs.__reExport.call(void 0, index_exports, _chunkRQT3Z4GIjs.__toESM.call(void 0, _chunkEXHPQ5M3js.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkSRTKLDKBjs.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 _chunkSRTKLDKBjs = require('../../../chunk-SRTKLDKB.js');
|
|
5
5
|
require('../../../chunk-AHMWONJP.js');
|
|
6
6
|
require('../../../chunk-RQT3Z4GI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkSRTKLDKBjs.generator_default; exports.initGeneratorFn = _chunkSRTKLDKBjs.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.52",
|
|
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": "
|
|
145
|
+
"gitHead": "f63566d09672df3e8f30ec67936afaad49ebd749"
|
|
146
146
|
}
|