@storm-software/build-tools 0.143.25 → 0.143.26

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.
@@ -45,10 +45,9 @@ var getEntryPoints = /* @__PURE__ */ __name(async (config, projectRoot, sourceRo
45
45
  return ret;
46
46
  }, []));
47
47
  } else {
48
- const result = correctPaths(entryPoint.replaceAll(correctPaths(workspaceRoot), "").replaceAll(correctPaths(projectRoot), ""));
49
- writeDebug(`Trying to add entry point ${result}"`, config);
50
- if (!paths.includes(result)) {
51
- paths.push(result);
48
+ writeDebug(`Trying to add entry point ${entryPoint}"`, config);
49
+ if (!paths.includes(entryPoint)) {
50
+ paths.push(entryPoint);
52
51
  }
53
52
  }
54
53
  return paths;
@@ -45,10 +45,9 @@ var getEntryPoints = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async
45
45
  return ret;
46
46
  }, []));
47
47
  } else {
48
- const result = _chunkUS6NZ6IWjs.correctPaths.call(void 0, entryPoint.replaceAll(_chunkUS6NZ6IWjs.correctPaths.call(void 0, workspaceRoot), "").replaceAll(_chunkUS6NZ6IWjs.correctPaths.call(void 0, projectRoot), ""));
49
- _chunkUS6NZ6IWjs.writeDebug.call(void 0, `Trying to add entry point ${result}"`, config);
50
- if (!paths.includes(result)) {
51
- paths.push(result);
48
+ _chunkUS6NZ6IWjs.writeDebug.call(void 0, `Trying to add entry point ${entryPoint}"`, config);
49
+ if (!paths.includes(entryPoint)) {
50
+ paths.push(entryPoint);
52
51
  }
53
52
  }
54
53
  return paths;
package/dist/index.d.mts CHANGED
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
14
14
  export { readNxConfig } from './utilities/read-nx-config.mjs';
15
15
  export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.mjs';
16
16
  import 'rollup';
17
- import './types-DTWup69w.mjs';
17
+ import './types-B6HfHepu.mjs';
18
18
  import 'zod';
19
19
  import '@nx/devkit';
20
20
  import '@nx/js/src/utils/buildable-libs-utils';
package/dist/index.d.ts CHANGED
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
14
14
  export { readNxConfig } from './utilities/read-nx-config.js';
15
15
  export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.js';
16
16
  import 'rollup';
17
- import './types-DTWup69w.js';
17
+ import './types-B6HfHepu.js';
18
18
  import 'zod';
19
19
  import '@nx/devkit';
20
20
  import '@nx/js/src/utils/buildable-libs-utils';
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var _chunk6AQ4XKGNjs = require('./chunk-6AQ4XKGN.js');
17
17
  var _chunkMDHASPY4js = require('./chunk-MDHASPY4.js');
18
18
 
19
19
 
20
- var _chunkPJ6US7XNjs = require('./chunk-PJ6US7XN.js');
20
+ var _chunkQNP6RTJHjs = require('./chunk-QNP6RTJH.js');
21
21
 
22
22
 
23
23
  var _chunk5HOBE4TZjs = require('./chunk-5HOBE4TZ.js');
@@ -80,4 +80,4 @@ require('./chunk-SHUYVCID.js');
80
80
 
81
81
 
82
82
 
83
- exports.DEFAULT_COMPILED_BANNER = _chunkMYIXHZMSjs.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMYIXHZMSjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunkMYIXHZMSjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMYIXHZMSjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMYIXHZMSjs.DEFAULT_TARGET; exports.addPackageDependencies = _chunkMDHASPY4js.addPackageDependencies; exports.addPackageJsonExport = _chunkMDHASPY4js.addPackageJsonExport; exports.addPackageJsonExports = _chunkMDHASPY4js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkMDHASPY4js.addWorkspacePackageJsonFields; exports.analyze = _chunkXQSNXFPQjs.analyze; exports.copyAssets = _chunk6AQ4XKGNjs.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkPJ6US7XNjs.getEntryPoints; exports.getEnv = _chunk5HOBE4TZjs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkF7WSCB6Hjs.getOutExtension; exports.readNxConfig = _chunkLKWLSLMMjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkMITAVBMNjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
83
+ exports.DEFAULT_COMPILED_BANNER = _chunkMYIXHZMSjs.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMYIXHZMSjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunkMYIXHZMSjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMYIXHZMSjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMYIXHZMSjs.DEFAULT_TARGET; exports.addPackageDependencies = _chunkMDHASPY4js.addPackageDependencies; exports.addPackageJsonExport = _chunkMDHASPY4js.addPackageJsonExport; exports.addPackageJsonExports = _chunkMDHASPY4js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkMDHASPY4js.addWorkspacePackageJsonFields; exports.analyze = _chunkXQSNXFPQjs.analyze; exports.copyAssets = _chunk6AQ4XKGNjs.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkQNP6RTJHjs.getEntryPoints; exports.getEnv = _chunk5HOBE4TZjs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkF7WSCB6Hjs.getOutExtension; exports.readNxConfig = _chunkLKWLSLMMjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkMITAVBMNjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
package/dist/index.mjs CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  } from "./chunk-KGIBCAXS.mjs";
18
18
  import {
19
19
  getEntryPoints
20
- } from "./chunk-UNLRQN2S.mjs";
20
+ } from "./chunk-6UDX4KBF.mjs";
21
21
  import {
22
22
  getEnv
23
23
  } from "./chunk-T2R2KKTW.mjs";