jsgar 1.6.1 → 1.6.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.
Files changed (2) hide show
  1. package/dist/gar.umd.js +1 -0
  2. package/package.json +1 -1
package/dist/gar.umd.js CHANGED
@@ -482,6 +482,7 @@
482
482
  if (this.stoppedCallback) {
483
483
  this.stoppedCallback();
484
484
  }
485
+ this.log('INFO', 'GAR client stopped');
485
486
  }
486
487
 
487
488
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsgar",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "A Javascript client for the GAR protocol",
5
5
  "type": "module",
6
6
  "main": "dist/gar.umd.js",