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.
- 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 +10 -62
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/connectedspacesplatform.d.ts +10245 -10245
- package/connectedspacesplatform.js +25277 -25277
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +4 -1
- package/package.json +1 -1
|
@@ -168,7 +168,10 @@ export class Limits {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
class NativePointer {
|
|
171
|
-
constructor(
|
|
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.
|
|
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": {
|