@inweb/client 27.2.0 → 27.2.2

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.2.0",
2166
+ client: "27.2.2",
2167
2167
  }));
2168
2168
  }
2169
2169
  registerUser(email, password, userName) {
@@ -2649,7 +2649,7 @@
2649
2649
  }
2650
2650
  }
2651
2651
 
2652
- const version = "27.2.0";
2652
+ const version = "27.2.2";
2653
2653
 
2654
2654
  exports.Assembly = Assembly;
2655
2655
  exports.ClashTest = ClashTest;