connected-spaces-platform.web 4.26.1 → 4.26.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.
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -7,6 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
### 🐛 🔨 Bug Fixes
|
|
11
|
+
|
|
12
|
+
- Protect against null entity (#391) *(1f16d28)* [**No Ticket**]
|
|
13
|
+
- Prevent crash on null container *(26da0e3)* [**OF-1272**]
|
|
14
|
+
- Revert 'prevent crash on container' (#393) *(99aadd4)* [**OF-1272**]
|
|
15
|
+
- IsInSpace bad behavior (#394) *(c9dab2e)* [**OF-1275**]
|
|
16
|
+
|
|
10
17
|
|
|
11
18
|
|
|
12
19
|
|
|
@@ -18,4 +25,8 @@
|
|
|
18
25
|
## Revision Change Details
|
|
19
26
|
|
|
20
27
|
| Change ID | Author | Description |
|
|
21
|
-
| --------- | ------ | ----------- |
|
|
28
|
+
| --------- | ------ | ----------- |
|
|
29
|
+
| 1f16d28 | MAG-AW | [NT-0] fix: protect against null entity (#391) |
|
|
30
|
+
| 26da0e3 | MAG-AW | [OF-1272] fix: prevent crash on null container<br>• added a check in HasKey to prevent a crash when Container is null<br>in common::Map |
|
|
31
|
+
| 99aadd4 | MAG-AW | [OF-1272] fix: revert 'prevent crash on container' (#393)<br>This reverts commit 26da0e39ca7f96ac30383c8ca7243099ab66111e. |
|
|
32
|
+
| c9dab2e | MAG-AW | [OF-1275] fix: IsInSpace bad behavior (#394) |
|
|
Binary file
|
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.26.
|
|
4
|
+
"version": "4.26.2+510",
|
|
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": {
|