ping-openmls-sdk 0.6.14 → 0.7.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/package.json +1 -1
- package/wasm/package.json +1 -1
- package/wasm/ping_wasm.js +11 -11
- package/wasm/ping_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ping-openmls-sdk-wasm",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "wasm-bindgen surface for the Ping OpenMLS SDK — drives the ping-openmls-sdk npm package",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.6.0",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"files": [
|
|
8
8
|
"ping_wasm_bg.wasm",
|
package/wasm/ping_wasm.js
CHANGED
|
@@ -1074,11 +1074,11 @@ function __wbg_get_imports() {
|
|
|
1074
1074
|
const ret = getObject(arg0).crypto;
|
|
1075
1075
|
return addHeapObject(ret);
|
|
1076
1076
|
},
|
|
1077
|
-
|
|
1077
|
+
__wbg_del_0ca1e0e2b3a4c597: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1078
1078
|
const ret = getObject(arg0).del(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1079
1079
|
return addHeapObject(ret);
|
|
1080
1080
|
},
|
|
1081
|
-
|
|
1081
|
+
__wbg_discoverDevices_44e20198b15dc1f5: function(arg0, arg1) {
|
|
1082
1082
|
const ret = getObject(arg0).discoverDevices(takeObject(arg1));
|
|
1083
1083
|
return addHeapObject(ret);
|
|
1084
1084
|
},
|
|
@@ -1104,7 +1104,7 @@ function __wbg_get_imports() {
|
|
|
1104
1104
|
wasm.__wbindgen_export4(deferred0_0, deferred0_1, 1);
|
|
1105
1105
|
}
|
|
1106
1106
|
},
|
|
1107
|
-
|
|
1107
|
+
__wbg_fetchSince_d047e6171f170c02: function(arg0, arg1, arg2, arg3) {
|
|
1108
1108
|
const ret = getObject(arg0).fetchSince(takeObject(arg1), takeObject(arg2), arg3 >>> 0);
|
|
1109
1109
|
return addHeapObject(ret);
|
|
1110
1110
|
},
|
|
@@ -1139,10 +1139,6 @@ function __wbg_get_imports() {
|
|
|
1139
1139
|
__wbg_getRandomValues_c44a50d8cfdaebeb: function() { return handleError(function (arg0, arg1) {
|
|
1140
1140
|
getObject(arg0).getRandomValues(getObject(arg1));
|
|
1141
1141
|
}, arguments); },
|
|
1142
|
-
__wbg_get_5bcec73d4bfb1927: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1143
|
-
const ret = getObject(arg0).get(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1144
|
-
return addHeapObject(ret);
|
|
1145
|
-
},
|
|
1146
1142
|
__wbg_get_652f640b3b0b6e3e: function(arg0, arg1) {
|
|
1147
1143
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
1148
1144
|
return addHeapObject(ret);
|
|
@@ -1151,6 +1147,10 @@ function __wbg_get_imports() {
|
|
|
1151
1147
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
1152
1148
|
return addHeapObject(ret);
|
|
1153
1149
|
}, arguments); },
|
|
1150
|
+
__wbg_get_d98131c415666483: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1151
|
+
const ret = getObject(arg0).get(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1152
|
+
return addHeapObject(ret);
|
|
1153
|
+
},
|
|
1154
1154
|
__wbg_get_unchecked_be562b1421656321: function(arg0, arg1) {
|
|
1155
1155
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
1156
1156
|
return addHeapObject(ret);
|
|
@@ -1199,7 +1199,7 @@ function __wbg_get_imports() {
|
|
|
1199
1199
|
const ret = getObject(arg0).length;
|
|
1200
1200
|
return ret;
|
|
1201
1201
|
},
|
|
1202
|
-
|
|
1202
|
+
__wbg_listKeys_83a211a1908e5e04: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1203
1203
|
const ret = getObject(arg0).listKeys(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1204
1204
|
return addHeapObject(ret);
|
|
1205
1205
|
},
|
|
@@ -1306,7 +1306,7 @@ function __wbg_get_imports() {
|
|
|
1306
1306
|
__wbg_prototypesetcall_fd4050e806e1d519: function(arg0, arg1, arg2) {
|
|
1307
1307
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
|
|
1308
1308
|
},
|
|
1309
|
-
|
|
1309
|
+
__wbg_put_c5c92347107cb8d0: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1310
1310
|
const ret = getObject(arg0).put(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4), takeObject(arg5));
|
|
1311
1311
|
return addHeapObject(ret);
|
|
1312
1312
|
},
|
|
@@ -1332,11 +1332,11 @@ function __wbg_get_imports() {
|
|
|
1332
1332
|
const ret = getObject(arg0).self;
|
|
1333
1333
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
1334
1334
|
},
|
|
1335
|
-
|
|
1335
|
+
__wbg_send_e8cea418fdc06868: function(arg0, arg1) {
|
|
1336
1336
|
const ret = getObject(arg0).send(takeObject(arg1));
|
|
1337
1337
|
return addHeapObject(ret);
|
|
1338
1338
|
},
|
|
1339
|
-
|
|
1339
|
+
__wbg_setNextWelcomeRecipients_deed5d0eb41aa5bf: function(arg0, arg1, arg2) {
|
|
1340
1340
|
const ret = getObject(arg0).setNextWelcomeRecipients(takeObject(arg1), takeObject(arg2));
|
|
1341
1341
|
return addHeapObject(ret);
|
|
1342
1342
|
},
|
package/wasm/ping_wasm_bg.wasm
CHANGED
|
Binary file
|