connected-spaces-platform.web 4.12.0 → 4.12.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.
@@ -12422,9 +12422,9 @@ var ___thrown_object_from_unwind_exception = Module["___thrown_object_from_unwin
12422
12422
 
12423
12423
  var ___get_exception_message = Module["___get_exception_message"] = createExportWrapper("__get_exception_message");
12424
12424
 
12425
- var ___start_em_js = Module["___start_em_js"] = 306232;
12425
+ var ___start_em_js = Module["___start_em_js"] = 306280;
12426
12426
 
12427
- var ___stop_em_js = Module["___stop_em_js"] = 306630;
12427
+ var ___stop_em_js = Module["___stop_em_js"] = 306678;
12428
12428
 
12429
12429
  Module["keepRuntimeAlive"] = keepRuntimeAlive;
12430
12430
 
package/README.md CHANGED
@@ -1,20 +1,48 @@
1
- <h1>Built from changelist ID b11a46e939dbd23cf09ee32cb94ba03913e1c45c</h1>
1
+ <h1>Built from changelist ID aa790de4523567ee8ef97e1865ab08b75825e8fb</h1>
2
2
  <h2>Summary Lists</h2>
3
-
3
+ </ul>
4
4
  <h2>Revision Change Details</h2>
5
5
 
6
6
  <table><thead><tr><th>change_id</th><th>user</th><th>description</th></thead>
7
- <tbody><tr><td>aa790de</td><td>Michael K</td><td>merge pull request #224 from magnopus-opensource/staging <em> <br>Main 4.12.0 </em> </td></tr>
8
- <tr><td>3339eb5</td><td>Sam Birley</td><td><strong><em>[nt-0] refac</em></strong>: root directory hygiene (#220) <em> <br>[NT-0] refac: Root directory hygiene
7
+ <tbody><tr><td>affcd91</td><td>MAG-AW</td><td><strong><em>[ob-2975] fix</em></strong>: foundation shutdown process (#232) <em> <br> [OB-2975] fix: foundation Shutdown process
8
+ <br>
9
+ <br>* added initialisation check in tick to prevent tick operating when
10
+ <br>uninitialised (such as when shutting down)
11
+ <br>* added function to deregister all listeners to prevent events being
12
+ <br>fired after shutdown is called </em> </td></tr>
13
+ <tr><td>e8d1d6d</td><td>Michael K</td><td><strong><em>[ob-3012] fix</em></strong>: generate meta file for readme.md (#233) <em> </em> </td></tr>
14
+ <tr><td>2a7c970</td><td>Mag-JB</td><td>ob-2924 add support for premake on xcode 14.3+ (#231) <em> <br> [OB-2924] fix: Add support for xcode 14.3+
15
+ <br>
16
+ <br> [OB-2924] fix: replace wget with Curl
17
+ <br>
18
+ <br>* create file path </em> </td></tr>
19
+ <tr><td>05dd507</td><td>Michelle Shyr</td><td>[sol-320] add unity multiplayer example project (#228) <em> <br> [SOL-320] Add Unity multiplayer example project
20
+ <br>
21
+ <br> [SOL-320] Fix mentions of foundation to CSP
22
+ <br>
23
+ <br> [SOL-320] Add create avatar fix to basic framework example
24
+ <br>
25
+ <br> [SOL-320] replace mentions of foundation to CSP and gard against failure to get space </em> </td></tr>
26
+ <tr><td>286af2d</td><td>Mag-JB</td><td><strong><em>[of-1148] fix</em></strong>: parse breaking changes (#226) <em> <br> [OF-1148] fix: Parse breaking changes
27
+ <br>* move breaking changes to top of release notes
28
+ <br>* fix bug causing all tickets to be no tickets
29
+ <br>* stop merges from being added to misc changes
30
+ <br>
31
+ <br> [OF-1148] fix: Add suqash merge commits </em> </td></tr>
32
+ <tr><td>ff83508</td><td>Michael K</td><td><strong><em>[ob-3018] fix</em></strong>: replace is_integer with is_float (#230) <em> </em> </td></tr>
33
+ <tr><td>663b79b</td><td>MAG-AW</td><td><strong><em>[ob-2823] fix</em></strong>: add checks for codes to retries (#227) <em> <br> [OB-2823] fix: add checks for codes to retries
9
34
  <br>
10
- <br>In an effort to improve our root directory hygiene, this change moves several markdowns to the .github directory (which GH will still pick up as it did before), moves one pipeline file to the teamcity directory, and removes one legacy sonar config file that is no longer in use. </em> </td></tr>
11
- <tr><td>93b5e62</td><td>Michael K</td><td><strong><em>[nt-0] test</em></strong>: add tests for 403 responses <em> </em> </td></tr>
12
- <tr><td>02913a0</td><td>MAG-AW</td><td><strong><em>[nt-0] fix</em></strong>: portal script bindings (#218) <em> <br>* Portal Component Script Bindings had the incorrect component name for
13
- <br>the interface </em> </td></tr>
14
- <tr><td>93856da</td><td>Sam Birley</td><td><strong><em>[of-1146] feat</em></strong>: user-permission-change multiplayer messages <em> <br>When a user adjusts the permissions of another user, CSP client applications can now detect and respond to that event via a callback exposed via `MultiplayerConnection::SetUserPermissionsChangedCallback` whilst they are connected to the space.
35
+ <br>Currently allowed codes for retry:
36
+ <br>429
37
+ <br>408
38
+ <br>5xx
39
+ </em> </td></tr>
40
+ <tr><td>06266e8</td><td>Michael K</td><td><strong><em>[of-815] test</em></strong>: (wrapper gen) unit test async functions <em> <br> [NT-0] refac: formatting changes in unit test gen
15
41
  <br>
16
- <br>This allows for a variety of client application use cases, such as being able to give users more (or less!) affordances dynamically at runtime, based on changes to their level of permissions within the space. </em> </td></tr>
17
- <tr><td>89459b9</td><td>Sam Birley</td><td><strong><em>[nt-0] doc</em></strong>: api docs package references (#216) <em> <br>* [NT-0] doc: API documentation package references
42
+ <br>Formats Python files using Black and JS/JSON using Prettier-ESLint.
18
43
  <br>
19
- <br>The landing page for the API docs now refers to the fact that CSP packages are now hosted on `npmjs` rather than GitHub. </em> </td></tr>
44
+ <br> [OF-815] test: wrapper gen csp_async_result tests </em> </td></tr>
45
+ <tr><td>44a14e4</td><td>MAG-AW</td><td><strong><em>[ob-2824] refac</em></strong>: removed lingering comments <em> </em> </td></tr>
46
+ <tr><td>25d9c12</td><td>MAG-AW</td><td><strong><em>[ob-2824] fix</em></strong>: web request retries <em> </em> </td></tr>
47
+ <tr><td>fbbdf7b</td><td>MAG-AW</td><td><strong><em>[ob-2824] fix</em></strong>: web test updates <em> <br>fixed issues with web test urls and parameters </em> </td></tr>
20
48
  </tbody></table>