panrelease 0.9.1 → 0.9.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "panrelease",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Utility to release software",
5
5
  "keywords": [ "cli", "tool", "git", "release" ],
6
6
  "homepage": "https://github.com/dghilardi/panrelease",
@@ -12,7 +12,7 @@
12
12
  "main": "index.js",
13
13
  "license": "MIT",
14
14
  "bin": {
15
- "env-reify": "./bin/index.js"
15
+ "panrelease": "./bin/index.js"
16
16
  },
17
17
  "scripts": {
18
18
  "panrelease": "./bin/index.js"
package/pkg/panrelease.js CHANGED
@@ -309,7 +309,16 @@ module.exports.__wbg_new0_25059e40b1c02766 = function() {
309
309
  return addHeapObject(ret);
310
310
  };
311
311
 
312
- module.exports.__wbg_log_c059c6f470577558 = function(arg0, arg1) {
312
+ module.exports.__wbg_writeFileSync_38a976262af3d183 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
313
+ writeFileSync(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
314
+ }, arguments) };
315
+
316
+ module.exports.__wbg_existsSync_c9cfc39976f6f581 = function() { return handleError(function (arg0, arg1) {
317
+ const ret = existsSync(getStringFromWasm0(arg0, arg1));
318
+ return ret;
319
+ }, arguments) };
320
+
321
+ module.exports.__wbg_log_b9ea762cfcb34fba = function(arg0, arg1) {
313
322
  console.log(getStringFromWasm0(arg0, arg1));
314
323
  };
315
324
 
@@ -332,15 +341,6 @@ module.exports.__wbg_set_841ac57cff3d672b = function(arg0, arg1, arg2) {
332
341
  getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
333
342
  };
334
343
 
335
- module.exports.__wbg_writeFileSync_e8bb5580bb5c6bd4 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
336
- writeFileSync(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
337
- }, arguments) };
338
-
339
- module.exports.__wbg_existsSync_fb10e5a433786fd9 = function() { return handleError(function (arg0, arg1) {
340
- const ret = existsSync(getStringFromWasm0(arg0, arg1));
341
- return ret;
342
- }, arguments) };
343
-
344
344
  module.exports.__wbg_new_abda76e883ba8a5f = function() {
345
345
  const ret = new Error();
346
346
  return addHeapObject(ret);
@@ -362,7 +362,7 @@ module.exports.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) {
362
362
  }
363
363
  };
364
364
 
365
- module.exports.__wbg_cwd_8c1281d554302dce = function(arg0) {
365
+ module.exports.__wbg_cwd_9152d4e2ae55c9ed = function(arg0) {
366
366
  const ret = cwd();
367
367
  const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
368
368
  const len0 = WASM_VECTOR_LEN;
@@ -370,7 +370,7 @@ module.exports.__wbg_cwd_8c1281d554302dce = function(arg0) {
370
370
  getInt32Memory0()[arg0 / 4 + 0] = ptr0;
371
371
  };
372
372
 
373
- module.exports.__wbg_readFileSync_c1ecb8b65a8509c6 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
373
+ module.exports.__wbg_readFileSync_512990a6f0b3ea90 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
374
374
  const ret = readFileSync(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
375
375
  const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
376
376
  const len0 = WASM_VECTOR_LEN;
@@ -378,7 +378,7 @@ module.exports.__wbg_readFileSync_c1ecb8b65a8509c6 = function() { return handleE
378
378
  getInt32Memory0()[arg0 / 4 + 0] = ptr0;
379
379
  }, arguments) };
380
380
 
381
- module.exports.__wbg_execSync_e6f83dbbef768643 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
381
+ module.exports.__wbg_execSync_4f711389d16ee4d9 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
382
382
  try {
383
383
  const ret = execSync(getStringFromWasm0(arg1, arg2), takeObject(arg3));
384
384
  const ptr0 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
Binary file