@inweb/client 26.9.9 → 26.9.10

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
@@ -2232,7 +2232,7 @@
2232
2232
  .then((data) => ({
2233
2233
  ...data,
2234
2234
  server: data.version,
2235
- client: "26.9.9",
2235
+ client: "26.9.10",
2236
2236
  }));
2237
2237
  }
2238
2238
  registerUser(email, password, userName) {
@@ -2728,7 +2728,7 @@
2728
2728
  }
2729
2729
  }
2730
2730
 
2731
- const version = "26.9.9";
2731
+ const version = "26.9.10";
2732
2732
 
2733
2733
  exports.Assembly = Assembly;
2734
2734
  exports.ClashTest = ClashTest;