@storm-software/projen 0.12.1 → 0.12.2
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 +12 -0
- package/README.md +1 -1
- package/dist/{chunk-R6ZQUKWK.mjs → chunk-H3Y52P6T.mjs} +1 -1
- package/dist/{chunk-4FM57STP.js → chunk-TDEJ37AF.js} +1 -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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.12.2](https://github.com/storm-software/storm-ops/releases/tag/projen%400.12.2) (2025-05-06)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Resolve issue with import path in executor
|
|
10
|
+
([ddad2fdc8](https://github.com/storm-software/storm-ops/commit/ddad2fdc8))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([7e0751c3d](https://github.com/storm-software/storm-ops/commit/7e0751c3d))
|
|
16
|
+
|
|
5
17
|
## [0.12.1](https://github.com/storm-software/storm-ops/releases/tag/projen%400.12.1) (2025-05-06)
|
|
6
18
|
|
|
7
19
|
### Bug Fixes
|
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 -->
|
|
@@ -2695,7 +2695,7 @@ import {
|
|
|
2695
2695
|
detectPackageManager,
|
|
2696
2696
|
readJsonFile
|
|
2697
2697
|
} from "@nx/devkit";
|
|
2698
|
-
import
|
|
2698
|
+
import columnify from "columnify";
|
|
2699
2699
|
import { exec, execSync as execSync3 } from "node:child_process";
|
|
2700
2700
|
import { existsSync as existsSync8 } from "node:fs";
|
|
2701
2701
|
import { relative as relative3 } from "node:path";
|
|
@@ -2694,7 +2694,7 @@ _chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
|
|
|
2694
2694
|
|
|
2695
2695
|
|
|
2696
2696
|
|
|
2697
|
-
var _columnify = require('columnify'); var
|
|
2697
|
+
var _columnify = require('columnify'); var _columnify2 = _interopRequireDefault(_columnify);
|
|
2698
2698
|
|
|
2699
2699
|
|
|
2700
2700
|
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-NG74QN4S.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTDEJ37AFjs = require('./chunk-TDEJ37AF.js');
|
|
5
5
|
require('./chunk-NNSWWAGP.js');
|
|
6
6
|
require('./chunk-BG73ZJER.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkTDEJ37AFjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkDUNMCAJEjs = require('./chunk-DUNMCAJE.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkTDEJ37AFjs = require('./chunk-TDEJ37AF.js');
|
|
8
8
|
require('./chunk-NNSWWAGP.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkBG73ZJERjs = require('./chunk-BG73ZJER.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkBG73ZJERjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkTDEJ37AFjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkBG73ZJERjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkBG73ZJERjs.__reExport.call(void 0, index_exports, _chunkBG73ZJERjs.__toESM.call(void 0, _chunkDUNMCAJEjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkTDEJ37AFjs.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 _chunkTDEJ37AFjs = require('../../../chunk-TDEJ37AF.js');
|
|
5
5
|
require('../../../chunk-NNSWWAGP.js');
|
|
6
6
|
require('../../../chunk-BG73ZJER.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkTDEJ37AFjs.generator_default; exports.initGeneratorFn = _chunkTDEJ37AFjs.initGeneratorFn;
|