@mingxy/ocosay 1.1.22 → 1.1.23
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/package.json +1 -1
- package/dist/plugin.js +2 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
package/dist/plugin.js
CHANGED
|
@@ -9905,7 +9905,8 @@ import { execSync as execSync2 } from "child_process";
|
|
|
9905
9905
|
import { createRequire } from "module";
|
|
9906
9906
|
var logger8 = createModuleLogger("Plugin");
|
|
9907
9907
|
var require2 = createRequire(import.meta.url);
|
|
9908
|
-
var
|
|
9908
|
+
var pluginPath = dirname2(fileURLToPath(import.meta.url));
|
|
9909
|
+
var opencodeNodeModules = join8(pluginPath, "..", "node_modules");
|
|
9909
9910
|
var pluginRequire = createRequire(join8(opencodeNodeModules, "package.json"));
|
|
9910
9911
|
function getSkipFilePath() {
|
|
9911
9912
|
return join8(homedir3(), ".config", "opencode", ".naudiodon_skip");
|