@inweb/client 26.10.1 → 26.10.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 +5 -2
- package/dist/client.js.map +1 -1
- package/dist/client.min.js +1 -1
- package/dist/client.module.js +5 -2
- package/dist/client.module.js.map +1 -1
- package/package.json +2 -2
- package/src/Api/Client.ts +3 -0
package/dist/client.js
CHANGED
|
@@ -2209,6 +2209,9 @@
|
|
|
2209
2209
|
reverseZoomWheel: false,
|
|
2210
2210
|
enableZoomWheel: true,
|
|
2211
2211
|
enableGestures: true,
|
|
2212
|
+
geometryType: "vsfx",
|
|
2213
|
+
rulerUnit: "Default",
|
|
2214
|
+
cameraMode: "perspective",
|
|
2212
2215
|
};
|
|
2213
2216
|
return {
|
|
2214
2217
|
...data,
|
|
@@ -2232,7 +2235,7 @@
|
|
|
2232
2235
|
.then((data) => ({
|
|
2233
2236
|
...data,
|
|
2234
2237
|
server: data.version,
|
|
2235
|
-
client: "26.10.
|
|
2238
|
+
client: "26.10.3",
|
|
2236
2239
|
}));
|
|
2237
2240
|
}
|
|
2238
2241
|
registerUser(email, password, userName) {
|
|
@@ -2728,7 +2731,7 @@
|
|
|
2728
2731
|
}
|
|
2729
2732
|
}
|
|
2730
2733
|
|
|
2731
|
-
const version = "26.10.
|
|
2734
|
+
const version = "26.10.3";
|
|
2732
2735
|
|
|
2733
2736
|
exports.Assembly = Assembly;
|
|
2734
2737
|
exports.ClashTest = ClashTest;
|