@storm-software/unbuild 0.33.9 → 0.33.11

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/dist/build.cjs CHANGED
@@ -5,15 +5,15 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkXXT4GSHPcjs = require('./chunk-XXT4GSHP.cjs');
9
- require('./chunk-TXZ34CR4.cjs');
10
- require('./chunk-AK65ISF4.cjs');
11
- require('./chunk-7JMYS6DV.cjs');
12
- require('./chunk-SHHAZOHN.cjs');
13
- require('./chunk-ZPOKDFLY.cjs');
14
- require('./chunk-FSQI7UVH.cjs');
15
- require('./chunk-36DXI2BP.cjs');
16
- require('./chunk-YDYGZTJK.cjs');
8
+ var _chunkFYU6QKHNcjs = require('./chunk-FYU6QKHN.cjs');
9
+ require('./chunk-I7SGCUR4.cjs');
10
+ require('./chunk-HBOCJ3VS.cjs');
11
+ require('./chunk-ZYPPSI2Q.cjs');
12
+ require('./chunk-BDHZY5E7.cjs');
13
+ require('./chunk-Y3FGYCTG.cjs');
14
+ require('./chunk-ELBNF3ZV.cjs');
15
+ require('./chunk-LFUHP3V6.cjs');
16
+ require('./chunk-BGYQAVKQ.cjs');
17
17
 
18
18
 
19
19
 
@@ -21,4 +21,4 @@ require('./chunk-YDYGZTJK.cjs');
21
21
 
22
22
 
23
23
 
24
- exports.build = _chunkXXT4GSHPcjs.build; exports.cleanOutputPath = _chunkXXT4GSHPcjs.cleanOutputPath; exports.copyBuildAssets = _chunkXXT4GSHPcjs.copyBuildAssets; exports.executeUnbuild = _chunkXXT4GSHPcjs.executeUnbuild; exports.generatePackageJson = _chunkXXT4GSHPcjs.generatePackageJson; exports.resolveOptions = _chunkXXT4GSHPcjs.resolveOptions;
24
+ exports.build = _chunkFYU6QKHNcjs.build; exports.cleanOutputPath = _chunkFYU6QKHNcjs.cleanOutputPath; exports.copyBuildAssets = _chunkFYU6QKHNcjs.copyBuildAssets; exports.executeUnbuild = _chunkFYU6QKHNcjs.executeUnbuild; exports.generatePackageJson = _chunkFYU6QKHNcjs.generatePackageJson; exports.resolveOptions = _chunkFYU6QKHNcjs.resolveOptions;
package/dist/build.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-FGTLL4QO.js";
8
+ } from "./chunk-ZGZI67KX.js";
9
9
  import "./chunk-ERYQ4O3N.js";
10
10
  import "./chunk-SRY6IWKG.js";
11
11
  import "./chunk-I3ATI525.js";
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkYDYGZTJKcjs = require('./chunk-YDYGZTJK.cjs');
3
+ var _chunkBGYQAVKQcjs = require('./chunk-BGYQAVKQ.cjs');
4
4
 
5
5
  // src/plugins/type-definitions.ts
6
6
  var _path = require('path');
@@ -31,7 +31,7 @@ export { default } from ${relativeSourceDtsName};
31
31
  }
32
32
  };
33
33
  }
34
- _chunkYDYGZTJKcjs.__name.call(void 0, typeDefinitions, "typeDefinitions");
34
+ _chunkBGYQAVKQcjs.__name.call(void 0, typeDefinitions, "typeDefinitions");
35
35
 
36
36
 
37
37
 
@@ -0,0 +1,13 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
+ }) : x)(function(x) {
6
+ if (typeof require !== "undefined") return require.apply(this, arguments);
7
+ throw Error('Dynamic require of "' + x + '" is not supported');
8
+ });
9
+
10
+
11
+
12
+
13
+ exports.__name = __name; exports.__require = __require;
@@ -1,16 +1,16 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk36DXI2BPcjs = require('./chunk-36DXI2BP.cjs');
3
+ var _chunkLFUHP3V6cjs = require('./chunk-LFUHP3V6.cjs');
4
4
 
5
5
 
6
- var _chunkYDYGZTJKcjs = require('./chunk-YDYGZTJK.cjs');
6
+ var _chunkBGYQAVKQcjs = require('./chunk-BGYQAVKQ.cjs');
7
7
 
8
8
  // src/plugins/on-error.ts
9
- var onErrorPlugin = /* @__PURE__ */ _chunkYDYGZTJKcjs.__name.call(void 0, (options, resolvedOptions) => ({
9
+ var onErrorPlugin = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, (options, resolvedOptions) => ({
10
10
  name: "storm:on-error",
11
11
  buildEnd(error) {
12
12
  if (error) {
13
- _chunk36DXI2BPcjs.writeError.call(void 0, `The following errors occurred during the build:
13
+ _chunkLFUHP3V6cjs.writeError.call(void 0, `The following errors occurred during the build:
14
14
  ${error ? error.message : "Unknown build error"}
15
15
 
16
16
  `, resolvedOptions.config);
@@ -18,7 +18,7 @@ ${error ? error.message : "Unknown build error"}
18
18
  }
19
19
  },
20
20
  renderError(error) {
21
- _chunk36DXI2BPcjs.writeError.call(void 0, `The following errors occurred during the build:
21
+ _chunkLFUHP3V6cjs.writeError.call(void 0, `The following errors occurred during the build:
22
22
  ${error ? error.message : "Unknown build error"}
23
23
 
24
24
  `, resolvedOptions.config);