@powerlines/plugin-esbuild 0.2.0 → 0.4.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/dist/{chunk-4LCU5I5Q.cjs → chunk-DKSPBMRI.cjs} +3 -3
- package/dist/{chunk-4LCU5I5Q.cjs.map → chunk-DKSPBMRI.cjs.map} +1 -1
- package/dist/{chunk-5M2RJ6V6.js → chunk-FGTVQNHX.js} +3 -3
- package/dist/{chunk-5M2RJ6V6.js.map → chunk-FGTVQNHX.js.map} +1 -1
- package/dist/helpers/index.cjs +2 -2
- package/dist/helpers/index.js +1 -1
- package/dist/helpers/unplugin.cjs +2 -2
- package/dist/helpers/unplugin.js +1 -1
- package/dist/index.cjs +7 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -6
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -27,6 +27,7 @@ require('@stryke/fs/json');
|
|
|
27
27
|
require('@stryke/path/append');
|
|
28
28
|
var defu5 = require('defu');
|
|
29
29
|
require('typescript');
|
|
30
|
+
var titleCase = require('@stryke/string-format/title-case');
|
|
30
31
|
require('@stryke/fs/remove-file');
|
|
31
32
|
require('@stryke/hash/hash-files');
|
|
32
33
|
require('@stryke/helpers/get-unique');
|
|
@@ -37,7 +38,6 @@ var prettier = require('prettier');
|
|
|
37
38
|
require('@stryke/fs/resolve');
|
|
38
39
|
require('@storm-software/config-tools/get-config');
|
|
39
40
|
require('c12');
|
|
40
|
-
var titleCase = require('@stryke/string-format/title-case');
|
|
41
41
|
require('@stryke/env/get-env-paths');
|
|
42
42
|
var murmurhash = require('@stryke/hash/murmurhash');
|
|
43
43
|
var omit = require('@stryke/helpers/omit');
|
|
@@ -1468,5 +1468,5 @@ exports.__name = __name;
|
|
|
1468
1468
|
exports.createESBuildPlugin = createESBuildPlugin;
|
|
1469
1469
|
exports.resolveEntryInputFile = resolveEntryInputFile;
|
|
1470
1470
|
exports.resolveEntryOutput = resolveEntryOutput;
|
|
1471
|
-
//# sourceMappingURL=chunk-
|
|
1472
|
-
//# sourceMappingURL=chunk-
|
|
1471
|
+
//# sourceMappingURL=chunk-DKSPBMRI.cjs.map
|
|
1472
|
+
//# sourceMappingURL=chunk-DKSPBMRI.cjs.map
|