connected-spaces-platform.web 5.14.0 → 5.14.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/ConnectedSpacesPlatform_WASM.d.ts +2 -0
- package/Debug/ConnectedSpacesPlatform_WASM.js +12 -128
- package/Debug/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.wasm.debug.wasm +0 -0
- package/Debug/ConnectedSpacesPlatform_WASM.worker.js +0 -40
- package/README.md +1 -1
- package/Release/ConnectedSpacesPlatform_WASM.js +2 -2
- package/Release/ConnectedSpacesPlatform_WASM.wasm +0 -0
- package/Release/ConnectedSpacesPlatform_WASM.worker.js +1 -1
- package/connectedspacesplatform.d.ts +12438 -12438
- package/connectedspacesplatform.js +29918 -29918
- package/connectedspacesplatform.js.map +1 -1
- package/connectedspacesplatform.ts +1 -4
- package/package.json +1 -1
|
@@ -168,10 +168,7 @@ export class Limits {
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
class NativePointer {
|
|
171
|
-
constructor(
|
|
172
|
-
public pointer: number,
|
|
173
|
-
public ownsOwnData: boolean,
|
|
174
|
-
) {}
|
|
171
|
+
constructor(public pointer: number, public ownsOwnData: boolean) {}
|
|
175
172
|
}
|
|
176
173
|
|
|
177
174
|
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": "5.14.
|
|
4
|
+
"version": "5.14.1+590",
|
|
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": {
|