@storm-software/projen 0.9.2 → 0.9.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 +6 -0
- package/README.md +1 -1
- package/dist/{chunk-HQUS2SNL.js → chunk-DQU76V3D.js} +1 -3
- package/dist/{chunk-5NY5JR5C.mjs → chunk-UFYNNMRC.mjs} +1 -3
- 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
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 -->
|
|
@@ -1257,9 +1257,7 @@ var withRunExecutor = /* @__PURE__ */ _chunkZH7QZ5EFjs.__name.call(void 0, (name
|
|
|
1257
1257
|
const sourceRoot = context2.projectsConfigurations.projects[context2.projectName].sourceRoot || projectRoot || workspaceRoot3;
|
|
1258
1258
|
const projectName = context2.projectName;
|
|
1259
1259
|
config.workspaceRoot = workspaceRoot3;
|
|
1260
|
-
writeInfo(
|
|
1261
|
-
\u26A1 Running the ${name} executor for ${projectName}
|
|
1262
|
-
`, config);
|
|
1260
|
+
writeInfo(`\u26A1 Running the ${name} executor for ${projectName} `, config);
|
|
1263
1261
|
if (!executorOptions.skipReadingConfig) {
|
|
1264
1262
|
writeTrace(`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1265
1263
|
- workspaceRoot: ${workspaceRoot3}
|
|
@@ -1258,9 +1258,7 @@ var withRunExecutor = /* @__PURE__ */ __name((name, executorFn, executorOptions
|
|
|
1258
1258
|
const sourceRoot = context2.projectsConfigurations.projects[context2.projectName].sourceRoot || projectRoot || workspaceRoot3;
|
|
1259
1259
|
const projectName = context2.projectName;
|
|
1260
1260
|
config.workspaceRoot = workspaceRoot3;
|
|
1261
|
-
writeInfo(
|
|
1262
|
-
\u26A1 Running the ${name} executor for ${projectName}
|
|
1263
|
-
`, config);
|
|
1261
|
+
writeInfo(`\u26A1 Running the ${name} executor for ${projectName} `, config);
|
|
1264
1262
|
if (!executorOptions.skipReadingConfig) {
|
|
1265
1263
|
writeTrace(`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1266
1264
|
- workspaceRoot: ${workspaceRoot3}
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-RDD7JUBK.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkDQU76V3Djs = require('./chunk-DQU76V3D.js');
|
|
5
5
|
require('./chunk-3HI6WK3M.js');
|
|
6
6
|
require('./chunk-ZH7QZ5EF.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkDQU76V3Djs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkFVKYD24Tjs = require('./chunk-FVKYD24T.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkDQU76V3Djs = require('./chunk-DQU76V3D.js');
|
|
8
8
|
require('./chunk-3HI6WK3M.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunkZH7QZ5EFjs = require('./chunk-ZH7QZ5EF.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunkZH7QZ5EFjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkDQU76V3Djs.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunkZH7QZ5EFjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunkZH7QZ5EFjs.__reExport.call(void 0, index_exports, _chunkZH7QZ5EFjs.__toESM.call(void 0, _chunkFVKYD24Tjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkDQU76V3Djs.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 _chunkDQU76V3Djs = require('../../../chunk-DQU76V3D.js');
|
|
5
5
|
require('../../../chunk-3HI6WK3M.js');
|
|
6
6
|
require('../../../chunk-ZH7QZ5EF.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkDQU76V3Djs.generator_default; exports.initGeneratorFn = _chunkDQU76V3Djs.initGeneratorFn;
|