@bitwarden/sdk-internal 0.2.0-main.8 → 0.2.0-main.9

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.
@@ -667,6 +667,13 @@ module.exports.__wbg_get_5419cf6b954aa11d = function (arg0, arg1) {
667
667
  return addHeapObject(ret);
668
668
  };
669
669
 
670
+ module.exports.__wbg_call_3bfa248576352471 = function () {
671
+ return handleError(function (arg0, arg1, arg2) {
672
+ const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
673
+ return addHeapObject(ret);
674
+ }, arguments);
675
+ };
676
+
670
677
  module.exports.__wbindgen_object_clone_ref = function (arg0) {
671
678
  const ret = getObject(arg0);
672
679
  return addHeapObject(ret);
@@ -689,13 +696,6 @@ module.exports.__wbg_value_2ab8a198c834c26a = function (arg0) {
689
696
  return addHeapObject(ret);
690
697
  };
691
698
 
692
- module.exports.__wbg_call_3bfa248576352471 = function () {
693
- return handleError(function (arg0, arg1, arg2) {
694
- const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
695
- return addHeapObject(ret);
696
- }, arguments);
697
- };
698
-
699
699
  module.exports.__wbg_new_e69b5f66fda8f13c = function () {
700
700
  const ret = new Object();
701
701
  return addHeapObject(ret);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.8",
3
+ "version": "0.2.0-main.9",
4
4
  "license": "GPL-3.0",
5
5
  "files": [
6
6
  "bitwarden_wasm_internal_bg.js",