qsharp-lang 1.2.1-dev → 1.2.2-dev

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.
@@ -1405,7 +1405,7 @@ module.exports.__wbindgen_memory = function() {
1405
1405
  return addHeapObject(ret);
1406
1406
  };
1407
1407
 
1408
- module.exports.__wbindgen_closure_wrapper659 = function(arg0, arg1, arg2) {
1408
+ module.exports.__wbindgen_closure_wrapper656 = function(arg0, arg1, arg2) {
1409
1409
  const ret = makeMutClosure(arg0, arg1, 233, __wbg_adapter_54);
1410
1410
  return addHeapObject(ret);
1411
1411
  };
Binary file
@@ -1354,7 +1354,7 @@ function __wbg_get_imports() {
1354
1354
  const ret = wasm.memory;
1355
1355
  return addHeapObject(ret);
1356
1356
  };
1357
- imports.wbg.__wbindgen_closure_wrapper659 = function(arg0, arg1, arg2) {
1357
+ imports.wbg.__wbindgen_closure_wrapper656 = function(arg0, arg1, arg2) {
1358
1358
  const ret = makeMutClosure(arg0, arg1, 233, __wbg_adapter_54);
1359
1359
  return addHeapObject(ret);
1360
1360
  };
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qsharp-lang",
3
3
  "description": "qsharp language package for quantum development",
4
- "version": "1.2.1-dev",
4
+ "version": "1.2.2-dev",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=16.17.0"