@mcesystems/apple-kit 1.0.57 → 1.0.58

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.js CHANGED
@@ -33605,8 +33605,8 @@ var import_node_path6 = require("node:path");
33605
33605
  var import_node_url = require("node:url");
33606
33606
  var import_meta = {};
33607
33607
  function resolveEnvPlistDir() {
33608
- const envPath = (0, import_node_path6.join)(getResourcesBinPath(), "plist");
33609
- if (!envPath) {
33608
+ const envPath = (0, import_node_path6.join)(getResourcesPath(), "plist");
33609
+ if (!(0, import_node_fs3.existsSync)(envPath)) {
33610
33610
  return null;
33611
33611
  }
33612
33612
  const absolutePath = (0, import_node_path6.isAbsolute)(envPath) ? envPath : (0, import_node_path6.join)(process.cwd(), envPath);