@stacks/clarinet-sdk-wasm 3.15.0 → 3.15.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/clarinet_sdk.js CHANGED
@@ -1063,14 +1063,14 @@ function __wbg_get_imports() {
1063
1063
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
1064
1064
  }
1065
1065
  },
1066
- __wbg_execSync_fd3989e645e3bfbc: function(arg0, arg1, arg2) {
1066
+ __wbg_execSync_6bfeb46815340554: function(arg0, arg1, arg2) {
1067
1067
  const ret = execSync(getStringFromWasm0(arg1, arg2));
1068
1068
  const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
1069
1069
  const len1 = WASM_VECTOR_LEN;
1070
1070
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1071
1071
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1072
1072
  },
1073
- __wbg_existsSync_e3fe7d86e29b592d: function(arg0, arg1) {
1073
+ __wbg_existsSync_1489ec7e2e8e57af: function(arg0, arg1) {
1074
1074
  const ret = existsSync(getStringFromWasm0(arg0, arg1));
1075
1075
  return ret;
1076
1076
  },
@@ -1170,7 +1170,7 @@ function __wbg_get_imports() {
1170
1170
  __wbg_log_524eedafa26daa59: function(arg0) {
1171
1171
  console.log(arg0);
1172
1172
  },
1173
- __wbg_mkdirSync_6511bdbab1721771: function(arg0, arg1, arg2) {
1173
+ __wbg_mkdirSync_db59a88bd8f301d8: function(arg0, arg1, arg2) {
1174
1174
  mkdirSync(getStringFromWasm0(arg0, arg1), arg2);
1175
1175
  },
1176
1176
  __wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
@@ -1272,7 +1272,7 @@ function __wbg_get_imports() {
1272
1272
  __wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
1273
1273
  arg0.randomFillSync(arg1);
1274
1274
  }, arguments); },
1275
- __wbg_readFileSync_59e680c4ed2a5387: function(arg0, arg1, arg2) {
1275
+ __wbg_readFileSync_97d1fba777002b67: function(arg0, arg1, arg2) {
1276
1276
  const ret = readFileSync(getStringFromWasm0(arg1, arg2));
1277
1277
  const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
1278
1278
  const len1 = WASM_VECTOR_LEN;
@@ -1337,7 +1337,7 @@ function __wbg_get_imports() {
1337
1337
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1338
1338
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1339
1339
  },
1340
- __wbg_static_accessor_ENV_caba528387e9689a: function() {
1340
+ __wbg_static_accessor_ENV_17e145b951d0e9ed: function() {
1341
1341
  const ret = env;
1342
1342
  return ret;
1343
1343
  },
@@ -1392,7 +1392,7 @@ function __wbg_get_imports() {
1392
1392
  const ret = arg0.versions;
1393
1393
  return ret;
1394
1394
  },
1395
- __wbg_writeFileSync_ad205592b13096d6: function(arg0, arg1, arg2, arg3) {
1395
+ __wbg_writeFileSync_f1022b8bec6c9e0d: function(arg0, arg1, arg2, arg3) {
1396
1396
  writeFileSync(getStringFromWasm0(arg0, arg1), getArrayU8FromWasm0(arg2, arg3));
1397
1397
  },
1398
1398
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacks/clarinet-sdk-wasm",
3
3
  "description": "The core lib that powers @stacks/clarinet-sdk",
4
- "version": "3.15.0",
4
+ "version": "3.15.1",
5
5
  "license": "GPL-3.0",
6
6
  "repository": {
7
7
  "type": "git",