@inweb/client 26.12.6 → 26.12.7

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
@@ -2241,7 +2241,7 @@
2241
2241
  .then((data) => ({
2242
2242
  ...data,
2243
2243
  server: data.version,
2244
- client: "26.12.6",
2244
+ client: "26.12.7",
2245
2245
  }));
2246
2246
  }
2247
2247
  registerUser(email, password, userName) {
@@ -2725,7 +2725,7 @@
2725
2725
  }
2726
2726
  }
2727
2727
 
2728
- const version = "26.12.6";
2728
+ const version = "26.12.7";
2729
2729
 
2730
2730
  exports.Assembly = Assembly;
2731
2731
  exports.ClashTest = ClashTest;