godprotocol 1.2.34 → 1.2.35

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/Objects/Oracle.js CHANGED
@@ -130,6 +130,7 @@ class Oracle_client {
130
130
  client: this.client,
131
131
  },
132
132
  });
133
+ if (!auth) return;
133
134
  console.log("Oracle authenticated:", auth);
134
135
 
135
136
  if (auth.token) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godprotocol",
3
- "version": "1.2.34",
3
+ "version": "1.2.35",
4
4
  "description": "A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.",
5
5
  "main": "Index.js",
6
6
  "type": "module",