@iebh/tera-fy 1.15.7 → 1.15.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.8](https://github.com/IEBH/TERA-fy/compare/v1.15.7...v1.15.8) (2025-01-16)
4
+
5
+
6
+ ### fix
7
+
8
+ * Debugging artefact ([c6cac8a](https://github.com/IEBH/TERA-fy/commit/c6cac8a0b763786a9259bc55f7f5713130f62d48))
9
+
3
10
  ## [1.15.7](https://github.com/IEBH/TERA-fy/compare/v1.15.6...v1.15.7) (2025-01-09)
4
11
 
5
12
 
@@ -388,7 +388,6 @@ export default class TeraFyServer {
388
388
  $subscriptions.promise(),
389
389
  ]))
390
390
  .then(()=> {
391
- debugger;
392
391
  if (!$auth.isLoggedIn && settings.forceRetry)
393
392
  return $auth.restoreLogin();
394
393
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iebh/tera-fy",
3
- "version": "1.15.7",
3
+ "version": "1.15.8",
4
4
  "description": "TERA website worker",
5
5
  "scripts": {
6
6
  "dev": "esbuild --platform=browser --format=esm --bundle lib/terafy.client.js --outfile=dist/terafy.js --minify --serve --servedir=.",