@twick/render-server 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.
package/README.md CHANGED
@@ -16,6 +16,8 @@ npm install @twick/render-server
16
16
  pnpm add @twick/render-server
17
17
  ```
18
18
 
19
+ **Note:** All required dependencies (`@twick/visualizer`, `@twick/media-utils`, and other Twick packages) are automatically installed with `@twick/render-server`.
20
+
19
21
  ## Quick Start
20
22
 
21
23
  ### Option 1: Scaffold a Server (Recommended)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/render-server",
3
- "version": "0.14.18",
3
+ "version": "0.14.20",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,13 +17,12 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@twick/2d": "0.14.18",
21
- "@twick/core": "0.14.18",
22
- "@twick/ffmpeg": "0.14.18",
23
- "@twick/renderer": "0.14.18",
24
- "@twick/ui": "0.14.18",
25
- "@twick/visualizer": "0.14.18",
26
- "@types/express-rate-limit": "^6.0.2",
20
+ "@twick/2d": "^0.14.20",
21
+ "@twick/core": "^0.14.20",
22
+ "@twick/ffmpeg": "^0.14.20",
23
+ "@twick/renderer": "^0.14.20",
24
+ "@twick/ui": "^0.14.20",
25
+ "@twick/visualizer": "0.14.20",
27
26
  "cors": "^2.8.5",
28
27
  "express": "^4.18.2",
29
28
  "express-rate-limit": "^8.0.1",
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/render-server",
3
- "version": "0.14.18",
3
+ "version": "0.14.20",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,13 +17,12 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@twick/2d": "0.14.18",
21
- "@twick/core": "0.14.18",
22
- "@twick/ffmpeg": "0.14.18",
23
- "@twick/renderer": "0.14.18",
24
- "@twick/ui": "0.14.18",
25
- "@twick/visualizer": "0.14.18",
26
- "@types/express-rate-limit": "^6.0.2",
20
+ "@twick/2d": "^0.14.20",
21
+ "@twick/core": "^0.14.20",
22
+ "@twick/ffmpeg": "^0.14.20",
23
+ "@twick/renderer": "^0.14.20",
24
+ "@twick/ui": "^0.14.20",
25
+ "@twick/visualizer": "0.14.20",
27
26
  "cors": "^2.8.5",
28
27
  "express": "^4.18.2",
29
28
  "express-rate-limit": "^8.0.1",