connected-spaces-platform.web 4.27.2 → 4.28.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 +84 -10
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/README.md +15 -3
- package/Release/ConnectedSpacesPlatform_WASM.js +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +222 -17
- package/connectedspacesplatform.js +442 -32
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +802 -48
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID f24b5bea05573ddcb92974d3d9339f565ec9174a
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -6,13 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
### 🍰 🙌 New Features
|
|
10
|
+
|
|
11
|
+
- Update Example visionOS README & example code update (#429) *(dffb01c)* [**No Ticket**]
|
|
12
|
+
|
|
9
13
|
|
|
10
14
|
### 🐛 🔨 Bug Fixes
|
|
11
15
|
|
|
12
|
-
-
|
|
16
|
+
- Moved CSP tick loop start after login in examples (#427) *(61a0ac2)* [**OPE-1738**]
|
|
17
|
+
- Missing TextSpaceComponent refs (#431) *(3d15817)* [**OF-1330**]
|
|
18
|
+
|
|
19
|
+
|
|
13
20
|
|
|
14
21
|
|
|
22
|
+
### 🙈 🙉 🙊 Test Changes
|
|
15
23
|
|
|
24
|
+
- ConversationSystemTests fix (#430) *(a9e5187)* [**No Ticket**]
|
|
16
25
|
|
|
17
26
|
|
|
18
27
|
|
|
@@ -23,4 +32,7 @@
|
|
|
23
32
|
|
|
24
33
|
| Change ID | Author | Description |
|
|
25
34
|
| --------- | ------ | ----------- |
|
|
26
|
-
|
|
|
35
|
+
| a9e5187 | MAG-AW | [NT-0] test: ConversationSystemTests fix (#430)<br>• Fixed test not entering and exiting spaces correctly before<br>sending network events. |
|
|
36
|
+
| 61a0ac2 | Lyubomir Lichev | [OPE-1738] fix: Moved CSP tick loop start after login in examples (#427)<br>• [OPE-1738]: refac: moved csp tick loop start to after login in examples<br>• [OPE-1738]: retrigger checks |
|
|
37
|
+
| dffb01c | mag-richardzirbes | [NT-0] feat: Update Example visionOS README & example code update (#429)<br>• [NT-0] feat: Vision OS example app readme & minor code updates<br>• Update Readme |
|
|
38
|
+
| 3d15817 | MAG-IY | [OF-1330] fix: missing TextSpaceComponent refs (#431)<br>Added missing references to TextSpaceComponent.<br>Added tests to verify everything is working. |
|