@unpackjs/core 1.7.4 → 1.7.5

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 +1 @@
1
- {"name":"commander","author":"TJ Holowaychuk <tj@vision-media.ca>","version":"12.1.0","license":"MIT","types":"index.d.ts","type":"commonjs"}
1
+ {"name":"commander","author":"TJ Holowaychuk <tj@vision-media.ca>","version":"13.0.0","license":"MIT","types":"index.d.ts","type":"commonjs"}
@@ -1,22 +1,22 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 9504: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 8810: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  "use strict";
5
- const loader = __nccwpck_require__(8332);
5
+ const loader = __nccwpck_require__(901);
6
6
  module.exports = loader.default;
7
7
  module.exports.defaultGetLocalIdent =
8
- __nccwpck_require__(3016).defaultGetLocalIdent;
8
+ __nccwpck_require__(7266).defaultGetLocalIdent;
9
9
  },
10
- 8332: (__unused_webpack_module, exports, __nccwpck_require__) => {
10
+ 901: (__unused_webpack_module, exports, __nccwpck_require__) => {
11
11
  "use strict";
12
12
  Object.defineProperty(exports, "__esModule", { value: true });
13
13
  exports["default"] = loader;
14
14
  var _postcss = _interopRequireDefault(__nccwpck_require__(977));
15
15
  var _package = _interopRequireDefault(__nccwpck_require__(7337));
16
16
  var _semver = __nccwpck_require__(5204);
17
- var _options = _interopRequireDefault(__nccwpck_require__(3747));
18
- var _plugins = __nccwpck_require__(6919);
19
- var _utils = __nccwpck_require__(3016);
17
+ var _options = _interopRequireDefault(__nccwpck_require__(9411));
18
+ var _plugins = __nccwpck_require__(6730);
19
+ var _utils = __nccwpck_require__(7266);
20
20
  function _interopRequireDefault(obj) {
21
21
  return obj && obj.__esModule ? obj : { default: obj };
22
22
  }
@@ -243,7 +243,7 @@
243
243
  callback(null, `${importCode}${moduleCode}${exportCode}`);
244
244
  }
245
245
  },
246
- 6919: (__unused_webpack_module, exports, __nccwpck_require__) => {
246
+ 6730: (__unused_webpack_module, exports, __nccwpck_require__) => {
247
247
  "use strict";
248
248
  Object.defineProperty(exports, "__esModule", { value: true });
249
249
  Object.defineProperty(exports, "icssParser", {
@@ -265,22 +265,20 @@
265
265
  },
266
266
  });
267
267
  var _postcssImportParser = _interopRequireDefault(
268
- __nccwpck_require__(892),
268
+ __nccwpck_require__(1751),
269
269
  );
270
- var _postcssIcssParser = _interopRequireDefault(
271
- __nccwpck_require__(3539),
272
- );
273
- var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(4944));
270
+ var _postcssIcssParser = _interopRequireDefault(__nccwpck_require__(58));
271
+ var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(7093));
274
272
  function _interopRequireDefault(obj) {
275
273
  return obj && obj.__esModule ? obj : { default: obj };
276
274
  }
277
275
  },
278
- 3539: (__unused_webpack_module, exports, __nccwpck_require__) => {
276
+ 58: (__unused_webpack_module, exports, __nccwpck_require__) => {
279
277
  "use strict";
280
278
  Object.defineProperty(exports, "__esModule", { value: true });
281
279
  exports["default"] = void 0;
282
280
  var _icssUtils = __nccwpck_require__(4508);
283
- var _utils = __nccwpck_require__(3016);
281
+ var _utils = __nccwpck_require__(7266);
284
282
  const plugin = (options = {}) => ({
285
283
  postcssPlugin: "postcss-icss-parser",
286
284
  async OnceExit(root) {
@@ -379,14 +377,14 @@
379
377
  plugin.postcss = true;
380
378
  var _default = (exports["default"] = plugin);
381
379
  },
382
- 892: (__unused_webpack_module, exports, __nccwpck_require__) => {
380
+ 1751: (__unused_webpack_module, exports, __nccwpck_require__) => {
383
381
  "use strict";
384
382
  Object.defineProperty(exports, "__esModule", { value: true });
385
383
  exports["default"] = void 0;
386
384
  var _postcssValueParser = _interopRequireDefault(
387
385
  __nccwpck_require__(7555),
388
386
  );
389
- var _utils = __nccwpck_require__(3016);
387
+ var _utils = __nccwpck_require__(7266);
390
388
  function _interopRequireDefault(obj) {
391
389
  return obj && obj.__esModule ? obj : { default: obj };
392
390
  }
@@ -691,14 +689,14 @@
691
689
  plugin.postcss = true;
692
690
  var _default = (exports["default"] = plugin);
693
691
  },
694
- 4944: (__unused_webpack_module, exports, __nccwpck_require__) => {
692
+ 7093: (__unused_webpack_module, exports, __nccwpck_require__) => {
695
693
  "use strict";
696
694
  Object.defineProperty(exports, "__esModule", { value: true });
697
695
  exports["default"] = void 0;
698
696
  var _postcssValueParser = _interopRequireDefault(
699
697
  __nccwpck_require__(7555),
700
698
  );
701
- var _utils = __nccwpck_require__(3016);
699
+ var _utils = __nccwpck_require__(7266);
702
700
  function _interopRequireDefault(obj) {
703
701
  return obj && obj.__esModule ? obj : { default: obj };
704
702
  }
@@ -1041,7 +1039,7 @@
1041
1039
  plugin.postcss = true;
1042
1040
  var _default = (exports["default"] = plugin);
1043
1041
  },
1044
- 3016: (__unused_webpack_module, exports, __nccwpck_require__) => {
1042
+ 7266: (__unused_webpack_module, exports, __nccwpck_require__) => {
1045
1043
  "use strict";
1046
1044
  Object.defineProperty(exports, "__esModule", { value: true });
1047
1045
  exports.WEBPACK_IGNORE_COMMENT_REGEXP = void 0;
@@ -7964,7 +7962,7 @@
7964
7962
  "use strict";
7965
7963
  module.exports = require("util");
7966
7964
  },
7967
- 3747: (module) => {
7965
+ 9411: (module) => {
7968
7966
  "use strict";
7969
7967
  module.exports = JSON.parse(
7970
7968
  '{"title":"CSS Loader options","additionalProperties":false,"properties":{"url":{"description":"Allows to enables/disables `url()`/`image-set()` functions handling.","link":"https://github.com/webpack-contrib/css-loader#url","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"import":{"description":"Allows to enables/disables `@import` at-rules handling.","link":"https://github.com/webpack-contrib/css-loader#import","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"modules":{"description":"Allows to enable/disable CSS Modules or ICSS and setup configuration.","link":"https://github.com/webpack-contrib/css-loader#modules","anyOf":[{"type":"boolean"},{"enum":["local","global","pure","icss"]},{"type":"object","additionalProperties":false,"properties":{"auto":{"description":"Allows auto enable CSS modules based on filename.","link":"https://github.com/webpack-contrib/css-loader#auto","anyOf":[{"instanceof":"RegExp"},{"instanceof":"Function"},{"type":"boolean"}]},"mode":{"description":"Setup `mode` option.","link":"https://github.com/webpack-contrib/css-loader#mode","anyOf":[{"enum":["local","global","pure","icss"]},{"instanceof":"Function"}]},"localIdentName":{"description":"Allows to configure the generated local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentname","type":"string","minLength":1},"localIdentContext":{"description":"Allows to redefine basic loader context for local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentcontext","type":"string","minLength":1},"localIdentHashSalt":{"description":"Allows to add custom hash to generate more unique classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashsalt","type":"string","minLength":1},"localIdentHashFunction":{"description":"Allows to specify hash function to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashfunction","type":"string","minLength":1},"localIdentHashDigest":{"description":"Allows to specify hash digest to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashdigest","type":"string","minLength":1},"localIdentHashDigestLength":{"description":"Allows to specify hash digest length to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashdigestlength","type":"number"},"hashStrategy":{"description":"Allows to specify should localName be used when computing the hash.","link":"https://github.com/webpack-contrib/css-loader#hashstrategy","enum":["resource-path-and-local-name","minimal-subset"]},"localIdentRegExp":{"description":"Allows to specify custom RegExp for local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentregexp","anyOf":[{"type":"string","minLength":1},{"instanceof":"RegExp"}]},"getLocalIdent":{"description":"Allows to specify a function to generate the classname.","link":"https://github.com/webpack-contrib/css-loader#getlocalident","instanceof":"Function"},"namedExport":{"description":"Enables/disables ES modules named export for locals.","link":"https://github.com/webpack-contrib/css-loader#namedexport","type":"boolean"},"exportGlobals":{"description":"Allows to export names from global class or id, so you can use that as local name.","link":"https://github.com/webpack-contrib/css-loader#exportglobals","type":"boolean"},"exportLocalsConvention":{"description":"Style of exported classnames.","link":"https://github.com/webpack-contrib/css-loader#localsconvention","anyOf":[{"enum":["asIs","as-is","camelCase","camel-case","camelCaseOnly","camel-case-only","dashes","dashesOnly","dashes-only"]},{"instanceof":"Function"}]},"exportOnlyLocals":{"description":"Export only locals.","link":"https://github.com/webpack-contrib/css-loader#exportonlylocals","type":"boolean"},"getJSON":{"description":"Allows outputting of CSS modules mapping through a callback.","link":"https://github.com/webpack-contrib/css-loader#getJSON","instanceof":"Function"}}}]},"sourceMap":{"description":"Allows to enable/disable source maps.","link":"https://github.com/webpack-contrib/css-loader#sourcemap","type":"boolean"},"importLoaders":{"description":"Allows enables/disables or setups number of loaders applied before CSS loader for `@import`/CSS Modules and ICSS imports.","link":"https://github.com/webpack-contrib/css-loader#importloaders","anyOf":[{"type":"boolean"},{"type":"string"},{"type":"integer"}]},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack-contrib/css-loader#esmodule","type":"boolean"},"exportType":{"description":"Allows exporting styles as array with modules, string or constructable stylesheet (i.e. `CSSStyleSheet`).","link":"https://github.com/webpack-contrib/css-loader#exporttype","enum":["array","string","css-style-sheet"]}},"type":"object"}',
@@ -7999,6 +7997,6 @@
7999
7997
  }
8000
7998
  if (typeof __nccwpck_require__ !== "undefined")
8001
7999
  __nccwpck_require__.ab = __dirname + "/";
8002
- var __webpack_exports__ = __nccwpck_require__(9504);
8000
+ var __webpack_exports__ = __nccwpck_require__(8810);
8003
8001
  module.exports = __webpack_exports__;
8004
8002
  })();
@@ -1,16 +1,16 @@
1
1
  (() => {
2
2
  "use strict";
3
3
  var __webpack_modules__ = {
4
- 922: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
- module.exports = __nccwpck_require__(246)["default"];
4
+ 999: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
+ module.exports = __nccwpck_require__(229)["default"];
6
6
  },
7
- 246: (__unused_webpack_module, exports, __nccwpck_require__) => {
7
+ 229: (__unused_webpack_module, exports, __nccwpck_require__) => {
8
8
  var __webpack_unused_export__;
9
9
  __webpack_unused_export__ = { value: true };
10
10
  exports["default"] = void 0;
11
11
  var _path = _interopRequireDefault(__nccwpck_require__(17));
12
- var _options = _interopRequireDefault(__nccwpck_require__(796));
13
- var _utils = __nccwpck_require__(995);
12
+ var _options = _interopRequireDefault(__nccwpck_require__(37));
13
+ var _utils = __nccwpck_require__(441);
14
14
  function _interopRequireDefault(obj) {
15
15
  return obj && obj.__esModule ? obj : { default: obj };
16
16
  }
@@ -112,7 +112,7 @@
112
112
  }
113
113
  var _default = (exports["default"] = lessLoader);
114
114
  },
115
- 995: (__unused_webpack_module, exports, __nccwpck_require__) => {
115
+ 441: (__unused_webpack_module, exports, __nccwpck_require__) => {
116
116
  Object.defineProperty(exports, "__esModule", { value: true });
117
117
  exports.errorFactory = errorFactory;
118
118
  exports.getLessImplementation = getLessImplementation;
@@ -307,7 +307,7 @@
307
307
  17: (module) => {
308
308
  module.exports = require("path");
309
309
  },
310
- 796: (module) => {
310
+ 37: (module) => {
311
311
  module.exports = JSON.parse(
312
312
  '{"title":"Less Loader options","type":"object","properties":{"lessOptions":{"description":"Options to pass through to `Less`.","link":"https://github.com/webpack-contrib/less-loader#lessoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Less` code to the actual entry file.","link":"https://github.com/webpack-contrib/less-loader#additionalData","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/less-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/less-loader#webpackimporter","type":"boolean"},"implementation":{"description":"The implementation of the `Less` to be used.","link":"https://github.com/webpack-contrib/less-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"lessLogAsWarnOrErr":{"description":"Less warnings and errors will be webpack warnings or errors.","link":"https://github.com/webpack-contrib/less-loader#lesslogaswarnorerr","type":"boolean"}},"additionalProperties":false}',
313
313
  );
@@ -335,6 +335,6 @@
335
335
  }
336
336
  if (typeof __nccwpck_require__ !== "undefined")
337
337
  __nccwpck_require__.ab = __dirname + "/";
338
- var __webpack_exports__ = __nccwpck_require__(922);
338
+ var __webpack_exports__ = __nccwpck_require__(999);
339
339
  module.exports = __webpack_exports__;
340
340
  })();
@@ -91800,19 +91800,19 @@
91800
91800
  module.exports = createColors();
91801
91801
  module.exports.createColors = createColors;
91802
91802
  },
91803
- 7823: (module, __unused_webpack_exports, __nccwpck_require__) => {
91803
+ 9401: (module, __unused_webpack_exports, __nccwpck_require__) => {
91804
91804
  "use strict";
91805
- module.exports = __nccwpck_require__(7028)["default"];
91805
+ module.exports = __nccwpck_require__(9282)["default"];
91806
91806
  },
91807
- 7028: (__unused_webpack_module, exports, __nccwpck_require__) => {
91807
+ 9282: (__unused_webpack_module, exports, __nccwpck_require__) => {
91808
91808
  "use strict";
91809
91809
  var __webpack_unused_export__;
91810
91810
  __webpack_unused_export__ = { value: true };
91811
91811
  exports["default"] = loader;
91812
91812
  var _path = _interopRequireDefault(__nccwpck_require__(1017));
91813
91813
  var _package = _interopRequireDefault(__nccwpck_require__(7337));
91814
- var _options = _interopRequireDefault(__nccwpck_require__(3529));
91815
- var _utils = __nccwpck_require__(7752);
91814
+ var _options = _interopRequireDefault(__nccwpck_require__(4368));
91815
+ var _utils = __nccwpck_require__(7533);
91816
91816
  function _interopRequireDefault(obj) {
91817
91817
  return obj && obj.__esModule ? obj : { default: obj };
91818
91818
  }
@@ -91990,7 +91990,7 @@
91990
91990
  callback(null, result.css, map, { ast });
91991
91991
  }
91992
91992
  },
91993
- 7752: (module, exports, __nccwpck_require__) => {
91993
+ 7533: (module, exports, __nccwpck_require__) => {
91994
91994
  "use strict";
91995
91995
  module = __nccwpck_require__.nmd(module);
91996
91996
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -93112,7 +93112,7 @@
93112
93112
  return keywords.has(word);
93113
93113
  }
93114
93114
  },
93115
- 3529: (module) => {
93115
+ 4368: (module) => {
93116
93116
  "use strict";
93117
93117
  module.exports = JSON.parse(
93118
93118
  '{"title":"PostCSS Loader options","type":"object","properties":{"postcssOptions":{"description":"Options to pass through to `Postcss`.","link":"https://github.com/webpack-contrib/postcss-loader#postcssOptions","anyOf":[{"type":"object","additionalProperties":true,"properties":{"config":{"description":"Allows to specify PostCSS config path.","link":"https://github.com/webpack-contrib/postcss-loader#config","anyOf":[{"description":"Allows to specify the path to the configuration file","type":"string"},{"description":"Enables/Disables autoloading config","type":"boolean"}]}}},{"instanceof":"Function"}]},"execute":{"description":"Enables/Disables PostCSS parser support in \'CSS-in-JS\'.","link":"https://github.com/webpack-contrib/postcss-loader#execute","type":"boolean"},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/postcss-loader#sourcemap","type":"boolean"},"implementation":{"description":"The implementation of postcss to use, instead of the locally installed version","link":"https://github.com/webpack-contrib/postcss-loader#implementation","anyOf":[{"type":"string"},{"instanceof":"Function"}]}},"additionalProperties":false}',
@@ -93222,6 +93222,6 @@
93222
93222
  })();
93223
93223
  if (typeof __nccwpck_require__ !== "undefined")
93224
93224
  __nccwpck_require__.ab = __dirname + "/";
93225
- var __webpack_exports__ = __nccwpck_require__(7823);
93225
+ var __webpack_exports__ = __nccwpck_require__(9401);
93226
93226
  module.exports = __webpack_exports__;
93227
93227
  })();
@@ -4795,19 +4795,19 @@
4795
4795
  }
4796
4796
  });
4797
4797
  },
4798
- 642: (module, __unused_webpack_exports, __nccwpck_require__) => {
4798
+ 837: (module, __unused_webpack_exports, __nccwpck_require__) => {
4799
4799
  "use strict";
4800
- const loader = __nccwpck_require__(941);
4800
+ const loader = __nccwpck_require__(139);
4801
4801
  module.exports = loader.default;
4802
4802
  },
4803
- 941: (__unused_webpack_module, exports, __nccwpck_require__) => {
4803
+ 139: (__unused_webpack_module, exports, __nccwpck_require__) => {
4804
4804
  "use strict";
4805
4805
  Object.defineProperty(exports, "__esModule", { value: true });
4806
4806
  exports["default"] = void 0;
4807
4807
  var _url = _interopRequireDefault(__nccwpck_require__(310));
4808
4808
  var _path = _interopRequireDefault(__nccwpck_require__(17));
4809
- var _options = _interopRequireDefault(__nccwpck_require__(794));
4810
- var _utils = __nccwpck_require__(300);
4809
+ var _options = _interopRequireDefault(__nccwpck_require__(906));
4810
+ var _utils = __nccwpck_require__(43);
4811
4811
  function _interopRequireDefault(e) {
4812
4812
  return e && e.__esModule ? e : { default: e };
4813
4813
  }
@@ -4917,7 +4917,7 @@
4917
4917
  }
4918
4918
  var _default = (exports["default"] = loader);
4919
4919
  },
4920
- 300: (__unused_webpack_module, exports, __nccwpck_require__) => {
4920
+ 43: (__unused_webpack_module, exports, __nccwpck_require__) => {
4921
4921
  "use strict";
4922
4922
  Object.defineProperty(exports, "__esModule", { value: true });
4923
4923
  exports.errorFactory = errorFactory;
@@ -5578,7 +5578,7 @@
5578
5578
  "use strict";
5579
5579
  module.exports = require("url");
5580
5580
  },
5581
- 794: (module) => {
5581
+ 906: (module) => {
5582
5582
  "use strict";
5583
5583
  module.exports = JSON.parse(
5584
5584
  '{"title":"Sass Loader options","type":"object","properties":{"implementation":{"description":"The implementation of the sass to be used.","link":"https://github.com/webpack-contrib/sass-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"api":{"description":"Switch between old and modern API for `sass` (`Dart Sass`) and `Sass Embedded` implementations.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","enum":["legacy","modern","modern-compiler"]},"sassOptions":{"description":"Options for `node-sass` or `sass` (`Dart Sass`) implementation.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Sass`/`SCSS` code before the actual entry file.","link":"https://github.com/webpack-contrib/sass-loader#additionaldata","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/sass-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/sass-loader#webpackimporter","type":"boolean"},"warnRuleAsWarning":{"description":"Treats the \'@warn\' rule as a webpack warning.","link":"https://github.com/webpack-contrib/sass-loader#warnruleaswarning","type":"boolean"}},"additionalProperties":false}',
@@ -5608,6 +5608,6 @@
5608
5608
  }
5609
5609
  if (typeof __nccwpck_require__ !== "undefined")
5610
5610
  __nccwpck_require__.ab = __dirname + "/";
5611
- var __webpack_exports__ = __nccwpck_require__(642);
5611
+ var __webpack_exports__ = __nccwpck_require__(837);
5612
5612
  module.exports = __webpack_exports__;
5613
5613
  })();
@@ -1,16 +1,16 @@
1
1
  (() => {
2
2
  "use strict";
3
3
  var __webpack_modules__ = {
4
- 811: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
- const loader = __nccwpck_require__(2);
4
+ 282: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
+ const loader = __nccwpck_require__(272);
6
6
  module.exports = loader.default;
7
7
  },
8
- 2: (__unused_webpack_module, exports, __nccwpck_require__) => {
8
+ 272: (__unused_webpack_module, exports, __nccwpck_require__) => {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports["default"] = void 0;
11
11
  var _path = _interopRequireDefault(__nccwpck_require__(17));
12
- var _utils = __nccwpck_require__(214);
13
- var _options = _interopRequireDefault(__nccwpck_require__(843));
12
+ var _utils = __nccwpck_require__(183);
13
+ var _options = _interopRequireDefault(__nccwpck_require__(546));
14
14
  function _interopRequireDefault(obj) {
15
15
  return obj && obj.__esModule ? obj : { default: obj };
16
16
  }
@@ -95,7 +95,7 @@
95
95
  };
96
96
  var _default = (exports["default"] = loader);
97
97
  },
98
- 296: (module) => {
98
+ 565: (module) => {
99
99
  function isEqualLocals(a, b, isNamedExport) {
100
100
  if ((!a && b) || (a && !b)) {
101
101
  return false;
@@ -121,7 +121,7 @@
121
121
  }
122
122
  module.exports = isEqualLocals;
123
123
  },
124
- 214: (__unused_webpack_module, exports, __nccwpck_require__) => {
124
+ 183: (__unused_webpack_module, exports, __nccwpck_require__) => {
125
125
  Object.defineProperty(exports, "__esModule", { value: true });
126
126
  exports.getExportLazyStyleCode = getExportLazyStyleCode;
127
127
  exports.getExportStyleCode = getExportStyleCode;
@@ -142,7 +142,7 @@
142
142
  exports.getdomAPI = getdomAPI;
143
143
  exports.stringifyRequest = stringifyRequest;
144
144
  var _path = _interopRequireDefault(__nccwpck_require__(17));
145
- var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(296));
145
+ var _isEqualLocals = _interopRequireDefault(__nccwpck_require__(565));
146
146
  function _interopRequireDefault(obj) {
147
147
  return obj && obj.__esModule ? obj : { default: obj };
148
148
  }
@@ -337,7 +337,7 @@
337
337
  17: (module) => {
338
338
  module.exports = require("path");
339
339
  },
340
- 843: (module) => {
340
+ 546: (module) => {
341
341
  module.exports = JSON.parse(
342
342
  '{"title":"Style Loader options","type":"object","properties":{"injectType":{"description":"Allows to setup how styles will be injected into DOM.","link":"https://github.com/webpack-contrib/style-loader#injecttype","enum":["styleTag","singletonStyleTag","autoStyleTag","lazyStyleTag","lazySingletonStyleTag","lazyAutoStyleTag","linkTag"]},"attributes":{"description":"Adds custom attributes to tag.","link":"https://github.com/webpack-contrib/style-loader#attributes","type":"object"},"insert":{"description":"Inserts `<style>`/`<link>` at the given position.","link":"https://github.com/webpack-contrib/style-loader#insert","type":"string"},"base":{"description":"Sets module ID base for DLLPlugin.","link":"https://github.com/webpack-contrib/style-loader#base","type":"number"},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack-contrib/css-loader#esmodule","type":"boolean"},"styleTagTransform":{"description":"Transform tag and css when insert \'style\' tag into the DOM","link":"https://github.com/webpack-contrib/style-loader#styleTagTransform","type":"string"}},"additionalProperties":false}',
343
343
  );
@@ -365,6 +365,6 @@
365
365
  }
366
366
  if (typeof __nccwpck_require__ !== "undefined")
367
367
  __nccwpck_require__.ab = __dirname + "/";
368
- var __webpack_exports__ = __nccwpck_require__(811);
368
+ var __webpack_exports__ = __nccwpck_require__(282);
369
369
  module.exports = __webpack_exports__;
370
370
  })();
@@ -167,7 +167,7 @@ async function getBundlerConfig(unpackConfig) {
167
167
  experiments: {
168
168
  lazyCompilation: unpackConfig.dev?.lazyCompilation && (0, import_utils.isDevServer)(),
169
169
  css: false,
170
- ...isRspack && (0, import_utils.isDev)() && unpackConfig.experiments?.incremental ? { incremental: true } : {}
170
+ ...isRspack && (0, import_utils.isDev)() ? { incremental: true } : {}
171
171
  },
172
172
  optimization: {
173
173
  moduleIds: (0, import_utils.isDev)() ? "named" : "deterministic",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/bundler-config/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAoBzE,wBAAsB,gBAAgB,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAkLhG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/bundler-config/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAoBzE,wBAAsB,gBAAgB,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAgLhG"}
@@ -144,7 +144,7 @@ async function getBundlerConfig(unpackConfig) {
144
144
  experiments: {
145
145
  lazyCompilation: unpackConfig.dev?.lazyCompilation && isDevServer(),
146
146
  css: false,
147
- ...isRspack && isDev() && unpackConfig.experiments?.incremental ? { incremental: true } : {}
147
+ ...isRspack && isDev() ? { incremental: true } : {}
148
148
  },
149
149
  optimization: {
150
150
  moduleIds: isDev() ? "named" : "deterministic",
@@ -46,7 +46,7 @@ class JsMinifyPlugin {
46
46
  const { implementation, ...transformOptions } = this.options;
47
47
  const meta = JSON.stringify({
48
48
  name: PLUGIN_NAME,
49
- version: "1.7.4",
49
+ version: "1.7.5",
50
50
  options: transformOptions
51
51
  });
52
52
  compiler.hooks.compilation.tap(PLUGIN_NAME, (compilation) => {
@@ -23,7 +23,7 @@ class JsMinifyPlugin {
23
23
  const { implementation, ...transformOptions } = this.options;
24
24
  const meta = JSON.stringify({
25
25
  name: PLUGIN_NAME,
26
- version: "1.7.4",
26
+ version: "1.7.5",
27
27
  options: transformOptions
28
28
  });
29
29
  compiler.hooks.compilation.tap(PLUGIN_NAME, (compilation) => {
@@ -81,7 +81,7 @@ function createUnpack() {
81
81
  build: async (unpackConfig) => {
82
82
  (0, import_utils.setNodeEnv)("production");
83
83
  console.log(
84
- import_colors.default.rainbow(`unpack v${"1.7.4"}`),
84
+ import_colors.default.rainbow(`unpack v${"1.7.5"}`),
85
85
  import_colors.default.green("building for production...")
86
86
  );
87
87
  const config = await resolveConfig(unpackConfig);
@@ -97,7 +97,7 @@ function createUnpack() {
97
97
  watch: async (unpackConfig) => {
98
98
  (0, import_utils.setNodeEnv)("development");
99
99
  console.log(
100
- import_colors.default.rainbow(`unpack v${"1.7.4"}`),
100
+ import_colors.default.rainbow(`unpack v${"1.7.5"}`),
101
101
  import_colors.default.green("building for development...")
102
102
  );
103
103
  const config = await resolveConfig(unpackConfig);
@@ -58,7 +58,7 @@ function createUnpack() {
58
58
  build: async (unpackConfig) => {
59
59
  setNodeEnv("production");
60
60
  console.log(
61
- colors.rainbow(`unpack v${"1.7.4"}`),
61
+ colors.rainbow(`unpack v${"1.7.5"}`),
62
62
  colors.green("building for production...")
63
63
  );
64
64
  const config = await resolveConfig(unpackConfig);
@@ -74,7 +74,7 @@ function createUnpack() {
74
74
  watch: async (unpackConfig) => {
75
75
  setNodeEnv("development");
76
76
  console.log(
77
- colors.rainbow(`unpack v${"1.7.4"}`),
77
+ colors.rainbow(`unpack v${"1.7.5"}`),
78
78
  colors.green("building for development...")
79
79
  );
80
80
  const config = await resolveConfig(unpackConfig);
package/dist/run/dev.cjs CHANGED
@@ -62,7 +62,7 @@ async function bundlerDev(originalUnpackConfig) {
62
62
  };
63
63
  const server = new import_webpack_dev_server.default(devServerOptions, compiler);
64
64
  import_logger.logger.greet(
65
- ` ${import_colors.default.green(`${import_colors.default.bold("UNPACK")} v${"1.7.4"}`)} ${import_colors.default.dim(
65
+ ` ${import_colors.default.green(`${import_colors.default.bold("UNPACK")} v${"1.7.5"}`)} ${import_colors.default.dim(
66
66
  `ready in ${import_colors.default.reset(
67
67
  import_colors.default.bold(Math.ceil(performance.now() - global.__unpack_start_time))
68
68
  )}ms`
package/dist/run/dev.js CHANGED
@@ -39,7 +39,7 @@ async function bundlerDev(originalUnpackConfig) {
39
39
  };
40
40
  const server = new WebpackDevServer(devServerOptions, compiler);
41
41
  logger.greet(
42
- ` ${colors.green(`${colors.bold("UNPACK")} v${"1.7.4"}`)} ${colors.dim(
42
+ ` ${colors.green(`${colors.bold("UNPACK")} v${"1.7.5"}`)} ${colors.dim(
43
43
  `ready in ${colors.reset(
44
44
  colors.bold(Math.ceil(performance.now() - global.__unpack_start_time))
45
45
  )}ms`
@@ -176,10 +176,6 @@ export type UnpackConfig = {
176
176
  * @default false
177
177
  */
178
178
  css?: boolean;
179
- /**
180
- * @default false
181
- */
182
- incremental?: boolean;
183
179
  };
184
180
  mpa?: boolean | {
185
181
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/types/config.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../src/types/config.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unpackjs/core",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/sass-loader": "8.0.9",
72
- "commander": "12.1.0",
72
+ "commander": "13.0.0",
73
73
  "css-loader": "7.1.2",
74
74
  "less-loader": "12.2.0",
75
75
  "line-diff": "2.1.1",
@@ -82,11 +82,11 @@
82
82
  "webpack-merge": "6.0.1"
83
83
  },
84
84
  "dependencies": {
85
- "@rspack/core": "1.1.6",
85
+ "@rspack/core": "1.1.8",
86
86
  "@types/less": "3.0.7",
87
87
  "copy-webpack-plugin": "12.0.2",
88
88
  "cors": "2.8.5",
89
- "esbuild": "0.24.0",
89
+ "esbuild": "0.24.2",
90
90
  "express": "4.21.2",
91
91
  "html-webpack-plugin": "5.6.3",
92
92
  "json5": "2.2.3",
@@ -96,10 +96,10 @@
96
96
  "picocolors": "1.1.1",
97
97
  "postcss": "8.4.49",
98
98
  "tinyglobby": "0.2.10",
99
- "ts-checker-rspack-plugin": "1.0.3",
99
+ "ts-checker-rspack-plugin": "1.1.0",
100
100
  "typed-css-modules": "0.9.1",
101
101
  "webpack": "5.97.1",
102
- "webpack-dev-server": "5.1.0",
102
+ "webpack-dev-server": "5.2.0",
103
103
  "thread-loader": "4.0.4"
104
104
  },
105
105
  "scripts": {