@storm-software/build-tools 0.139.0 → 0.140.0

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/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
- [![Version](https://img.shields.io/badge/version-0.138.33-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.140.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -12,8 +12,12 @@ import path from "node:path";
12
12
  import _resolve from "resolve";
13
13
  var resolveModule = /* @__PURE__ */ __name((id, opts) => new Promise((resolve, reject) => {
14
14
  _resolve(id, opts, (err, res) => {
15
- if (err?.code === "MODULE_NOT_FOUND") return resolve(null);
16
- if (err) return reject(err);
15
+ if (err?.code === "MODULE_NOT_FOUND") {
16
+ return resolve(null);
17
+ }
18
+ if (err) {
19
+ return reject(err);
20
+ }
17
21
  resolve(res || null);
18
22
  });
19
23
  }), "resolveModule");
@@ -12,8 +12,12 @@ var _path = require('path'); var _path2 = _interopRequireDefault(_path);
12
12
  var _resolve2 = require('resolve'); var _resolve3 = _interopRequireDefault(_resolve2);
13
13
  var resolveModule = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, (id, opts) => new Promise((resolve, reject) => {
14
14
  _resolve3.default.call(void 0, id, opts, (err, res) => {
15
- if (_optionalChain([err, 'optionalAccess', _ => _.code]) === "MODULE_NOT_FOUND") return resolve(null);
16
- if (err) return reject(err);
15
+ if (_optionalChain([err, 'optionalAccess', _ => _.code]) === "MODULE_NOT_FOUND") {
16
+ return resolve(null);
17
+ }
18
+ if (err) {
19
+ return reject(err);
20
+ }
17
21
  resolve(res || null);
18
22
  });
19
23
  }), "resolveModule");
package/dist/index.js CHANGED
@@ -49,7 +49,7 @@ var _chunkR56NLG6Qjs = require('./chunk-R56NLG6Q.js');
49
49
  var _chunk2TV7ZJSKjs = require('./chunk-2TV7ZJSK.js');
50
50
 
51
51
 
52
- var _chunkV36J43WSjs = require('./chunk-V36J43WS.js');
52
+ var _chunkSI355FTSjs = require('./chunk-SI355FTS.js');
53
53
  require('./chunk-MU7OWIYU.js');
54
54
 
55
55
 
@@ -80,4 +80,4 @@ require('./chunk-SHUYVCID.js');
80
80
 
81
81
 
82
82
 
83
- exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunk2VN7PZDPjs.addPackageDependencies; exports.addPackageJsonExport = _chunk2VN7PZDPjs.addPackageJsonExport; exports.addPackageJsonExports = _chunk2VN7PZDPjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunk2VN7PZDPjs.addWorkspacePackageJsonFields; exports.analyze = _chunkR56NLG6Qjs.analyze; exports.copyAssets = _chunkWSAQVGNNjs.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkA4LIWZ5Yjs.getEntryPoints; exports.getEnv = _chunkN5X2XK66js.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkQUWQ3Z2Yjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkV36J43WSjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
83
+ exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunk2VN7PZDPjs.addPackageDependencies; exports.addPackageJsonExport = _chunk2VN7PZDPjs.addPackageJsonExport; exports.addPackageJsonExports = _chunk2VN7PZDPjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunk2VN7PZDPjs.addWorkspacePackageJsonFields; exports.analyze = _chunkR56NLG6Qjs.analyze; exports.copyAssets = _chunkWSAQVGNNjs.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkA4LIWZ5Yjs.getEntryPoints; exports.getEnv = _chunkN5X2XK66js.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkQUWQ3Z2Yjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkSI355FTSjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
package/dist/index.mjs CHANGED
@@ -49,7 +49,7 @@ import {
49
49
  } from "./chunk-LCPSDCDB.mjs";
50
50
  import {
51
51
  tsResolvePlugin
52
- } from "./chunk-ILQYQFEK.mjs";
52
+ } from "./chunk-IRLF2BUH.mjs";
53
53
  import "./chunk-ZLBZQ7L7.mjs";
54
54
  import {
55
55
  typeDefinitions
@@ -7,7 +7,7 @@ var _chunkR56NLG6Qjs = require('../chunk-R56NLG6Q.js');
7
7
  var _chunk2TV7ZJSKjs = require('../chunk-2TV7ZJSK.js');
8
8
 
9
9
 
10
- var _chunkV36J43WSjs = require('../chunk-V36J43WS.js');
10
+ var _chunkSI355FTSjs = require('../chunk-SI355FTS.js');
11
11
  require('../chunk-MU7OWIYU.js');
12
12
 
13
13
 
@@ -18,4 +18,4 @@ require('../chunk-SHUYVCID.js');
18
18
 
19
19
 
20
20
 
21
- exports.analyze = _chunkR56NLG6Qjs.analyze; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkV36J43WSjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
21
+ exports.analyze = _chunkR56NLG6Qjs.analyze; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkSI355FTSjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
@@ -7,7 +7,7 @@ import {
7
7
  } from "../chunk-LCPSDCDB.mjs";
8
8
  import {
9
9
  tsResolvePlugin
10
- } from "../chunk-ILQYQFEK.mjs";
10
+ } from "../chunk-IRLF2BUH.mjs";
11
11
  import "../chunk-ZLBZQ7L7.mjs";
12
12
  import {
13
13
  typeDefinitions
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkV36J43WSjs = require('../chunk-V36J43WS.js');
3
+ var _chunkSI355FTSjs = require('../chunk-SI355FTS.js');
4
4
  require('../chunk-MU7OWIYU.js');
5
5
  require('../chunk-SHUYVCID.js');
6
6
 
7
7
 
8
- exports.tsResolvePlugin = _chunkV36J43WSjs.tsResolvePlugin;
8
+ exports.tsResolvePlugin = _chunkSI355FTSjs.tsResolvePlugin;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  tsResolvePlugin
3
- } from "../chunk-ILQYQFEK.mjs";
3
+ } from "../chunk-IRLF2BUH.mjs";
4
4
  import "../chunk-ZLBZQ7L7.mjs";
5
5
  import "../chunk-O6YSETKJ.mjs";
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/build-tools",
3
- "version": "0.139.0",
3
+ "version": "0.140.0",
4
4
  "description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
5
5
  "repository": {
6
6
  "type": "github",