@happyvertical/smrt-playground 0.40.37 → 0.40.38
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/AGENTS.md +4 -2
- package/package.json +2 -2
package/AGENTS.md
CHANGED
|
@@ -36,9 +36,11 @@ The `smrt playground` commands (`init`, `dev`, `list`) consume this package. The
|
|
|
36
36
|
|
|
37
37
|
`smrt-playground` does not own component code or theming — it only discovers and renders. UI components themselves come from individual packages (`smrt-content/svelte`, `smrt-jobs/svelte`, etc.), from `smrt-ui` for shared domain-agnostic primitives, or from `smrt-svelte` for the top-level integration components.
|
|
38
38
|
|
|
39
|
-
##
|
|
39
|
+
## Modules
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
| Module | Scope | Module doc |
|
|
42
|
+
|---|---|---|
|
|
43
|
+
| `host` | the private SvelteKit app used for Playwright e2e testing of `PlaygroundHost.svelte`; registered as the `smrt-playground-host` workspace package but not published | [agents/host.md](agents/host.md) |
|
|
42
44
|
|
|
43
45
|
## Docs
|
|
44
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-playground",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.38",
|
|
4
4
|
"description": "Shared playground discovery, runtime, and host components for SMRT UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"fast-glob": "3.3.3",
|
|
31
31
|
"tsx": "^4.23.0",
|
|
32
|
-
"@happyvertical/smrt-ui": "0.40.
|
|
32
|
+
"@happyvertical/smrt-ui": "0.40.38"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"svelte": "^5.56.4",
|