log-llm-config 1.3.48 → 1.3.51

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.
Files changed (2) hide show
  1. package/dist/tofu.js +1 -1
  2. package/package.json +1 -1
package/dist/tofu.js CHANGED
@@ -30,7 +30,7 @@ function readEnvironment() {
30
30
  const __dirname = path.dirname(fileURLToPath(import.meta.url));
31
31
  const isDevelopment = readEnvironment() === "development";
32
32
  // In development: resolve local optimus-tofu dist relative to this file.
33
- // dist/tofu.js → ../.. → npx_packages/staging/ → optimus-tofu/dist/index.js
33
+ // dist/tofu.js → ../.. → npx_packages/production/ → optimus-tofu/dist/index.js
34
34
  const localTofuPath = path.join(__dirname, "../../optimus-tofu/dist/index.js");
35
35
  const tofu = (isDevelopment
36
36
  ? await import(localTofuPath)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "log-llm-config",
3
- "version": "1.3.48",
3
+ "version": "1.3.51",
4
4
  "description": "CLI helpers for logging hardware UUIDs and posting startup payloads to Optimus Security.",
5
5
  "type": "module",
6
6
  "bin": {