package-management 0.0.6 → 0.0.7

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 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 });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "package-management",
3
3
  "description": "Simple type-safe utilities for programatically installing and importing packages",
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "files": [