package-management 0.0.6 → 0.0.8
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/index.cjs +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -307,7 +307,6 @@ function getWorkspaceFolder(options) {
|
|
|
307
307
|
}
|
|
308
308
|
return folder;
|
|
309
309
|
}
|
|
310
|
-
getWorkspaceFolder();
|
|
311
310
|
|
|
312
311
|
function getPackageFolder(options) {
|
|
313
312
|
return WST__namespace.findPackageRoot(options?.cwd ?? process__default.cwd());
|
|
@@ -955,7 +954,6 @@ const predefinedPathAliases = {
|
|
|
955
954
|
};
|
|
956
955
|
|
|
957
956
|
const getPath = definePathAliases(predefinedPathAliases).getFilePath;
|
|
958
|
-
getPath(["<workspace_folder>/node_modules/.bin"]);
|
|
959
957
|
|
|
960
958
|
function getFolderByPackageName(name, options) {
|
|
961
959
|
const infoMap = getWorkspacePackageInfoMap({ ...options, includeRoot: true });
|
package/dist/index.mjs
CHANGED
|
@@ -283,7 +283,6 @@ function getWorkspaceFolder(options) {
|
|
|
283
283
|
}
|
|
284
284
|
return folder;
|
|
285
285
|
}
|
|
286
|
-
getWorkspaceFolder();
|
|
287
286
|
|
|
288
287
|
function getPackageFolder(options) {
|
|
289
288
|
return WST.findPackageRoot(options?.cwd ?? process.cwd());
|
|
@@ -931,7 +930,6 @@ const predefinedPathAliases = {
|
|
|
931
930
|
};
|
|
932
931
|
|
|
933
932
|
const getPath = definePathAliases(predefinedPathAliases).getFilePath;
|
|
934
|
-
getPath(["<workspace_folder>/node_modules/.bin"]);
|
|
935
933
|
|
|
936
934
|
function getFolderByPackageName(name, options) {
|
|
937
935
|
const infoMap = getWorkspacePackageInfoMap({ ...options, includeRoot: true });
|