@houstonp/rubiks-cube 1.4.0 → 1.4.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/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -140,7 +140,6 @@ class RubiksCube extends HTMLElement {
140
140
  this.addEventListener('action', (e) => {
141
141
  /** @type {{eventId: string, action: {type: "movement" | "camera" | "rotation", actionId: string }}} move */
142
142
  var move = e.detail.move;
143
- console.log(move);
144
143
  if (move.action.type === 'camera') {
145
144
  handleCameraAction(move.action.actionId);
146
145
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@houstonp/rubiks-cube",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Rubiks Cube Web Component built with threejs",
5
5
  "main": "index.js",
6
6
  "author": "Houston Pearse",