@storm-software/projen 0.20.6 → 0.20.8

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,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 _chunkGZV7AWC7js = require('../../chunk-GZV7AWC7.js');
3
+ var _chunkBMNEK6RKjs = require('../../chunk-BMNEK6RK.js');
4
4
 
5
5
 
6
- var _chunkPZ7N3OYJjs = require('../../chunk-PZ7N3OYJ.js');
6
+ var _chunkODOVC476js = require('../../chunk-ODOVC476.js');
7
7
 
8
8
  // src/components/nx-workspace.ts
9
- _chunkPZ7N3OYJjs.init_cjs_shims.call(void 0, );
9
+ _chunkODOVC476js.init_cjs_shims.call(void 0, );
10
10
 
11
11
 
12
12
 
@@ -551,7 +551,7 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
551
551
  let StormWorkspaceConfig;
552
552
  if (project.root.outdir) {
553
553
  const StormWorkspaceConfigJson = _fs.readFileSync.call(void 0,
554
- _chunkGZV7AWC7js.joinPaths.call(void 0, project.root.outdir, "storm-workspace.json"),
554
+ _chunkBMNEK6RKjs.joinPaths.call(void 0, project.root.outdir, "storm-workspace.json"),
555
555
  "utf8"
556
556
  );
557
557
  StormWorkspaceConfig = JSON.parse(StormWorkspaceConfigJson);
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  joinPaths
3
- } from "../../chunk-PEU5HZBR.mjs";
3
+ } from "../../chunk-3GYLMXEJ.mjs";
4
4
  import {
5
5
  init_esm_shims
6
- } from "../../chunk-UGSMRVXF.mjs";
6
+ } from "../../chunk-FOG2C6AM.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 _chunkTYOWZHERjs = require('../../../chunk-TYOWZHER.js');
5
- require('../../../chunk-GZV7AWC7.js');
6
- require('../../../chunk-PZ7N3OYJ.js');
4
+ var _chunk64C6YTOSjs = require('../../../chunk-64C6YTOS.js');
5
+ require('../../../chunk-BMNEK6RK.js');
6
+ require('../../../chunk-ODOVC476.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkTYOWZHERjs.generator_default; exports.initGeneratorFn = _chunkTYOWZHERjs.initGeneratorFn;
10
+ exports.default = _chunk64C6YTOSjs.generator_default; exports.initGeneratorFn = _chunk64C6YTOSjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-U4QTJCVT.mjs";
5
- import "../../../chunk-PEU5HZBR.mjs";
6
- import "../../../chunk-UGSMRVXF.mjs";
4
+ } from "../../../chunk-NCHBIIUS.mjs";
5
+ import "../../../chunk-3GYLMXEJ.mjs";
6
+ import "../../../chunk-FOG2C6AM.mjs";
7
7
  export {
8
8
  generator_default as default,
9
9
  initGeneratorFn
@@ -1,5 +1,5 @@
1
- import * as tsup from 'tsup';
1
+ import { Options } from 'tsup';
2
2
 
3
- declare const _default: tsup.Options | tsup.Options[] | ((overrideOptions: tsup.Options) => tsup.Options | tsup.Options[] | Promise<tsup.Options | tsup.Options[]>);
3
+ declare const _default: Options[];
4
4
 
5
5
  export { _default as default };
@@ -1,5 +1,5 @@
1
- import * as tsup from 'tsup';
1
+ import { Options } from 'tsup';
2
2
 
3
- declare const _default: tsup.Options | tsup.Options[] | ((overrideOptions: tsup.Options) => tsup.Options | tsup.Options[] | Promise<tsup.Options | tsup.Options[]>);
3
+ declare const _default: Options[];
4
4
 
5
5
  export { _default as default };
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkPZ7N3OYJjs = require('./chunk-PZ7N3OYJ.js');
3
+ var _chunkODOVC476js = require('./chunk-ODOVC476.js');
4
4
 
5
5
  // tsup.config.ts
6
- _chunkPZ7N3OYJjs.init_cjs_shims.call(void 0, );
6
+ _chunkODOVC476js.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-UGSMRVXF.mjs";
3
+ } from "./chunk-FOG2C6AM.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.20.6",
3
+ "version": "0.20.8",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -142,5 +142,5 @@
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "d5c599248477fed62d1478666efee7a84fe5e6da"
145
+ "gitHead": "0841267dc509f78180467408b62a1b9f5abd6c43"
146
146
  }
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- var _chunkPZ7N3OYJjs = require('./chunk-PZ7N3OYJ.js');
4
-
5
- // generators.ts
6
- _chunkPZ7N3OYJjs.init_cjs_shims.call(void 0, );