@vived/host 3.11.0 → 3.11.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.
@@ -66,8 +66,6 @@ class StartAppUCImp extends StartAppUC {
66
66
  }
67
67
  (_c = this.dispatchSetIsAuthoring) === null || _c === void 0 ? void 0 : _c.doDispatch(isAuthoring);
68
68
  (_d = this.dispatchThemeColors) === null || _d === void 0 ? void 0 : _d.doDispatch();
69
- console.log(this.sandbox.enableDevFeatures);
70
- console.log(this.sandbox.devFeatures);
71
69
  if (this.sandbox.enableDevFeatures) {
72
70
  this.sandbox.devFeatures.forEach((feature) => {
73
71
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vived/host",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "Public Host package for the VIVED Learning App system",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",