@storm-software/projen 0.21.1 → 0.21.3
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 +16 -0
- package/README.md +1 -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 +2 -2
- /package/dist/{chunk-DG3RQNES.js → chunk-HHLIPSR5.js} +0 -0
- /package/dist/{chunk-53GMPRDU.mjs → chunk-L5I22RWQ.mjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.2](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.2) (2025-10-14)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package link
|
|
10
|
+
([1666003a2](https://github.com/storm-software/storm-ops/commit/1666003a2))
|
|
11
|
+
|
|
12
|
+
## [0.21.1](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.1) (2025-10-14)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **cspell:** Added typescript tool phrases to dictionary
|
|
17
|
+
([a70b30d9e](https://github.com/storm-software/storm-ops/commit/a70b30d9e))
|
|
18
|
+
- **monorepo:** Update workspace package links
|
|
19
|
+
([ef40f7597](https://github.com/storm-software/storm-ops/commit/ef40f7597))
|
|
20
|
+
|
|
5
21
|
## [0.21.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.0) (2025-10-08)
|
|
6
22
|
|
|
7
23
|
### Features
|
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)
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-RQQJKGYS.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHHLIPSR5js = require('./chunk-HHLIPSR5.js');
|
|
5
5
|
require('./chunk-HZ7RJVKL.js');
|
|
6
6
|
require('./chunk-HIYOMEE3.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkHHLIPSR5js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkB7W5YQBNjs = require('./chunk-B7W5YQBN.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkHHLIPSR5js = require('./chunk-HHLIPSR5.js');
|
|
8
8
|
require('./chunk-HZ7RJVKL.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkHIYOMEE3js = require('./chunk-HIYOMEE3.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkHIYOMEE3js.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkHHLIPSR5js.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkHIYOMEE3js.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkHIYOMEE3js.__reExport.call(void 0, index_exports, _chunkHIYOMEE3js.__toESM.call(void 0, _chunkB7W5YQBNjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkHHLIPSR5js.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 _chunkHHLIPSR5js = require('../../../chunk-HHLIPSR5.js');
|
|
5
5
|
require('../../../chunk-HZ7RJVKL.js');
|
|
6
6
|
require('../../../chunk-HIYOMEE3.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkHHLIPSR5js.generator_default; exports.initGeneratorFn = _chunkHHLIPSR5js.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.3",
|
|
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": "5d70ddef9cb659c34b6978a22c48cd9f8883a7ab"
|
|
146
146
|
}
|
|
File without changes
|
|
File without changes
|