@storm-software/projen 0.21.93 → 0.21.95
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 +21 -0
- package/dist/{chunk-37OPEH22.js → chunk-W37TV2GD.js} +6 -5
- package/dist/{chunk-AN5DLI6Y.mjs → chunk-X3BOWCZC.mjs} +6 -5
- 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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.94](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.94) (02/20/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.294.38**
|
|
10
|
+
- Updated **config-tools** to **v1.189.6**
|
|
11
|
+
- Updated **config** to **v1.135.7**
|
|
12
|
+
|
|
13
|
+
## [0.21.93](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.93) (02/18/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **monorepo:** Update `README.md` files ([3755247b8](https://github.com/storm-software/storm-ops/commit/3755247b8))
|
|
18
|
+
- **monorepo:** Update workspace's `README.md` files ([b31df09bc](https://github.com/storm-software/storm-ops/commit/b31df09bc))
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.294.37**
|
|
23
|
+
- Updated **config-tools** to **v1.189.5**
|
|
24
|
+
- Updated **config** to **v1.135.6**
|
|
25
|
+
|
|
5
26
|
## [0.21.92](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.92) (02/18/2026)
|
|
6
27
|
|
|
7
28
|
### Miscellaneous
|
|
@@ -371,11 +371,12 @@ var getStopwatch = (name) => {
|
|
|
371
371
|
const start = /* @__PURE__ */ new Date();
|
|
372
372
|
return () => {
|
|
373
373
|
console.info(
|
|
374
|
-
`
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
374
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0,
|
|
375
|
+
start,
|
|
376
|
+
{
|
|
377
|
+
includeSeconds: true
|
|
378
|
+
}
|
|
379
|
+
)} to complete`
|
|
379
380
|
);
|
|
380
381
|
};
|
|
381
382
|
};
|
|
@@ -372,11 +372,12 @@ var getStopwatch = (name) => {
|
|
|
372
372
|
const start = /* @__PURE__ */ new Date();
|
|
373
373
|
return () => {
|
|
374
374
|
console.info(
|
|
375
|
-
`
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
375
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${formatDistanceToNow(
|
|
376
|
+
start,
|
|
377
|
+
{
|
|
378
|
+
includeSeconds: true
|
|
379
|
+
}
|
|
380
|
+
)} to complete`
|
|
380
381
|
);
|
|
381
382
|
};
|
|
382
383
|
};
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-VZXNP7OX.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkW37TV2GDjs = require('./chunk-W37TV2GD.js');
|
|
5
5
|
require('./chunk-J374Y5WW.js');
|
|
6
6
|
require('./chunk-ZI6QQV6I.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkW37TV2GDjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkI6PKJ3JKjs = require('./chunk-I6PKJ3JK.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkW37TV2GDjs = require('./chunk-W37TV2GD.js');
|
|
8
8
|
require('./chunk-J374Y5WW.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkZI6QQV6Ijs = require('./chunk-ZI6QQV6I.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkZI6QQV6Ijs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkW37TV2GDjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkZI6QQV6Ijs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkZI6QQV6Ijs.__reExport.call(void 0, index_exports, _chunkZI6QQV6Ijs.__toESM.call(void 0, _chunkI6PKJ3JKjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkW37TV2GDjs.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 _chunkW37TV2GDjs = require('../../../chunk-W37TV2GD.js');
|
|
5
5
|
require('../../../chunk-J374Y5WW.js');
|
|
6
6
|
require('../../../chunk-ZI6QQV6I.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkW37TV2GDjs.generator_default; exports.initGeneratorFn = _chunkW37TV2GDjs.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.95",
|
|
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.5.1",
|
|
118
|
-
"@storm-software/config": "1.135.
|
|
119
|
-
"@storm-software/config-tools": "1.189.
|
|
120
|
-
"@storm-software/workspace-tools": "1.294.
|
|
118
|
+
"@storm-software/config": "1.135.7",
|
|
119
|
+
"@storm-software/config-tools": "1.189.6",
|
|
120
|
+
"@storm-software/workspace-tools": "1.294.38",
|
|
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": "
|
|
145
|
+
"gitHead": "59fb127dd72835aea54f08b543d44463b2922338"
|
|
146
146
|
}
|