@dropout-ai/runtime 0.4.2 → 0.4.3

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/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dropout-ai/runtime",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Invisible Node.js runtime for understanding behavioral impact of AI interactions.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
package/src/index.js CHANGED
@@ -104,7 +104,7 @@ class Dropout {
104
104
  this.patchNetwork();
105
105
 
106
106
  // 5. SEND STARTUP PING
107
- this.sendStartupSignal();
107
+ //this.sendStartupSignal();
108
108
 
109
109
  // Lock the instance
110
110
  Dropout.instance = this;