@storm-software/projen 0.18.1 → 0.18.4
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 +24 -0
- package/README.md +1 -1
- package/dist/{chunk-KIQX36DG.js → chunk-DTALEP6L.js} +1 -1
- package/dist/{chunk-ZHY6DOIP.mjs → chunk-IPCKCVKJ.mjs} +5 -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 +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.18.3](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.3) (2025-09-15)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([4db53df30](https://github.com/storm-software/storm-ops/commit/4db53df30))
|
|
11
|
+
|
|
12
|
+
## [0.18.2](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.2) (2025-09-15)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **pnpm-tools:** Update script file name and write workspace contents to
|
|
17
|
+
warning message
|
|
18
|
+
([ac72547b3](https://github.com/storm-software/storm-ops/commit/ac72547b3))
|
|
19
|
+
- **monorepo:** Regenerate README markdown files
|
|
20
|
+
([beeeb4edc](https://github.com/storm-software/storm-ops/commit/beeeb4edc))
|
|
21
|
+
|
|
22
|
+
## [0.18.1](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.1) (2025-09-13)
|
|
23
|
+
|
|
24
|
+
### Miscellaneous
|
|
25
|
+
|
|
26
|
+
- **monorepo:** Regenerate README markdown files
|
|
27
|
+
([f6d595334](https://github.com/storm-software/storm-ops/commit/f6d595334))
|
|
28
|
+
|
|
5
29
|
## [0.18.0](https://github.com/storm-software/storm-ops/releases/tag/projen%400.18.0) (2025-09-13)
|
|
6
30
|
|
|
7
31
|
### 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 -->
|
|
@@ -3106,9 +3106,9 @@ var _semver = require('semver');
|
|
|
3106
3106
|
|
|
3107
3107
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
3108
3108
|
_chunkRUZZI27Qjs.init_cjs_shims.call(void 0, );
|
|
3109
|
-
var _jsyaml = require('js-yaml');
|
|
3110
3109
|
|
|
3111
3110
|
|
|
3111
|
+
var _yaml = require('yaml');
|
|
3112
3112
|
|
|
3113
3113
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
3114
3114
|
|
|
@@ -3092,7 +3092,7 @@ import {
|
|
|
3092
3092
|
readCachedProjectGraph as readCachedProjectGraph2
|
|
3093
3093
|
} from "@nx/devkit";
|
|
3094
3094
|
import { existsSync as existsSync8 } from "node:fs";
|
|
3095
|
-
import { readFile as
|
|
3095
|
+
import { readFile as readFile6, writeFile as writeFile3 } from "node:fs/promises";
|
|
3096
3096
|
import { format } from "prettier";
|
|
3097
3097
|
|
|
3098
3098
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
@@ -3107,13 +3107,13 @@ import { coerce, gt, valid } from "semver";
|
|
|
3107
3107
|
|
|
3108
3108
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
3109
3109
|
init_esm_shims();
|
|
3110
|
-
import { dump, load } from "js-yaml";
|
|
3111
3110
|
import { existsSync as existsSync7 } from "node:fs";
|
|
3112
|
-
import { writeFile as writeFile2 } from "node:fs/promises";
|
|
3111
|
+
import { readFile as readFile5, writeFile as writeFile2 } from "node:fs/promises";
|
|
3112
|
+
import { parse, stringify } from "yaml";
|
|
3113
3113
|
|
|
3114
3114
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
3115
3115
|
import { execSync as execSync3 } from "node:child_process";
|
|
3116
|
-
import { readFile as
|
|
3116
|
+
import { readFile as readFile8, writeFile as writeFile5 } from "node:fs/promises";
|
|
3117
3117
|
import { format as format3 } from "prettier";
|
|
3118
3118
|
|
|
3119
3119
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
@@ -3124,7 +3124,7 @@ import {
|
|
|
3124
3124
|
} from "@nx/devkit";
|
|
3125
3125
|
import { execFileSync } from "child_process";
|
|
3126
3126
|
import { existsSync as existsSync9 } from "node:fs";
|
|
3127
|
-
import { readFile as
|
|
3127
|
+
import { readFile as readFile7, writeFile as writeFile4 } from "node:fs/promises";
|
|
3128
3128
|
import { dirname, resolve } from "path";
|
|
3129
3129
|
import { format as format2 } from "prettier";
|
|
3130
3130
|
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-2SNM3OBW.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkDTALEP6Ljs = require('./chunk-DTALEP6L.js');
|
|
5
5
|
require('./chunk-27KUDFX3.js');
|
|
6
6
|
require('./chunk-RUZZI27Q.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkDTALEP6Ljs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkSR6QNS73js = require('./chunk-SR6QNS73.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkDTALEP6Ljs = require('./chunk-DTALEP6L.js');
|
|
8
8
|
require('./chunk-27KUDFX3.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkRUZZI27Qjs = require('./chunk-RUZZI27Q.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkRUZZI27Qjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkDTALEP6Ljs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkRUZZI27Qjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkRUZZI27Qjs.__reExport.call(void 0, index_exports, _chunkRUZZI27Qjs.__toESM.call(void 0, _chunkSR6QNS73js.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkDTALEP6Ljs.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 _chunkDTALEP6Ljs = require('../../../chunk-DTALEP6L.js');
|
|
5
5
|
require('../../../chunk-27KUDFX3.js');
|
|
6
6
|
require('../../../chunk-RUZZI27Q.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkDTALEP6Ljs.generator_default; exports.initGeneratorFn = _chunkDTALEP6Ljs.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.4",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
"sullivanpj"
|
|
115
115
|
],
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@nx/devkit": "
|
|
117
|
+
"@nx/devkit": "^21.4.1",
|
|
118
118
|
"@storm-software/config": "1.113.5",
|
|
119
119
|
"@storm-software/config-tools": "1.163.5",
|
|
120
120
|
"@storm-software/workspace-tools": "1.267.0",
|
|
121
121
|
"projen": "^0.91.6",
|
|
122
|
-
"tsup": "
|
|
122
|
+
"tsup": "8.4.0",
|
|
123
123
|
"untyped": "1.5.2"
|
|
124
124
|
},
|
|
125
125
|
"peerDependenciesMeta": {
|
|
@@ -129,18 +129,18 @@
|
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
131
|
"@aws/pdk": "^0.25.17",
|
|
132
|
-
"@nx/devkit": "
|
|
132
|
+
"@nx/devkit": "^21.4.1",
|
|
133
133
|
"projen": "0.91.20"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@nx/devkit": "
|
|
137
|
-
"@types/node": "
|
|
138
|
-
"nx": "
|
|
139
|
-
"tsup": "
|
|
140
|
-
"untyped": "
|
|
136
|
+
"@nx/devkit": "^21.4.1",
|
|
137
|
+
"@types/node": "^22.10.2",
|
|
138
|
+
"nx": "^21.4.1",
|
|
139
|
+
"tsup": "8.4.0",
|
|
140
|
+
"untyped": "^1.5.2"
|
|
141
141
|
},
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
143
|
"executors": "./executors.json",
|
|
144
144
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "ee2be672dff8773062977876c5388bb5ea6dcde2"
|
|
146
146
|
}
|