godprotocol 2.3.57 → 2.3.58

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.57",
3
+ "version": "2.3.58",
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",
@@ -248,6 +248,8 @@ class Headers extends Services {
248
248
  };
249
249
 
250
250
  handle_security = async (name, request, version = this.active_version) => {
251
+ this.active_version = version;
252
+
251
253
  let config;
252
254
  if (version === "*") {
253
255
  let version = this.versions[version];