panrelease 0.11.3 → 0.12.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "panrelease",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "description": "Utility to release software",
5
5
  "keywords": [ "cli", "tool", "git", "release" ],
6
6
  "homepage": "https://github.com/dghilardi/panrelease",
package/pkg/panrelease.js CHANGED
@@ -315,33 +315,15 @@ module.exports.__wbindgen_error_new = function(arg0, arg1) {
315
315
  return addHeapObject(ret);
316
316
  };
317
317
 
318
- module.exports.__wbg_writeFileSync_a4dff4dc2a74734d = function() { return handleError(function (arg0, arg1, arg2, arg3) {
318
+ module.exports.__wbg_writeFileSync_90cbe67c4db97235 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
319
319
  writeFileSync(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
320
320
  }, arguments) };
321
321
 
322
- module.exports.__wbg_existsSync_ab83f5f9e0ce73bf = function() { return handleError(function (arg0, arg1) {
322
+ module.exports.__wbg_existsSync_8d2fead20520da0b = function() { return handleError(function (arg0, arg1) {
323
323
  const ret = existsSync(getStringFromWasm0(arg0, arg1));
324
324
  return ret;
325
325
  }, arguments) };
326
326
 
327
- module.exports.__wbg_log_79c592926e6ae811 = function(arg0, arg1) {
328
- console.log(getStringFromWasm0(arg0, arg1));
329
- };
330
-
331
- module.exports.__wbindgen_bigint_from_i64 = function(arg0) {
332
- const ret = arg0;
333
- return addHeapObject(ret);
334
- };
335
-
336
- module.exports.__wbindgen_bigint_from_u64 = function(arg0) {
337
- const ret = BigInt.asUintN(64, arg0);
338
- return addHeapObject(ret);
339
- };
340
-
341
- module.exports.__wbg_set_841ac57cff3d672b = function(arg0, arg1, arg2) {
342
- getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
343
- };
344
-
345
327
  module.exports.__wbg_new_abda76e883ba8a5f = function() {
346
328
  const ret = new Error();
347
329
  return addHeapObject(ret);
@@ -367,7 +349,33 @@ module.exports.__wbg_error_f851667af71bcfc6 = function(arg0, arg1) {
367
349
  }
368
350
  };
369
351
 
370
- module.exports.__wbg_readFileSync_2c0664f01ce87ab5 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
352
+ module.exports.__wbg_log_1cc96779338b6c07 = function(arg0, arg1) {
353
+ console.log(getStringFromWasm0(arg0, arg1));
354
+ };
355
+
356
+ module.exports.__wbindgen_bigint_from_i64 = function(arg0) {
357
+ const ret = arg0;
358
+ return addHeapObject(ret);
359
+ };
360
+
361
+ module.exports.__wbindgen_bigint_from_u64 = function(arg0) {
362
+ const ret = BigInt.asUintN(64, arg0);
363
+ return addHeapObject(ret);
364
+ };
365
+
366
+ module.exports.__wbg_set_841ac57cff3d672b = function(arg0, arg1, arg2) {
367
+ getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
368
+ };
369
+
370
+ module.exports.__wbg_cwd_83a4231711e0551e = function(arg0) {
371
+ const ret = cwd();
372
+ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
373
+ const len1 = WASM_VECTOR_LEN;
374
+ getInt32Memory0()[arg0 / 4 + 1] = len1;
375
+ getInt32Memory0()[arg0 / 4 + 0] = ptr1;
376
+ };
377
+
378
+ module.exports.__wbg_readFileSync_0e210f8caa2e82c1 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
371
379
  const ret = readFileSync(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
372
380
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
373
381
  const len1 = WASM_VECTOR_LEN;
@@ -375,7 +383,7 @@ module.exports.__wbg_readFileSync_2c0664f01ce87ab5 = function() { return handleE
375
383
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
376
384
  }, arguments) };
377
385
 
378
- module.exports.__wbg_execSync_0ebe03bda3e97091 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
386
+ module.exports.__wbg_execSync_cc74b6c1dd9e9633 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
379
387
  let deferred0_0;
380
388
  let deferred0_1;
381
389
  try {
@@ -391,14 +399,6 @@ module.exports.__wbg_execSync_0ebe03bda3e97091 = function() { return handleError
391
399
  }
392
400
  }, arguments) };
393
401
 
394
- module.exports.__wbg_cwd_54fd9ec17adf7ca6 = function(arg0) {
395
- const ret = cwd();
396
- const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
397
- const len1 = WASM_VECTOR_LEN;
398
- getInt32Memory0()[arg0 / 4 + 1] = len1;
399
- getInt32Memory0()[arg0 / 4 + 0] = ptr1;
400
- };
401
-
402
402
  const path = require('path').join(__dirname, 'panrelease_bg.wasm');
403
403
  const bytes = require('fs').readFileSync(path);
404
404
 
Binary file