@inweb/client 26.10.4 → 26.10.6
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 +3 -4
- package/package.json +2 -2
- package/src/Api/Client.ts +3 -4
package/dist/client.js
CHANGED
|
@@ -2235,7 +2235,7 @@
|
|
|
2235
2235
|
.then((data) => ({
|
|
2236
2236
|
...data,
|
|
2237
2237
|
server: data.version,
|
|
2238
|
-
client: "26.10.
|
|
2238
|
+
client: "26.10.6",
|
|
2239
2239
|
}));
|
|
2240
2240
|
}
|
|
2241
2241
|
registerUser(email, password, userName) {
|
|
@@ -2731,7 +2731,7 @@
|
|
|
2731
2731
|
}
|
|
2732
2732
|
}
|
|
2733
2733
|
|
|
2734
|
-
const version = "26.10.
|
|
2734
|
+
const version = "26.10.6";
|
|
2735
2735
|
|
|
2736
2736
|
exports.Assembly = Assembly;
|
|
2737
2737
|
exports.ClashTest = ClashTest;
|