@storm-software/projen 0.21.63 → 0.21.65
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/dist/{chunk-D6Z4XB72.mjs → chunk-2R4MZFG6.mjs} +1 -1
- package/dist/{chunk-G7UDNJTZ.js → chunk-5BIVVTCK.js} +3 -3
- package/dist/{chunk-E4GUTVRV.mjs → chunk-AEZEI7C5.mjs} +1 -1
- package/dist/{chunk-HJCZJA2L.js → chunk-HIADY6L3.js} +2 -2
- package/dist/{chunk-GE2GHRTA.js → chunk-I7GL5KDC.js} +199 -199
- package/dist/{chunk-LDYOQL6O.mjs → chunk-JVJEM7EC.mjs} +2 -2
- package/dist/{chunk-LZQGZUEW.mjs → chunk-NU5ZQV4F.mjs} +1 -1
- package/dist/chunk-SAWELGAJ.js +6 -0
- package/dist/{chunk-MU46TK3T.mjs → chunk-SYWSKN23.mjs} +2 -2
- package/dist/{chunk-R3E4ZSY4.js → chunk-TZYNIPUN.js} +2 -2
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +4 -4
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +10 -10
- package/dist/chunk-QVDMNLHZ.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.21.64](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.64) (12/08/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.294.8**
|
|
10
|
+
- Updated **config-tools** to **v1.188.64**
|
|
11
|
+
- Updated **config** to **v1.134.64**
|
|
12
|
+
|
|
13
|
+
## [0.21.63](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.63) (12/08/2025)
|
|
14
|
+
|
|
15
|
+
### Updated Dependencies
|
|
16
|
+
|
|
17
|
+
- Updated **workspace-tools** to **v1.294.7**
|
|
18
|
+
- Updated **config-tools** to **v1.188.63**
|
|
19
|
+
- Updated **config** to **v1.134.63**
|
|
20
|
+
|
|
5
21
|
## [0.21.62](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.62) (12/08/2025)
|
|
6
22
|
|
|
7
23
|
### Updated Dependencies
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkHIADY6L3js = require('./chunk-HIADY6L3.js');
|
|
5
5
|
|
|
6
6
|
// src/components/index.ts
|
|
7
|
-
var require_components =
|
|
7
|
+
var require_components = _chunkHIADY6L3js.__commonJS.call(void 0, {
|
|
8
8
|
"src/components/index.ts"() {
|
|
9
|
-
|
|
9
|
+
_chunkHIADY6L3js.init_cjs_shims.call(void 0, );
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
|
|
@@ -32,9 +32,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
32
32
|
mod
|
|
33
33
|
));
|
|
34
34
|
|
|
35
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
35
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__7d2cf946c74c0fca13bd3a5ab137cf87/node_modules/tsup/assets/cjs_shims.js
|
|
36
36
|
var init_cjs_shims = __esm({
|
|
37
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
37
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__7d2cf946c74c0fca13bd3a5ab137cf87/node_modules/tsup/assets/cjs_shims.js"() {
|
|
38
38
|
}
|
|
39
39
|
});
|
|
40
40
|
|