connected-spaces-platform.web 4.30.0 → 5.0.0
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/Debug/ConnectedSpacesPlatform_WASM.js +10 -4
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +2 -3
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +11079 -11071
- package/connectedspacesplatform.js +27327 -27212
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +242 -63
- package/package.json +1 -1
- package/ConnectedSpacesPlatform_WASM.d.ts +0 -2
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 13d044bfb0f96935048aa3c0ce7801e1af829934
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -18,5 +18,4 @@
|
|
|
18
18
|
## Revision Change Details
|
|
19
19
|
|
|
20
20
|
| Change ID | Author | Description |
|
|
21
|
-
| --------- | ------ | ----------- |
|
|
22
|
-
| 71a47ad | MAG-mv | Staging/v4.30.0 (#447)<br>• [NT-0] test: Updating CSP tests to comply with new EventBrite data formatting requirements<br>EventBrite have made a services change that now rejects data that does not match their expected schema.<br>We have addressed this in CSP tests by changing the data passed into CSP to match the EventBrite schema.<br>We have also refactored the eticketing tests to all rely on a single set of test variables, to simplify updates in the future.<br>• [OF-1324] fix: path validation for CartId <br>GetCheckoutInformation now checks CartId for forward and backward slashes and early-outs with an error message in the log if found.<br>• [OF-1359] refac: Update the hotspot component type properties<br>OF-1359 refac: Update the hotspot component type properties<br>• Removed the hotspot space component get/set hotspot type methods and associated property<br>• Removed the enum for HotspotType<br>• Added get/set IsTeleportPoint and IsSpawnPoint methods both storing their values in boolean properties<br>• Updated the hotspot space component script interface<br>• Updated the hostspot space component tests<br>• [OF-1334] feat: Sequence System - Generic system for storing shared sorted lists. (#441)<br>• [OF-1334] feat: add sequence system<br>• [OF-1334] refac: PR changes<br>• [OF-1334] doc: update comments<br>• [OF-1334] refac: add additional test + comments<br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: MAG-me <115081336+MAG-ME@users.noreply.github.com> |
|
|
21
|
+
| --------- | ------ | ----------- |
|