@storm-software/projen 0.20.4 → 0.20.6
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 +14 -0
- package/README.md +1 -1
- package/dist/{chunk-3MCLGPTO.js → chunk-TYOWZHER.js} +0 -1
- package/dist/{chunk-SJU5D3RI.mjs → chunk-U4QTJCVT.mjs} +0 -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,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.20.5](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.5) (2025-09-21)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([33ab95f46](https://github.com/storm-software/storm-ops/commit/33ab95f46))
|
|
11
|
+
|
|
12
|
+
## [0.20.4](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.4) (2025-09-20)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Update workspace package links
|
|
17
|
+
([fb19259a0](https://github.com/storm-software/storm-ops/commit/fb19259a0))
|
|
18
|
+
|
|
5
19
|
## [0.20.3](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.3) (2025-09-20)
|
|
6
20
|
|
|
7
21
|
### Miscellaneous
|
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 -->
|
|
@@ -3107,7 +3107,6 @@ _chunkPZ7N3OYJjs.init_cjs_shims.call(void 0, );
|
|
|
3107
3107
|
|
|
3108
3108
|
|
|
3109
3109
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
3110
|
-
var _dist = require('packages/config-tools/dist');
|
|
3111
3110
|
var _semver = require('semver');
|
|
3112
3111
|
|
|
3113
3112
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
@@ -3108,7 +3108,6 @@ init_esm_shims();
|
|
|
3108
3108
|
import { exec as exec2 } from "node:child_process";
|
|
3109
3109
|
|
|
3110
3110
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
3111
|
-
import { writeWarning as writeWarning2 } from "packages/config-tools/dist";
|
|
3112
3111
|
import { coerce, gt, valid } from "semver";
|
|
3113
3112
|
|
|
3114
3113
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-JEFKKWZ2.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTYOWZHERjs = require('./chunk-TYOWZHER.js');
|
|
5
5
|
require('./chunk-GZV7AWC7.js');
|
|
6
6
|
require('./chunk-PZ7N3OYJ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkTYOWZHERjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunk43C4WGNJjs = require('./chunk-43C4WGNJ.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkTYOWZHERjs = require('./chunk-TYOWZHER.js');
|
|
8
8
|
require('./chunk-GZV7AWC7.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkPZ7N3OYJjs = require('./chunk-PZ7N3OYJ.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkPZ7N3OYJjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkTYOWZHERjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkPZ7N3OYJjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkPZ7N3OYJjs.__reExport.call(void 0, index_exports, _chunkPZ7N3OYJjs.__toESM.call(void 0, _chunk43C4WGNJjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkTYOWZHERjs.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 _chunkTYOWZHERjs = require('../../../chunk-TYOWZHER.js');
|
|
5
5
|
require('../../../chunk-GZV7AWC7.js');
|
|
6
6
|
require('../../../chunk-PZ7N3OYJ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkTYOWZHERjs.generator_default; exports.initGeneratorFn = _chunkTYOWZHERjs.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.6",
|
|
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": "d5c599248477fed62d1478666efee7a84fe5e6da"
|
|
146
146
|
}
|