godprotocol 2.3.35 → 2.3.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godprotocol",
3
- "version": "2.3.35",
3
+ "version": "2.3.36",
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",
@@ -107,6 +107,8 @@ class Services {
107
107
  headers["x-platform"] = this.platform_uri;
108
108
  }
109
109
 
110
+ if (header.xplatform) headers["x-platform"] = header.xplatform;
111
+
110
112
  if (
111
113
  !headers["x-api-key"] &&
112
114
  !headers["Authorization"] &&