@storm-software/tsdown 0.24.11 → 0.24.12
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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkCCP7YM3Icjs = require('./chunk-CCP7YM3I.cjs');
|
|
5
5
|
require('./chunk-52NJUFUL.cjs');
|
|
6
6
|
require('./chunk-5KRF6IVW.cjs');
|
|
7
7
|
require('./chunk-USNT2KNT.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.build =
|
|
11
|
+
exports.build = _chunkCCP7YM3Icjs.build; exports.cleanOutputPath = _chunkCCP7YM3Icjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -120,7 +120,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunkUSNT2KNTcjs.__name.call(void
|
|
|
120
120
|
if (_fs.existsSync.call(void 0, projectPackageJsonPath)) {
|
|
121
121
|
const projectPackageJsonContent = await _promises.readFile.call(void 0, projectPackageJsonPath, "utf8");
|
|
122
122
|
const projectPackageJson = JSON.parse(projectPackageJsonContent);
|
|
123
|
-
if (projectPackageJson.private !==
|
|
123
|
+
if (projectPackageJson.private !== true) {
|
|
124
124
|
localPackages.push(projectPackageJson);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -120,7 +120,7 @@ var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot, projec
|
|
|
120
120
|
if (existsSync(projectPackageJsonPath)) {
|
|
121
121
|
const projectPackageJsonContent = await readFile2(projectPackageJsonPath, "utf8");
|
|
122
122
|
const projectPackageJson = JSON.parse(projectPackageJsonContent);
|
|
123
|
-
if (projectPackageJson.private !==
|
|
123
|
+
if (projectPackageJson.private !== true) {
|
|
124
124
|
localPackages.push(projectPackageJson);
|
|
125
125
|
}
|
|
126
126
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkCCP7YM3Icjs = require('./chunk-CCP7YM3I.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -17,4 +17,4 @@ require('./chunk-SFZRYJZ2.cjs');
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
exports.DEFAULT_BUILD_OPTIONS = _chunk5KRF6IVWcjs.DEFAULT_BUILD_OPTIONS; exports.build =
|
|
20
|
+
exports.DEFAULT_BUILD_OPTIONS = _chunk5KRF6IVWcjs.DEFAULT_BUILD_OPTIONS; exports.build = _chunkCCP7YM3Icjs.build; exports.clean = _chunk52NJUFULcjs.clean; exports.cleanDirectories = _chunk52NJUFULcjs.cleanDirectories; exports.cleanOutputPath = _chunkCCP7YM3Icjs.cleanOutputPath;
|
package/dist/index.js
CHANGED