theprogrammablemind_4wp 9.3.0-beta.6 → 9.3.0-beta.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +0 -1
package/package.json CHANGED
@@ -69,6 +69,6 @@
69
69
  "sort-json": "^2.0.0",
70
70
  "uuid": "^8.3.2"
71
71
  },
72
- "version": "9.3.0-beta.6",
72
+ "version": "9.3.0-beta.8",
73
73
  "license": "UNLICENSED"
74
74
  }
package/src/config.js CHANGED
@@ -2190,7 +2190,6 @@ class Config {
2190
2190
  this._apiConstructor = constructor
2191
2191
  if (this._apiKMs.length > 0) {
2192
2192
  for (const name of this._apiKMs) {
2193
- debugger
2194
2193
  this.km(name)._api = value[name]
2195
2194
  }
2196
2195
  } else {