connected-spaces-platform.web 4.27.1 → 4.27.2

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Built from changelist ID d80c2267994cef50054cc504f6aeaf8a5aa30e0c
1
+ # Built from changelist ID 400669b5e83b72538914c92736bed6eb99a9c619
2
2
 
3
3
  <br>
4
4
 
@@ -9,8 +9,7 @@
9
9
 
10
10
  ### 🐛 🔨 Bug Fixes
11
11
 
12
- - Do not strip symbols for VisionOS *(0487f42)* [**OB-3490**]
13
- - Don't p/invoke private ctors/dtors *(9d7c83c)* [**OB-3490**]
12
+ - Properly validate optionals *(a7f46d0)* [**OB-3493**]
14
13
 
15
14
 
16
15
 
@@ -24,5 +23,4 @@
24
23
 
25
24
  | Change ID | Author | Description |
26
25
  | --------- | ------ | ----------- |
27
- | 0487f42 | Michael K. | [OB-3490] fix: do not strip symbols for VisionOS |
28
- | 9d7c83c | Michael K. | [OB-3490] fix: don't p/invoke private ctors/dtors<br>The C# wrapper generator was generating p/invoke imports for private<br>constructors and destructors, resulting in VisionOS attempting to<br>link against these non-existing exports. |
26
+ | a7f46d0 | Michael K. | [OB-3493] fix: properly validate optionals |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "connected-spaces-platform.web",
3
3
  "displayName": "connected-spaces-platform.web",
4
- "version": "4.27.1+514",
4
+ "version": "4.27.2+515",
5
5
  "description": "This package provides the binaries required to interface with the Connected Spaces Platform API.",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {