@verdocs/js-sdk 2.0.5 → 2.0.6

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.
@@ -294,4 +294,5 @@ export { VerdocsEndpoint };
294
294
  var ENDPOINT_KEY = Symbol.for('verdocs-default-endpoint');
295
295
  if (!globalThis[ENDPOINT_KEY]) {
296
296
  globalThis[ENDPOINT_KEY] = new VerdocsEndpoint();
297
+ window.console.debug('[JS_SDK] Created default endpoint', globalThis[ENDPOINT_KEY]);
297
298
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",