connected-spaces-platform.web 4.27.0 → 4.27.1
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 d80c2267994cef50054cc504f6aeaf8a5aa30e0c
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -6,40 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
### 🍰 🙌 New Features
|
|
10
|
-
|
|
11
|
-
- Altered variant collection api (#397) *(af9a7ff)* [**OF-1272**]
|
|
12
|
-
- Added GetShopifyStores (#404) *(8233122)* [**OF-1228**]
|
|
13
|
-
|
|
14
9
|
|
|
15
10
|
### 🐛 🔨 Bug Fixes
|
|
16
11
|
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
- Fix crash accessing components from scripts after component removed (#408) *(0e16113)* [**OB-3426**]
|
|
20
|
-
- Ensure context clear on ExitSpace *(67c80cc)* [**OB-3438**]
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### 💫 💥 Code Refactors
|
|
25
|
-
|
|
26
|
-
- Meta file to set Editor macos to run for any cpu instead of only intel64 (#396) *(ee6552e)* [**No Ticket**]
|
|
27
|
-
- Make params in UpdateEvent opt *(c7e1e7d)* [**OF-1176**]
|
|
28
|
-
- Deprecate GSplat IsShadowCaster *(adbc074)* [**OF-1289**]
|
|
29
|
-
- Update CHS wrapper *(27095f8)* [**OF-1290**]
|
|
30
|
-
- Refactor Org test accounts (#406) *(96d8c6d)* [**No Ticket**]
|
|
31
|
-
- Remove UserID parameter from GetShopifyStores (#407) *(5de9b59)* [**OF-1302**]
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### 🙈 🙉 🙊 Test Changes
|
|
12
|
+
- Do not strip symbols for VisionOS *(0487f42)* [**OB-3490**]
|
|
13
|
+
- Don't p/invoke private ctors/dtors *(9d7c83c)* [**OB-3490**]
|
|
35
14
|
|
|
36
|
-
- Fixed LogInAsGuest in tests (#399) *(f16af7b)* [**No Ticket**]
|
|
37
15
|
|
|
38
16
|
|
|
39
17
|
|
|
40
|
-
### 🧩 Miscellaneous Changes
|
|
41
18
|
|
|
42
|
-
- Organization System (#405) *(3ba9161)* [**OF-1232**]
|
|
43
19
|
|
|
44
20
|
|
|
45
21
|
<br>
|
|
@@ -48,17 +24,5 @@
|
|
|
48
24
|
|
|
49
25
|
| Change ID | Author | Description |
|
|
50
26
|
| --------- | ------ | ----------- |
|
|
51
|
-
|
|
|
52
|
-
|
|
|
53
|
-
| f16af7b | MAG-AW | [NT-0] test: fixed LogInAsGuest in tests (#399)<br>• Unsure why this behavior changed but tests require LogInAsGuest to<br> pass true for UserHasVerifiedAge now. Tests updated. |
|
|
54
|
-
| af9a7ff | MAG-AW | [OF-1272] feat: Altered variant collection api (#397)<br>• Changed GetProductInfoCollectionByVariantIds to return an array which<br>contains a product with a single variant, per variantID given. |
|
|
55
|
-
| c7e1e7d | Michael K. | [OF-1176] refac: Make params in UpdateEvent opt<br>This change makes most of the parameters for UpdateTicketedEvent<br>optional, allowing devs to disable an event without providing all event<br>parameters. |
|
|
56
|
-
| adbc074 | Michael K. | [OF-1289] refac: deprecate GSplat IsShadowCaster |
|
|
57
|
-
| 27095f8 | AdamThorn | [OF-1290] refac: Update CHS wrapper |
|
|
58
|
-
| a6aff3e | Sam Birley | [OB-3444] fix: Log messages emitted under multiplayer connection failures do not crash the application<br>Fixed a number of cases where the format string passed to CSP log messages was inconsistent with the type of the arguments being passed in.<br>Log messages emitted when multiplayer errors are encountered now include a string representation of the error code. |
|
|
59
|
-
| 3ba9161 | AdamThorn | OF-1232 Organization System (#405)<br>Implementing invite flow for the OrganizationSystem |
|
|
60
|
-
| 8233122 | MAG-AW | [OF-1228] feat: Added GetShopifyStores (#404)<br>• [OF-1228] feat: Added GetShopifyStores<br>• Added new API for retrieving stores for a given user<br>• Added a manual test and verified as working<br>• [OF-1228] feat: add optional active filter |
|
|
61
|
-
| 96d8c6d | AdamThorn | [NT-0] refac: Refactor Org test accounts (#406) |
|
|
62
|
-
| 5de9b59 | Daniel | [OF-1302] refac: Remove UserID parameter from GetShopifyStores (#407)<br>- Update the GetShopifyStores to get the UserId from the internal UserSystem rather than as a parameter on the function, as we currently only want to get the current user's stores. |
|
|
63
|
-
| 0e16113 | MAG-me | [OB-3426] fix: Fix crash accessing components from scripts after component removed (#408)<br>• [OB-3426] fix: Iterate over map correctly<br>• [OB-3426] fix: Crash getting component from script |
|
|
64
|
-
| 67c80cc | Michael K | [OB-3438] fix: ensure context clear on ExitSpace<br>This change ensures that entities are deleted and leader election is reset when exiting a space. |
|
|
27
|
+
| 0487f42 | Michael K. | [OB-3490] fix: do not strip symbols for VisionOS |
|
|
28
|
+
| 9d7c83c | Michael K. | [OB-3490] fix: don't p/invoke private ctors/dtors<br>The C# wrapper generator was generating p/invoke imports for private<br>constructors and destructors, resulting in VisionOS attempting to<br>link against these non-existing exports. |
|
|
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.27.
|
|
4
|
+
"version": "4.27.1+514",
|
|
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": {
|