@storm-software/workspace-tools 1.84.0 → 1.86.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.
@@ -667,9 +667,9 @@ var require_main = __commonJS({
667
667
  }
668
668
  });
669
669
 
670
- // node_modules/.pnpm/jiti@1.21.1/node_modules/jiti/dist/jiti.js
670
+ // node_modules/.pnpm/jiti@1.21.3/node_modules/jiti/dist/jiti.js
671
671
  var require_jiti = __commonJS({
672
- "node_modules/.pnpm/jiti@1.21.1/node_modules/jiti/dist/jiti.js"(exports2, module2) {
672
+ "node_modules/.pnpm/jiti@1.21.3/node_modules/jiti/dist/jiti.js"(exports2, module2) {
673
673
  (() => {
674
674
  var __webpack_modules__ = { "./node_modules/.pnpm/create-require@1.1.1/node_modules/create-require/create-require.js": (module3, __unused_webpack_exports, __webpack_require__2) => {
675
675
  const nativeModule = __webpack_require__2("module"), path5 = __webpack_require__2("path"), fs2 = __webpack_require__2("fs");
@@ -685,14 +685,14 @@ var require_jiti = __commonJS({
685
685
  return mod.filename = filename2, mod.paths = nativeModule.Module._nodeModulePaths(path5.dirname(filename2)), mod._compile("module.exports = require;", filename2), mod.exports;
686
686
  }(filename);
687
687
  };
688
- }, "./node_modules/.pnpm/mlly@1.7.0/node_modules/mlly/dist lazy recursive": (module3) => {
688
+ }, "./node_modules/.pnpm/mlly@1.7.1/node_modules/mlly/dist lazy recursive": (module3) => {
689
689
  function webpackEmptyAsyncContext(req) {
690
690
  return Promise.resolve().then(() => {
691
691
  var e2 = new Error("Cannot find module '" + req + "'");
692
692
  throw e2.code = "MODULE_NOT_FOUND", e2;
693
693
  });
694
694
  }
695
- webpackEmptyAsyncContext.keys = () => [], webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext, webpackEmptyAsyncContext.id = "./node_modules/.pnpm/mlly@1.7.0/node_modules/mlly/dist lazy recursive", module3.exports = webpackEmptyAsyncContext;
695
+ webpackEmptyAsyncContext.keys = () => [], webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext, webpackEmptyAsyncContext.id = "./node_modules/.pnpm/mlly@1.7.1/node_modules/mlly/dist lazy recursive", module3.exports = webpackEmptyAsyncContext;
696
696
  }, "./node_modules/.pnpm/object-hash@3.0.0/node_modules/object-hash/index.js": (module3, exports3, __webpack_require__2) => {
697
697
  "use strict";
698
698
  var crypto = __webpack_require__2("crypto");
@@ -4278,7 +4278,8 @@ Default "index" lookups for the main are deprecated for ES modules.`, "Deprecati
4278
4278
  var value2;
4279
4279
  const defaultValue = sourceModule.default;
4280
4280
  if (null == defaultValue) return sourceModule;
4281
- if ("object" != typeof defaultValue) return opts2.preferNamespace ? sourceModule : defaultValue;
4281
+ const _defaultType = typeof defaultValue;
4282
+ if ("object" !== _defaultType && ("function" !== _defaultType || opts2.preferNamespace)) return opts2.preferNamespace ? sourceModule : defaultValue;
4282
4283
  for (const key in sourceModule) try {
4283
4284
  key in defaultValue || Object.defineProperty(defaultValue, key, { enumerable: "default" !== key, configurable: "default" !== key, get: () => sourceModule[key] });
4284
4285
  } catch {
@@ -4366,9 +4367,9 @@ Default "index" lookups for the main are deprecated for ES modules.`, "Deprecati
4366
4367
  }
4367
4368
  });
4368
4369
 
4369
- // node_modules/.pnpm/jiti@1.21.1/node_modules/jiti/dist/babel.js
4370
+ // node_modules/.pnpm/jiti@1.21.3/node_modules/jiti/dist/babel.js
4370
4371
  var require_babel = __commonJS({
4371
- "node_modules/.pnpm/jiti@1.21.1/node_modules/jiti/dist/babel.js"(exports2, module2) {
4372
+ "node_modules/.pnpm/jiti@1.21.3/node_modules/jiti/dist/babel.js"(exports2, module2) {
4372
4373
  (() => {
4373
4374
  var __webpack_modules__ = { "./node_modules/.pnpm/@ampproject+remapping@2.3.0/node_modules/@ampproject/remapping/dist/remapping.umd.js": function(module3, __unused_webpack_exports, __webpack_require__2) {
4374
4375
  module3.exports = function(traceMapping, genMapping) {
@@ -29679,9 +29680,9 @@ ${trace}`);
29679
29680
  }
29680
29681
  });
29681
29682
 
29682
- // node_modules/.pnpm/jiti@1.21.1/node_modules/jiti/lib/index.js
29683
+ // node_modules/.pnpm/jiti@1.21.3/node_modules/jiti/lib/index.js
29683
29684
  var require_lib = __commonJS({
29684
- "node_modules/.pnpm/jiti@1.21.1/node_modules/jiti/lib/index.js"(exports2, module2) {
29685
+ "node_modules/.pnpm/jiti@1.21.3/node_modules/jiti/lib/index.js"(exports2, module2) {
29685
29686
  function onError(err) {
29686
29687
  throw err;
29687
29688
  }
@@ -35997,7 +35998,7 @@ var init_dist5 = __esm({
35997
35998
  }
35998
35999
  });
35999
36000
 
36000
- // node_modules/.pnpm/mlly@1.7.0/node_modules/mlly/dist/index.mjs
36001
+ // node_modules/.pnpm/mlly@1.7.1/node_modules/mlly/dist/index.mjs
36001
36002
  function normalizeSlash(path5) {
36002
36003
  return path5.replace(/\\/g, "/");
36003
36004
  }
@@ -37059,7 +37060,7 @@ function resolvePath(id, options) {
37059
37060
  }
37060
37061
  var import_node_module, import_node_fs3, import_node_url, import_node_assert, import_node_process, import_node_path3, import_node_v8, import_node_util, BUILTIN_MODULES, own$1, classRegExp, kTypes, codes, messages, nodeInternalPrefix, userStackTraceLimit, captureLargerStackTrace, hasOwnProperty$1, ERR_INVALID_PACKAGE_CONFIG$1, cache, ERR_UNKNOWN_FILE_EXTENSION, hasOwnProperty3, extensionFormatMap, protocolHandlers, RegExpPrototypeSymbolReplace, ERR_NETWORK_IMPORT_DISALLOWED, ERR_INVALID_MODULE_SPECIFIER, ERR_INVALID_PACKAGE_CONFIG, ERR_INVALID_PACKAGE_TARGET, ERR_MODULE_NOT_FOUND, ERR_PACKAGE_IMPORT_NOT_DEFINED, ERR_PACKAGE_PATH_NOT_EXPORTED, ERR_UNSUPPORTED_DIR_IMPORT, ERR_UNSUPPORTED_RESOLVE_REQUEST, own, invalidSegmentRegEx, deprecatedInvalidSegmentRegEx, invalidPackageNameRegEx, patternRegEx, encodedSeparatorRegEx, emittedPackageWarnings, doubleSlashRegEx, DEFAULT_CONDITIONS_SET, DEFAULT_EXTENSIONS, NOT_FOUND_ERRORS;
37061
37062
  var init_dist6 = __esm({
37062
- "node_modules/.pnpm/mlly@1.7.0/node_modules/mlly/dist/index.mjs"() {
37063
+ "node_modules/.pnpm/mlly@1.7.1/node_modules/mlly/dist/index.mjs"() {
37063
37064
  init_acorn();
37064
37065
  import_node_module = require("node:module");
37065
37066
  import_node_fs3 = __toESM(require("node:fs"), 1);