@twick/visualizer 0.14.18 → 0.14.20

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/README.md +2 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -14,6 +14,8 @@ npm install @twick/visualizer
14
14
  pnpm add @twick/visualizer
15
15
  ```
16
16
 
17
+ **Note:** All required dependencies (`@twick/media-utils`) are automatically installed with `@twick/visualizer`.
18
+
17
19
  ## Quick Start
18
20
 
19
21
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/visualizer",
3
- "version": "0.14.18",
3
+ "version": "0.14.20",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "scripts": {
6
6
  "start": "twick editor --projectFile ./src/live.tsx",
@@ -19,18 +19,18 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@preact/signals": "^1.2.1",
22
- "@twick/2d": "0.14.18",
23
- "@twick/core": "0.14.18",
24
- "@twick/renderer": "0.14.18",
25
- "@twick/vite-plugin": "0.14.18",
22
+ "@twick/2d": "^0.14.20",
23
+ "@twick/core": "^0.14.20",
24
+ "@twick/renderer": "^0.14.20",
25
+ "@twick/vite-plugin": "^0.14.20",
26
26
  "date-fns": "^4.1.0",
27
27
  "preact": "^10.19.2",
28
28
  "crelt": "^1.0.6",
29
- "@twick/media-utils": "0.14.18"
29
+ "@twick/media-utils": "0.14.20"
30
30
  },
31
31
  "devDependencies": {
32
- "@twick/cli": "0.14.11",
33
- "@twick/ui": "0.14.11",
32
+ "@twick/cli": "^0.14.20",
33
+ "@twick/ui": "^0.14.20",
34
34
  "typescript": "5.4.2",
35
35
  "typedoc": "^0.25.8",
36
36
  "typedoc-plugin-markdown": "^3.17.1",