connected-spaces-platform.web 4.19.0 → 4.20.0

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.
@@ -168,7 +168,10 @@ export class Limits {
168
168
  }
169
169
 
170
170
  class NativePointer {
171
- constructor(public pointer: number, public ownsOwnData: boolean) {}
171
+ constructor(
172
+ public pointer: number,
173
+ public ownsOwnData: boolean,
174
+ ) {}
172
175
  }
173
176
 
174
177
  function getNativePointer(pointer: number): NativePointer {
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.19.0+497",
4
+ "version": "4.20.0+498",
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": {