connected-spaces-platform.web 5.8.0 → 5.8.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 +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +7 -18
- package/connectedspacesplatform.js +8 -3
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +9 -21
- package/package.json +1 -1
|
@@ -13458,9 +13458,9 @@ var ___thrown_object_from_unwind_exception = Module["___thrown_object_from_unwin
|
|
|
13458
13458
|
|
|
13459
13459
|
var ___get_exception_message = Module["___get_exception_message"] = createExportWrapper("__get_exception_message");
|
|
13460
13460
|
|
|
13461
|
-
var ___start_em_js = Module["___start_em_js"] =
|
|
13461
|
+
var ___start_em_js = Module["___start_em_js"] = 328984;
|
|
13462
13462
|
|
|
13463
|
-
var ___stop_em_js = Module["___stop_em_js"] =
|
|
13463
|
+
var ___stop_em_js = Module["___stop_em_js"] = 329382;
|
|
13464
13464
|
|
|
13465
13465
|
Module["keepRuntimeAlive"] = keepRuntimeAlive;
|
|
13466
13466
|
|
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
## Built from changelist ID:
|
|
1
|
+
## Built from changelist ID: aff106e4da730d93345a2ae7896737d97bda27d0
|
|
2
2
|
The Release Notes for this package can be found [here](https://github.com/magnopus-opensource/connected-spaces-platform/releases).
|