@inweb/client 26.2.1 → 26.3.0

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
@@ -4562,7 +4562,7 @@
4562
4562
  .then((data) => ({
4563
4563
  ...data,
4564
4564
  server: data.version,
4565
- client: "26.2.1",
4565
+ client: "26.3.0",
4566
4566
  }));
4567
4567
  }
4568
4568
  /**
@@ -5447,7 +5447,7 @@
5447
5447
  // By use of this software, its documentation or related materials, you
5448
5448
  // acknowledge and accept the above terms.
5449
5449
  ///////////////////////////////////////////////////////////////////////////////
5450
- const version = "26.2.1";
5450
+ const version = "26.3.0";
5451
5451
 
5452
5452
  exports.Assembly = Assembly;
5453
5453
  exports.ClashTest = ClashTest;