@inweb/client 26.7.0 → 26.7.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 +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/package.json +2 -2
- package/src/Api/Utils.ts +1 -1
package/dist/client.js
CHANGED
|
@@ -4625,7 +4625,7 @@
|
|
|
4625
4625
|
.then((data) => ({
|
|
4626
4626
|
...data,
|
|
4627
4627
|
server: data.version,
|
|
4628
|
-
client: "26.7.
|
|
4628
|
+
client: "26.7.2",
|
|
4629
4629
|
}));
|
|
4630
4630
|
}
|
|
4631
4631
|
/**
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
// By use of this software, its documentation or related materials, you
|
|
5525
5525
|
// acknowledge and accept the above terms.
|
|
5526
5526
|
///////////////////////////////////////////////////////////////////////////////
|
|
5527
|
-
const version = "26.7.
|
|
5527
|
+
const version = "26.7.2";
|
|
5528
5528
|
|
|
5529
5529
|
exports.Assembly = Assembly;
|
|
5530
5530
|
exports.ClashTest = ClashTest;
|