@inweb/client 27.2.2 → 27.2.3
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 +2 -2
- package/dist/client.js.map +1 -1
- package/dist/client.min.js +1 -1
- package/dist/client.module.js +2 -2
- package/dist/client.module.js.map +1 -1
- package/lib/Api/Client.d.ts +1 -1
- package/lib/Api/User.d.ts +2 -1
- package/package.json +2 -2
- package/src/Api/Client.ts +1 -1
- package/src/Api/User.ts +2 -1
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.
|
|
2166
|
+
client: "27.2.3",
|
|
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.
|
|
2652
|
+
const version = "27.2.3";
|
|
2653
2653
|
|
|
2654
2654
|
exports.Assembly = Assembly;
|
|
2655
2655
|
exports.ClashTest = ClashTest;
|