@twick/visualizer 0.15.7 → 0.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/visualizer",
3
- "version": "0.15.7",
3
+ "version": "0.15.8",
4
4
  "license": "https://github.com/ncounterspecialist/twick/blob/main/LICENSE.md",
5
5
  "scripts": {
6
6
  "start": "twick editor --projectFile ./src/live.tsx",
@@ -22,18 +22,18 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@preact/signals": "^1.2.1",
25
- "@twick/2d": "^0.15.7",
26
- "@twick/core": "^0.15.7",
27
- "@twick/renderer": "^0.15.7",
28
- "@twick/vite-plugin": "^0.15.7",
25
+ "@twick/2d": "^0.15.8",
26
+ "@twick/core": "^0.15.8",
27
+ "@twick/renderer": "^0.15.8",
28
+ "@twick/vite-plugin": "^0.15.8",
29
29
  "date-fns": "^4.1.0",
30
30
  "preact": "^10.19.2",
31
31
  "crelt": "^1.0.6",
32
- "@twick/media-utils": "0.15.7"
32
+ "@twick/media-utils": "0.15.8"
33
33
  },
34
34
  "devDependencies": {
35
- "@twick/cli": "^0.15.7",
36
- "@twick/ui": "^0.15.7",
35
+ "@twick/cli": "^0.15.8",
36
+ "@twick/ui": "^0.15.8",
37
37
  "typescript": "5.4.2",
38
38
  "typedoc": "^0.25.8",
39
39
  "typedoc-plugin-markdown": "^3.17.1",
@@ -120,7 +120,6 @@ export const scene = makeScene2D("scene", function* (view: View2D) {
120
120
  | string
121
121
  | null;
122
122
  if (input) {
123
- console.log("Scene updated", { playerId, input });
124
123
  // Add background rectangle with specified or default color
125
124
  yield view.add(
126
125
  <Rect