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.
- package/Debug/ConnectedSpacesPlatform_WASM.js +2 -2
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +40 -12
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +10130 -10130
- package/connectedspacesplatform.js +24599 -24594
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +3977 -3972
- package/package.json +1 -1
|
@@ -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"] =
|
|
12425
|
+
var ___start_em_js = Module["___start_em_js"] = 306280;
|
|
12426
12426
|
|
|
12427
|
-
var ___stop_em_js = Module["___stop_em_js"] =
|
|
12427
|
+
var ___stop_em_js = Module["___stop_em_js"] = 306678;
|
|
12428
12428
|
|
|
12429
12429
|
Module["keepRuntimeAlive"] = keepRuntimeAlive;
|
|
12430
12430
|
|
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,20 +1,48 @@
|
|
|
1
|
-
<h1>Built from changelist ID
|
|
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>
|
|
8
|
-
|
|
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>
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
<br>
|
|
14
|
-
|
|
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>
|
|
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>
|
|
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>
|