@innovastudio/contentbox 1.6.143 → 1.6.144

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.143",
4
+ "version": "1.6.144",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",
@@ -152024,8 +152024,6 @@ ${currentHtml}
152024
152024
 
152025
152025
  chooseContext(list, num) {
152026
152026
  // random, but will be different from two previous results.
152027
- console.log(list);
152028
-
152029
152027
  if (typeof num !== 'undefined') {
152030
152028
  return list[num];
152031
152029
  }