connected-spaces-platform.web 4.26.0 → 4.26.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.
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID a28802f4123cf27a56ef00d10b13f76fd3af6ea5
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -6,24 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
### 🍰 🙌 New Features
|
|
10
|
-
|
|
11
|
-
- Added SetECommerceActiveInSpace (#380) *(15bb3df)* [**OF-1177**]
|
|
12
|
-
- Tint property for gaussian splats (#383) *(e987ddf)* [**OF-1269**]
|
|
13
|
-
- Gaussian splat asset type (#385) *(d51462c)* [**No Ticket**]
|
|
14
|
-
- Add VisionOS binaries for Unity *(f31569b)* [**OF-1256**]
|
|
15
|
-
|
|
16
9
|
|
|
17
10
|
### 🐛 🔨 Bug Fixes
|
|
18
11
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
|
|
22
|
-
|
|
12
|
+
- Protect against null entity (#391) *(1f16d28)* [**No Ticket**]
|
|
13
|
+
- Prevent crash on null container *(26da0e3)* [**OF-1272**]
|
|
14
|
+
- Revert 'prevent crash on container' (#393) *(99aadd4)* [**OF-1272**]
|
|
15
|
+
- IsInSpace bad behavior (#394) *(c9dab2e)* [**OF-1275**]
|
|
23
16
|
|
|
24
|
-
### 💫 💥 Code Refactors
|
|
25
17
|
|
|
26
|
-
- Github yaml for PR branch restrict (#379) *(9f15b45)* [**No Ticket**]
|
|
27
18
|
|
|
28
19
|
|
|
29
20
|
|
|
@@ -35,11 +26,7 @@
|
|
|
35
26
|
|
|
36
27
|
| Change ID | Author | Description |
|
|
37
28
|
| --------- | ------ | ----------- |
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
| 9f15b45 | MAG-AW | [NT-0] refac: github yaml for PR branch restrict (#379)<br>• [NT-0] refac: github yaml for PR branch restrict<br>• [NT-0] fix: branch check logic |
|
|
43
|
-
| d51462c | Sam Birley | [NT-0] feat: gaussian splat asset type (#385)<br>In service of affording users with the ability to upload gaussian splat files, introducing a new asset type to CSP: `GAUSSIAN_SPLAT`. |
|
|
44
|
-
| 619de6e | Sam Birley | [NT-0] fix: Error log message formatting on failure to disconnect when logging out (#387)<br>[NT-0] fix: addressing a log formatting bug<br>Discovered whilst debugging a client, when a client attempts to log out but does not have a valid MP connection, we emit an error message to the log. There was an error in the log formatting however, where it was expecting a string and being provided an int.<br>This change fixes the formatting issue, and also includes some updates to the 'OKOBuildTool' - a legacy script that remains highly useful to this day as a workflow enhancer when debugging CSP issues in Unreal client applications. The updates concern naming and paths that have changed since the tool was last updated. |
|
|
45
|
-
| f31569b | Michael K | [OF-1256] feat: add VisionOS binaries for Unity |
|
|
29
|
+
| 1f16d28 | MAG-AW | [NT-0] fix: protect against null entity (#391) |
|
|
30
|
+
| 26da0e3 | MAG-AW | [OF-1272] fix: prevent crash on null container<br>• added a check in HasKey to prevent a crash when Container is null<br>in common::Map |
|
|
31
|
+
| 99aadd4 | MAG-AW | [OF-1272] fix: revert 'prevent crash on container' (#393)<br>This reverts commit 26da0e39ca7f96ac30383c8ca7243099ab66111e. |
|
|
32
|
+
| c9dab2e | MAG-AW | [OF-1275] fix: IsInSpace bad behavior (#394) |
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "connected-spaces-platform.web",
|
|
3
3
|
"displayName": "connected-spaces-platform.web",
|
|
4
|
-
"version": "4.26.
|
|
4
|
+
"version": "4.26.2+510",
|
|
5
5
|
"description": "This package provides the binaries required to interface with the Connected Spaces Platform API.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"dependencies": {
|