@solidrt/cli 0.0.47 → 0.0.48

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": "@solidrt/cli",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "license": "MIT",
5
5
  "author": "Antoine van Wel",
6
6
  "type": "module",
@@ -28,16 +28,16 @@
28
28
  "zod": "^4.4.3"
29
29
  },
30
30
  "optionalDependencies": {
31
- "@solidrt/darwin-arm64": "0.0.47",
32
- "@solidrt/linux-arm64-gnu": "0.0.47",
33
- "@solidrt/linux-x64-gnu": "0.0.47",
34
- "@solidrt/win32-x64-msvc": "0.0.47"
31
+ "@solidrt/darwin-arm64": "0.0.48",
32
+ "@solidrt/linux-arm64-gnu": "0.0.48",
33
+ "@solidrt/linux-x64-gnu": "0.0.48",
34
+ "@solidrt/win32-x64-msvc": "0.0.48"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "typescript": "^7"
38
38
  },
39
39
  "devDependencies": {
40
- "@solidrt/flux-types": "0.0.47",
40
+ "@solidrt/flux-types": "0.0.48",
41
41
  "@types/babel__core": "^7.20.5",
42
42
  "@types/bun": "latest"
43
43
  }
@@ -10,12 +10,12 @@
10
10
  "android": "srt client --android"
11
11
  },
12
12
  "dependencies": {
13
- "@solidrt/core": "0.0.47",
14
- "@solidrt/components": "0.0.47"
13
+ "@solidrt/core": "0.0.48",
14
+ "@solidrt/components": "0.0.48"
15
15
  },
16
16
  "devDependencies": {
17
- "@solidrt/cli": "0.0.47",
18
- "@solidrt/flux-types": "0.0.47",
17
+ "@solidrt/cli": "0.0.48",
18
+ "@solidrt/flux-types": "0.0.48",
19
19
  "typescript": "^7"
20
20
  }
21
21
  }
package/src/args.ts CHANGED
@@ -169,7 +169,7 @@ pack options:
169
169
  render options:
170
170
  --script <file> Script file to replay (default: no scripted input)
171
171
  --fps <N> Frames per second (default: 60)
172
- --duration <N> Duration in seconds (default: 1)
172
+ --duration <N> Duration in seconds, fractions allowed (default: 1)
173
173
  --size <WxH> Frame size in physical pixels (default: 1280x720)
174
174
  -o, --output <path> Where frames land: a directory (frame-NNNNNN.png inside it)
175
175
  or a path prefix (default: the current directory)