@inweb/client 25.8.8 → 25.8.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
@@ -3792,7 +3792,7 @@
3792
3792
  .then((data) => ({
3793
3793
  ...data,
3794
3794
  server: data.version,
3795
- client: "25.8.8",
3795
+ client: "25.8.10",
3796
3796
  }));
3797
3797
  }
3798
3798
  /**
@@ -4484,7 +4484,7 @@
4484
4484
  }
4485
4485
 
4486
4486
  ///////////////////////////////////////////////////////////////////////////////
4487
- const version = "25.8.8";
4487
+ const version = "25.8.10";
4488
4488
 
4489
4489
  exports.Assembly = Assembly;
4490
4490
  exports.ClashTest = ClashTest;