connected-spaces-platform.web 4.27.0 → 4.27.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 400669b5e83b72538914c92736bed6eb99a9c619
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -6,40 +6,15 @@
|
|
|
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
|
-
- Log messages emitted under multiplayer connection failures do not crash the application *(a6aff3e)* [**OB-3444**]
|
|
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
|
+
- Properly validate optionals *(a7f46d0)* [**OB-3493**]
|
|
35
13
|
|
|
36
|
-
- Fixed LogInAsGuest in tests (#399) *(f16af7b)* [**No Ticket**]
|
|
37
14
|
|
|
38
15
|
|
|
39
16
|
|
|
40
|
-
### 🧩 Miscellaneous Changes
|
|
41
17
|
|
|
42
|
-
- Organization System (#405) *(3ba9161)* [**OF-1232**]
|
|
43
18
|
|
|
44
19
|
|
|
45
20
|
<br>
|
|
@@ -48,17 +23,4 @@
|
|
|
48
23
|
|
|
49
24
|
| Change ID | Author | Description |
|
|
50
25
|
| --------- | ------ | ----------- |
|
|
51
|
-
|
|
|
52
|
-
| ee6552e | Lyubomir Lichev | [NT-0] refac: meta file to set Editor macos to run for any cpu instead of only intel64 (#396) |
|
|
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. |
|
|
26
|
+
| a7f46d0 | Michael K. | [OB-3493] fix: properly validate optionals |
|
|
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.2+515",
|
|
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": {
|