@inweb/client 26.10.4 → 26.10.5

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/dist/client.js CHANGED
@@ -2235,7 +2235,7 @@
2235
2235
  .then((data) => ({
2236
2236
  ...data,
2237
2237
  server: data.version,
2238
- client: "26.10.4",
2238
+ client: "26.10.5",
2239
2239
  }));
2240
2240
  }
2241
2241
  registerUser(email, password, userName) {
@@ -2731,7 +2731,7 @@
2731
2731
  }
2732
2732
  }
2733
2733
 
2734
- const version = "26.10.4";
2734
+ const version = "26.10.5";
2735
2735
 
2736
2736
  exports.Assembly = Assembly;
2737
2737
  exports.ClashTest = ClashTest;