@inweb/client 27.1.8 → 27.1.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
@@ -2163,7 +2163,7 @@
2163
2163
  .then((data) => ({
2164
2164
  ...data,
2165
2165
  server: data.version,
2166
- client: "27.1.8",
2166
+ client: "27.1.10",
2167
2167
  }));
2168
2168
  }
2169
2169
  registerUser(email, password, userName) {
@@ -2647,7 +2647,7 @@
2647
2647
  }
2648
2648
  }
2649
2649
 
2650
- const version = "27.1.8";
2650
+ const version = "27.1.10";
2651
2651
 
2652
2652
  exports.Assembly = Assembly;
2653
2653
  exports.ClashTest = ClashTest;