@akc42/app-utils 3.6.0 → 3.6.1

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/debug.js +0 -1
  2. package/package.json +1 -1
package/debug.js CHANGED
@@ -63,7 +63,6 @@
63
63
  debugDump - perform a dump to the server (and and a clearing out of the buffered info) of the debug calls made to date
64
64
 
65
65
  */
66
- import config from './config-promise.js';
67
66
 
68
67
  const BUFFER_SIZE = 50;
69
68
  const KEY_TOPIC = 'key'; //topic name which will get kept from a full resource buffer when we empty it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akc42/app-utils",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "General Utilities for SPAs",
5
5
  "exports": {
6
6
  ".": "./*.js"