@storm-software/projen 0.21.221 → 0.21.222

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS,
3
3
  init_esm_shims
4
- } from "./chunk-WM5XOQLL.mjs";
4
+ } from "./chunk-MUWT5WGB.mjs";
5
5
 
6
6
  // src/components/index.ts
7
7
  var require_components = __commonJS({
@@ -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=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__41e53e38ed75f3cd4f840eaa11e2e6a7/node_modules/tsup/assets/cjs_shims.js
35
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c6e5a1ff3e71b7415dce15be46368d04/node_modules/tsup/assets/cjs_shims.js
36
36
  var init_cjs_shims = __esm({
37
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__41e53e38ed75f3cd4f840eaa11e2e6a7/node_modules/tsup/assets/cjs_shims.js"() {
37
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c6e5a1ff3e71b7415dce15be46368d04/node_modules/tsup/assets/cjs_shims.js"() {
38
38
  }
39
39
  });
40
40
 
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ var _chunkD7DVNYK3js = require('./chunk-D7DVNYK3.js');
4
+
5
+ // generators.ts
6
+ _chunkD7DVNYK3js.init_cjs_shims.call(void 0, );
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkFLXQ23LRjs = require('./chunk-FLXQ23LR.js');
4
+ var _chunkD7DVNYK3js = require('./chunk-D7DVNYK3.js');
5
5
 
6
6
  // src/components/index.ts
7
- var require_components = _chunkFLXQ23LRjs.__commonJS.call(void 0, {
7
+ var require_components = _chunkD7DVNYK3js.__commonJS.call(void 0, {
8
8
  "src/components/index.ts"() {
9
- _chunkFLXQ23LRjs.init_cjs_shims.call(void 0, );
9
+ _chunkD7DVNYK3js.init_cjs_shims.call(void 0, );
10
10
  }
11
11
  });
12
12
 
@@ -32,12 +32,12 @@ 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=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__41e53e38ed75f3cd4f840eaa11e2e6a7/node_modules/tsup/assets/esm_shims.js
35
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c6e5a1ff3e71b7415dce15be46368d04/node_modules/tsup/assets/esm_shims.js
36
36
  import { fileURLToPath } from "url";
37
37
  import path from "path";
38
38
  var getFilename, getDirname, __dirname;
39
39
  var init_esm_shims = __esm({
40
- "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__41e53e38ed75f3cd4f840eaa11e2e6a7/node_modules/tsup/assets/esm_shims.js"() {
40
+ "../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c6e5a1ff3e71b7415dce15be46368d04/node_modules/tsup/assets/esm_shims.js"() {
41
41
  getFilename = () => fileURLToPath(import.meta.url);
42
42
  getDirname = () => path.dirname(getFilename());
43
43
  __dirname = /* @__PURE__ */ getDirname();
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _chunkFLXQ23LRjs = require('./chunk-FLXQ23LR.js');
3
+ var _chunkD7DVNYK3js = require('./chunk-D7DVNYK3.js');
4
4
 
5
5
  // ../config-tools/src/utilities/correct-paths.ts
6
- _chunkFLXQ23LRjs.init_cjs_shims.call(void 0, );
6
+ _chunkD7DVNYK3js.init_cjs_shims.call(void 0, );
7
7
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
8
8
  function normalizeWindowsPath(input = "") {
9
9
  if (!input) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-WM5XOQLL.mjs";
3
+ } from "./chunk-MUWT5WGB.mjs";
4
4
 
5
5
  // ../config-tools/src/utilities/correct-paths.ts
6
6
  init_esm_shims();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-WM5XOQLL.mjs";
3
+ } from "./chunk-MUWT5WGB.mjs";
4
4
 
5
5
  // generators.ts
6
6
  init_esm_shims();
@@ -3,11 +3,11 @@ import {
3
3
  isAbsolute,
4
4
  joinPaths,
5
5
  relative
6
- } from "./chunk-XNHPGNZO.mjs";
6
+ } from "./chunk-T5Z6JSEP.mjs";
7
7
  import {
8
8
  __dirname,
9
9
  init_esm_shims
10
- } from "./chunk-WM5XOQLL.mjs";
10
+ } from "./chunk-MUWT5WGB.mjs";
11
11
 
12
12
  // src/generators/init/generator.ts
13
13
  init_esm_shims();
@@ -3646,7 +3646,6 @@ var resolveOptions = async (userOptions) => {
3646
3646
  assets: [],
3647
3647
  dts: true,
3648
3648
  shims: true,
3649
- silent: !debug,
3650
3649
  logLevel: workspaceConfig.logLevel === "success" || workspaceConfig.logLevel === "performance" || workspaceConfig.logLevel === "debug" || workspaceConfig.logLevel === "trace" || workspaceConfig.logLevel === "all" ? "info" : workspaceConfig.logLevel === "fatal" ? "error" : workspaceConfig.logLevel,
3651
3650
  sourcemap: debug ? "inline" : false,
3652
3651
  clean: false,
@@ -1,9 +1,9 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P4A3REX6.js');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-EUL7JUFU.js');
2
2
 
3
3
 
4
- var _chunkFLLNNTBVjs = require('./chunk-FLLNNTBV.js');
5
- require('./chunk-UMFK4QJK.js');
6
- require('./chunk-FLXQ23LR.js');
4
+ var _chunk4TJKOP7Kjs = require('./chunk-4TJKOP7K.js');
5
+ require('./chunk-NRWZK2J3.js');
6
+ require('./chunk-D7DVNYK3.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkFLLNNTBVjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunk4TJKOP7Kjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
- import "./chunk-5MPFLJTH.mjs";
1
+ import "./chunk-WJ6VAJAG.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-WIMD2PNP.mjs";
5
- import "./chunk-XNHPGNZO.mjs";
6
- import "./chunk-WM5XOQLL.mjs";
4
+ } from "./chunk-ZA65BFED.mjs";
5
+ import "./chunk-T5Z6JSEP.mjs";
6
+ import "./chunk-MUWT5WGB.mjs";
7
7
  export {
8
8
  initGeneratorFn
9
9
  };
package/dist/index.js CHANGED
@@ -1,25 +1,25 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-P4A3REX6.js');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-EUL7JUFU.js');
2
2
 
3
3
 
4
- var _chunkENF6BEOQjs = require('./chunk-ENF6BEOQ.js');
4
+ var _chunkM57WH233js = require('./chunk-M57WH233.js');
5
5
 
6
6
 
7
- var _chunkFLLNNTBVjs = require('./chunk-FLLNNTBV.js');
8
- require('./chunk-UMFK4QJK.js');
7
+ var _chunk4TJKOP7Kjs = require('./chunk-4TJKOP7K.js');
8
+ require('./chunk-NRWZK2J3.js');
9
9
 
10
10
 
11
11
 
12
12
 
13
13
 
14
- var _chunkFLXQ23LRjs = require('./chunk-FLXQ23LR.js');
14
+ var _chunkD7DVNYK3js = require('./chunk-D7DVNYK3.js');
15
15
 
16
16
  // index.ts
17
17
  var index_exports = {};
18
- _chunkFLXQ23LRjs.__export.call(void 0, index_exports, {
19
- initGeneratorFn: () => _chunkFLLNNTBVjs.initGeneratorFn
18
+ _chunkD7DVNYK3js.__export.call(void 0, index_exports, {
19
+ initGeneratorFn: () => _chunk4TJKOP7Kjs.initGeneratorFn
20
20
  });
21
- _chunkFLXQ23LRjs.init_cjs_shims.call(void 0, );
22
- _chunkFLXQ23LRjs.__reExport.call(void 0, index_exports, _chunkFLXQ23LRjs.__toESM.call(void 0, _chunkENF6BEOQjs.require_components.call(void 0, )));
21
+ _chunkD7DVNYK3js.init_cjs_shims.call(void 0, );
22
+ _chunkD7DVNYK3js.__reExport.call(void 0, index_exports, _chunkD7DVNYK3js.__toESM.call(void 0, _chunkM57WH233js.require_components.call(void 0, )));
23
23
 
24
24
 
25
- exports.initGeneratorFn = _chunkFLLNNTBVjs.initGeneratorFn;
25
+ exports.initGeneratorFn = _chunk4TJKOP7Kjs.initGeneratorFn;
package/dist/index.mjs CHANGED
@@ -1,17 +1,17 @@
1
- import "./chunk-5MPFLJTH.mjs";
1
+ import "./chunk-WJ6VAJAG.mjs";
2
2
  import {
3
3
  require_components
4
- } from "./chunk-IDXC7ZYK.mjs";
4
+ } from "./chunk-C5EHJDJW.mjs";
5
5
  import {
6
6
  initGeneratorFn
7
- } from "./chunk-WIMD2PNP.mjs";
8
- import "./chunk-XNHPGNZO.mjs";
7
+ } from "./chunk-ZA65BFED.mjs";
8
+ import "./chunk-T5Z6JSEP.mjs";
9
9
  import {
10
10
  __export,
11
11
  __reExport,
12
12
  __toESM,
13
13
  init_esm_shims
14
- } from "./chunk-WM5XOQLL.mjs";
14
+ } from "./chunk-MUWT5WGB.mjs";
15
15
 
16
16
  // index.ts
17
17
  var index_exports = {};
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkENF6BEOQjs = require('../../chunk-ENF6BEOQ.js');
4
- require('../../chunk-FLXQ23LR.js');
5
- exports. default = _chunkENF6BEOQjs.require_components.call(void 0, );
3
+ var _chunkM57WH233js = require('../../chunk-M57WH233.js');
4
+ require('../../chunk-D7DVNYK3.js');
5
+ exports. default = _chunkM57WH233js.require_components.call(void 0, );
@@ -1,5 +1,5 @@
1
1
  import {
2
2
  require_components
3
- } from "../../chunk-IDXC7ZYK.mjs";
4
- import "../../chunk-WM5XOQLL.mjs";
3
+ } from "../../chunk-C5EHJDJW.mjs";
4
+ import "../../chunk-MUWT5WGB.mjs";
5
5
  export default require_components();
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class;
2
2
 
3
- var _chunkUMFK4QJKjs = require('../../chunk-UMFK4QJK.js');
3
+ var _chunkNRWZK2J3js = require('../../chunk-NRWZK2J3.js');
4
4
 
5
5
 
6
- var _chunkFLXQ23LRjs = require('../../chunk-FLXQ23LR.js');
6
+ var _chunkD7DVNYK3js = require('../../chunk-D7DVNYK3.js');
7
7
 
8
8
  // src/components/nx-workspace.ts
9
- _chunkFLXQ23LRjs.init_cjs_shims.call(void 0, );
9
+ _chunkD7DVNYK3js.init_cjs_shims.call(void 0, );
10
10
 
11
11
 
12
12
 
@@ -414,7 +414,7 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
414
414
  let StormWorkspaceConfig;
415
415
  if (project.root.outdir) {
416
416
  const StormWorkspaceConfigJson = _fs.readFileSync.call(void 0,
417
- _chunkUMFK4QJKjs.joinPaths.call(void 0, project.root.outdir, "storm-workspace.json"),
417
+ _chunkNRWZK2J3js.joinPaths.call(void 0, project.root.outdir, "storm-workspace.json"),
418
418
  "utf8"
419
419
  );
420
420
  StormWorkspaceConfig = JSON.parse(StormWorkspaceConfigJson);
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  joinPaths
3
- } from "../../chunk-XNHPGNZO.mjs";
3
+ } from "../../chunk-T5Z6JSEP.mjs";
4
4
  import {
5
5
  init_esm_shims
6
- } from "../../chunk-WM5XOQLL.mjs";
6
+ } from "../../chunk-MUWT5WGB.mjs";
7
7
 
8
8
  // src/components/nx-workspace.ts
9
9
  init_esm_shims();
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkFLLNNTBVjs = require('../../../chunk-FLLNNTBV.js');
5
- require('../../../chunk-UMFK4QJK.js');
6
- require('../../../chunk-FLXQ23LR.js');
4
+ var _chunk4TJKOP7Kjs = require('../../../chunk-4TJKOP7K.js');
5
+ require('../../../chunk-NRWZK2J3.js');
6
+ require('../../../chunk-D7DVNYK3.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkFLLNNTBVjs.generator_default; exports.initGeneratorFn = _chunkFLLNNTBVjs.initGeneratorFn;
10
+ exports.default = _chunk4TJKOP7Kjs.generator_default; exports.initGeneratorFn = _chunk4TJKOP7Kjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-WIMD2PNP.mjs";
5
- import "../../../chunk-XNHPGNZO.mjs";
6
- import "../../../chunk-WM5XOQLL.mjs";
4
+ } from "../../../chunk-ZA65BFED.mjs";
5
+ import "../../../chunk-T5Z6JSEP.mjs";
6
+ import "../../../chunk-MUWT5WGB.mjs";
7
7
  export {
8
8
  generator_default as default,
9
9
  initGeneratorFn
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkFLXQ23LRjs = require('./chunk-FLXQ23LR.js');
3
+ var _chunkD7DVNYK3js = require('./chunk-D7DVNYK3.js');
4
4
 
5
5
  // tsup.config.ts
6
- _chunkFLXQ23LRjs.init_cjs_shims.call(void 0, );
6
+ _chunkD7DVNYK3js.init_cjs_shims.call(void 0, );
7
7
  var _tsup = require('tsup');
8
8
  var tsup_config_default = _tsup.defineConfig.call(void 0, [
9
9
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_esm_shims
3
- } from "./chunk-WM5XOQLL.mjs";
3
+ } from "./chunk-MUWT5WGB.mjs";
4
4
 
5
5
  // tsup.config.ts
6
6
  init_esm_shims();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.221",
3
+ "version": "0.21.222",
4
4
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
5
5
  "keywords": [
6
6
  "iac",
@@ -114,13 +114,13 @@
114
114
  "typings": "dist/index.d.ts",
115
115
  "dependencies": {
116
116
  "@aws/pdk": "^0.25.17",
117
- "@nx/devkit": "^22.7.5",
118
- "@storm-software/config": "1.137.72",
119
- "@storm-software/config-tools": "1.190.40",
120
- "@storm-software/workspace-tools": "1.296.18"
117
+ "@nx/devkit": "22.7.5",
118
+ "@storm-software/config": "1.137.73",
119
+ "@storm-software/config-tools": "1.190.41",
120
+ "@storm-software/workspace-tools": "1.296.19"
121
121
  },
122
122
  "devDependencies": {
123
- "@types/node": "^25.9.1",
123
+ "@types/node": "^25.9.2",
124
124
  "nx": "22.7.5",
125
125
  "projen": "^0.91.31",
126
126
  "tsup": "8.4.0",
@@ -134,5 +134,5 @@
134
134
  "publishConfig": { "access": "public" },
135
135
  "executors": "./executors.json",
136
136
  "generators": "./generators.json",
137
- "gitHead": "51d345d2e898ae595fec37e0301772d120fbb146"
137
+ "gitHead": "8b04bd1c84001d6ac81a2ca2348660b2c8a2f52f"
138
138
  }
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- var _chunkFLXQ23LRjs = require('./chunk-FLXQ23LR.js');
4
-
5
- // generators.ts
6
- _chunkFLXQ23LRjs.init_cjs_shims.call(void 0, );