@solidrt/cli 0.0.44 → 0.0.45
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 +6 -6
- package/scaffold/AGENTS.md +4 -0
- package/scaffold/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidrt/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45",
|
|
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.
|
|
32
|
-
"@solidrt/linux-arm64-gnu": "0.0.
|
|
33
|
-
"@solidrt/linux-x64-gnu": "0.0.
|
|
34
|
-
"@solidrt/win32-x64-msvc": "0.0.
|
|
31
|
+
"@solidrt/darwin-arm64": "0.0.45",
|
|
32
|
+
"@solidrt/linux-arm64-gnu": "0.0.45",
|
|
33
|
+
"@solidrt/linux-x64-gnu": "0.0.45",
|
|
34
|
+
"@solidrt/win32-x64-msvc": "0.0.45"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"typescript": "^7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@solidrt/flux-types": "0.0.
|
|
40
|
+
"@solidrt/flux-types": "0.0.45",
|
|
41
41
|
"@types/babel__core": "^7.20.5",
|
|
42
42
|
"@types/bun": "latest"
|
|
43
43
|
}
|
package/scaffold/AGENTS.md
CHANGED
|
@@ -279,6 +279,10 @@ up to the frame period, because work outside the frame call is not in them.
|
|
|
279
279
|
|
|
280
280
|
## Run / verify
|
|
281
281
|
|
|
282
|
+
- FIRST check whether a dev server and a client are already running (MCP
|
|
283
|
+
list_clients, see below) and build/test against those: `reload` pushes your
|
|
284
|
+
edits to the live app, get_logs and get_snapshot verify them. Do not start a
|
|
285
|
+
second `srt run` when one is already up.
|
|
282
286
|
- bunx srt run src/index.tsx - dev server + window (needs a display)
|
|
283
287
|
- bunx srt check src/index.tsx - exit 0 means it compiles and the app's
|
|
284
288
|
types hold (dependency-internal type errors are hidden). Builds in memory:
|
package/scaffold/package.json
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"android": "srt client --android"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@solidrt/core": "0.0.
|
|
14
|
-
"@solidrt/components": "0.0.
|
|
13
|
+
"@solidrt/core": "0.0.45",
|
|
14
|
+
"@solidrt/components": "0.0.45"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@solidrt/cli": "0.0.
|
|
18
|
-
"@solidrt/flux-types": "0.0.
|
|
17
|
+
"@solidrt/cli": "0.0.45",
|
|
18
|
+
"@solidrt/flux-types": "0.0.45",
|
|
19
19
|
"typescript": "^7"
|
|
20
20
|
}
|
|
21
21
|
}
|